Part Number: LP-MSPM0C1106
Other Parts Discussed in Thread: SYSCONFIG
Hello,
I am developing firmware for the LP-MSPM0C1106 using Code Composer Studio and have a question regarding the Independent Watchdog Timer (IWDT).
I configured the IWDT in SysConfig with the following settings:

To verify that the IWDT is working, I intentionally do not call:
In main(), I simply set a GPIO high and stay in an infinite loop:
I expected the device to reset repeatedly after the IWDT timeout, but it does not.
I also read the watchdog registers:
The test is currently being performed while running under the CCS debugger. The LED 101 remains red and the device does not appear to restart.
I am not sure the watchdog work or not. If it work, why WDTEN register value is disabled. It it does not work, how can I enable the watchdog?