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.

Code restarts even after exiting debug mode in ccs 5.5

Other Parts Discussed in Thread: TM4C123BE6PM

Hi all,

I have a TM4C123BE6PM MCU sitting on my custom board. After a lot of difficulties I am able to debug it using Tiva launch pad. After I write code, compile it without errors, then I press debug button. Then the program gets loaded into MCU and I am able to debug it, step through each line of code. When I press start, it starts and when I press pause it stops.

Now the problem is when I press stop button and exit debug perspective and go to edit perspective the program starts on its own . Even when I disconnect launch pad, still programs runs on MCU. I would like that program to only run when I am in debug perspective and when I command it to run and should not run when I exit debug perspective and go to edit perspective. Is there any debug configuration I need to change or any solutions please.

Regards,

Ishan