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 on Debug

Other Parts Discussed in Thread: CC2540

Hi,

I'm using cc2540 with ble stack 1.4.

I noticed that when i use  the watchdog and pause the code with the debugger, the watchdog timer keeps running, and when i go to the next step in the code, the program resets.

Is there anyway to hold the watchdog timer between code steps? its very inconvenient to debug that way.