i have configured watchdog in interrupt mode so that it generates interrupt after watchdog overflows. Then I do NV backup of debugging information and set watchdog in reset mode from ISR itself. This results in watchdog reset after executing of ISR is completed.
I'm using C28x (TMS320F28377D) controller. As per reference manual, return address is stored on XAR7/RPC/stack. Please help me to retrieve the return address when I'm in watchdog ISR.