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:
below mentioned example i was trying to do watchdog timer reset .watchdog reset is not happing in controller its going for estop of address 0x3fb02a
i have tried with interrupt method also as mention below image .but its staying in while loop SysCtl_resetDevice function
how i can do the watch dog reset by both the methods .please support to solve this issue ..
Regards,
Subash
Hi Subhash,
If you are running with RAM configuration please set the EMU_BOOT to EMU_BOOT_RAM and if running from Flash set the EMU_BOOT to EMU_BOOT_FLASH.
If Watchdog triggers Xrsn your application doesnt know where to boot/start from again, if you set the appropriate boot mode you would see that the application runs over again and triggers XRSn in loop.
Pro tip : Check the RESC register and you would see the WDRSn bit to check if Watchdog triggered reset or not
Thanks.
To select the EMU boot mode see below :