Part Number: SK-AM64
We are currently using the MCU+ SDK for the AM64x eval board. We want to add a watchdog timer to our project. I've succefully run the watchdog interrupt example provided withing the MCU+ SDK (https://dev.ti.com/tirex/explore/node?node=ALTI8cer-dooM.8oNXSItw__rN4Qml4__LATEST) which is a NORTOS based example. But when I tried to use the same code for our RTOS based project it didn't work. I've used exactly the same code with the same sysconfig configurations for the WDT section. Is there any reason that the watchdog example does not work for the RTOS based project?? Any practical way to debug the watchdog timer from CCS IDE??