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.

Watchdog priority

Other Parts Discussed in Thread: TMS320F28016

Hello everyone,

I'm working with the TMS320F28016 DSP and CCS3.3V. I've implemented a wathdog function in my code, and right now I'm trying to test this function. 

In order to do that, I execute a while(1) in differents places, and I wait until the wathdog interrupt is triggered . In the main loop I haven't any problem, but in some interrupts the watchdog is never triggered , for example if I execute a while (1) into the CPU-timer TINT0.

Reading the "TMS320x280x, 2801x, 2804x DSP System Control and Interrupts Reference Guide", the watchdog interrupt and TINT0 have the same priority, so if there is a infinite loop in the second one, the watchdog interrupt never happen.

Can I get a higher priority in the watchdog? Or there is other solution?

Thanks.