Hi,
I have a TM4C123BE6PM sitting on my custom board, I have CCS 5.5 and I am debugging it using XDS 200. Even when I remove the debugger, or even after power cycle of board, ones the target is re-powered it starts running the program previously loaded into flash. which I don't like for safety reasons. So is there anything can be done so that program does not run without me commanding it to run from debug perspective .
One solution I thought would be to load program in SRAM, so that when I power it off, the code would be lost and so it wont run again on its own. It would be ok for me to re-program it again and again, but I will have control over it for the initial development stage. Later once code is perfect I can code it in flash.
So How can I load the program in SRAM and run debugger ???
Regards,
Ishan