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.

TMS320F28069M: Can emulator/debugger be disconnected without impacting code execution

Part Number: TMS320F28069M
Other Parts Discussed in Thread: C2000WARE

Hello,

Is is possible to:

1. boot the microcontroller using emulator

2. load the program using ccs and start program execution

3. then disconnect the emulator/debugger cable without getting the microcontroller into a bad state?

Note, I am not running the code from flash.

Thanks

Rajan

  • Hi Rajan,

    I believe if you terminate the CCS session (red square) or disconnect from the target safely after loading the program to run from RAM the code will still execute without any issues. The state of RAM won't be lost unless you power cycle the board after programming.

    You can test this by running the LED example within C2000ware. Load the program in CCS --> Once loaded, terminate the session (red square) --> LED still blinks, code is running from RAM.

    Best,

    Kevin

  • Hello Kevin,

    This resolved my issue. I was previously doing a disconnect instead of the red button.

    Thanks for your help.

    Regards,

    Rajan