Other Parts Discussed in Thread: HALCOGEN
Hello,
I am trying to implement a simple watchdog timer in my code and I want my code to reset and restart from the beginning if I don't "pet" the watchdog, but it just stops working all together and doesn't restart.
I am using FreeRTOS and configure all settings in Halcogen. As a consequence of the OS, there is no RTI settings page so I have to access its registers manually in my CCS code.
I need to implement a watchdog timer, but not a windowed one. I am assuming "Digital Windowed Watchdog Reaction Control Register" (RTIWWDRXNCTRL) controls the reaction to non-windowed watchdog timer as well.