|
发表于 2025-2-18 10:58:02
|
显示全部楼层
For example, when your system is running normally, you can write a value to register DEEP_ANA_REG10.
- 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. |
|