Hi!
In my code I service the watchdog in the main loop, only if some conditions are fulfilled. As the conditions depend on some interrupts, when the DSP is put in HALT, the interrupts are not serviced, right? So the watchdog is not serviced. Every time I connect to the board while it's running, it is put in HALT and when I hit RUN, I get a watchdog reset. Is there a possibility to change the GEL file to avoid this?
For the moment I've changed the watchdog ISR to make a reset after 2 INTs, but if there is another solution that doesn't involve changing my code would be great.
Thanks,
Monica