Tool/software: TI C/C++ Compiler
Hello:
I have the watchdog timer setup in a CC3220 project and it is operating and functioning as expected. I kick the watchdog in my code every so often and the program runs just fine (I have this project saved in flash so it will automatically run after a power cycle or reset).
The problem I am having is: If I connect to the same board and run a debug version of another project ontop of it (where the new debug project isn't referencing the watchdog at all) - the watchdog from the program loaded into flash "seems" to still be running and stopping my debug session. While I am running my debug project, after a certain amount of time passes, the debug session is interrupted and the processor resets (I see the indication of the debugger being interrupted and disconnected from code composer and the resident project in flash starts up).
q1. Is the watchdog from flashed project still running while I'm running a debug (ram) loaded version of a project?
q2. Is there a way to disable the watchdog while running a debug session ontop of a flashed project?
Thanks in advance...
Dave...