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.