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.
Part Number: MSP432P401R
Tool/software: Code Composer Studio
I am debugging my code, and need to what happens when my MPU resets after tripping the WDT. However, every time the WDT trips, the code enters the resetISR function, and hits an invisible breakpoint. How do I get my code to hit the resetISR and just reset without stopping?
And before anyone asks, yes I do know that I can just hit resume program, however I have time sensitive components and I need to see what happens when the reset occurs.
Hi,
I wasn't necessarily able to reproduce this issue - I tested both a blank device and an example code where the watchdog reset the target. In both cases the CCS debugger did not halt the target.
Please check the two short clips below, which also show the settings I am using - perhaps you can try to mimic the environment. The versions are CCSv7.2.0.00013 with TI Emulators package 7.0.48.0 and MSP432 tool-chain 7.2.4.
No code:
Using the watchdog code. After putting the device to run, the watchdog is triggered after four seconds.
Hope this helps,
Rafael
**Attention** This is a public forum