This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi, I need to implement this feature that if the system has been reset by watch dog (RTI dwd) for too many times, the system should give up.
Is there a way to do this? For example, is there some RAM or registers that will not be reset by the watch dog reset, so that the system reset time can be kept there and not affected by watch dog reset? Thanks very much!
Hi,
Maybe you can use FEE module for this. FEE stands for Flash Emulated EEPROM. So, it is a nonvolatile memory, and which is basically useful for to store user data in a non-volatile memory.
You can refer below thread once, this might be useful in this context:
--
Thanks & regards,
Jagadish.