找回密码
 立即注册

微信扫码登录

查看: 1059|回复: 5

Watchdog

[复制链接]

5

主题

8

回帖

125

积分

荣耀黄金

积分
125
发表于 2025-2-4 23:54:53 | 显示全部楼层 |阅读模式
information
说明:   建议参照本版块置顶帖内容输入必要信息
芯片型号: TLSR8258F1
SDK及版本: V3.7.1.2(PR)
Hello.


How to find where the program freezes and reboot from watchdog?



Thanks.

5

主题

8

回帖

125

积分

荣耀黄金

积分
125
 楼主| 发表于 2025-2-13 00:25:37 | 显示全部楼层
No solution?

27

主题

262

回帖

839

积分

版主

积分
839
发表于 2025-2-14 13:48:34 | 显示全部楼层
Hi,
You can use register DEEP_ANA_REG10 to implement it.
The description of registers can refer to the pm.h header file.
  1. /**
  2. * @brief these analog register can store data in deepsleep mode or deepsleep with SRAM retention mode.
  3. *               Reset these analog registers by watchdog, chip reset, RESET Pin, power cycle
  4. */
  5. #define DEEP_ANA_REG6                       0x35 //initial value =0x20
  6. #define DEEP_ANA_REG7                       0x36 //initial value =0x00
  7. #define DEEP_ANA_REG8                       0x37 //initial value =0x00
  8. #define DEEP_ANA_REG9                       0x38 //initial value =0x00
  9. #define DEEP_ANA_REG10                      0x39 //initial value =0xff
复制代码

5

主题

8

回帖

125

积分

荣耀黄金

积分
125
 楼主| 发表于 2025-2-15 03:24:24 | 显示全部楼层
Hello.

How does this help us understand where the program crashed?

27

主题

262

回帖

839

积分

版主

积分
839
发表于 2025-2-18 10:58:02 | 显示全部楼层
For example, when your system is running normally, you can write a value to register DEEP_ANA_REG10.
  1. analog_write(DEEP_ANA_REG10, VALUE)
复制代码

When the system restarts, check if the expected value written in register DEEP_ANA_REG10 is correct.
If not, it indicates that the watchdog restart has been triggered.

5

主题

8

回帖

125

积分

荣耀黄金

积分
125
 楼主| 发表于 2025-3-15 23:12:50 | 显示全部楼层
Hello.

Doesn't work without PM?

I write 0x65 to the register, but after reboot it always returns 0xFF.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Telink forum ( 沪ICP备17008231号-1 )

GMT+8, 2025-4-3 13:44 , Processed in 0.084724 second(s), 21 queries .

Powered by Telink 隐私政策

泰凌微电子版权所有 © 。保留所有权利。 2024

快速回复 返回顶部 返回列表