Tool/software: TI C/C++ Compiler
Hi guys,
I want to copy my application from flash to ram and run it on the ram. I did that with my F28335 using below link.

When I do the same thing with my F28379d, I have a problem. The program does not stop at beginning of main function, it automatically starts execution, when I start debugging. It works fine but I want the cpu to stop at the beginning of main function. How can I do that? (By the way, everything works fine in the RAM configuration)
Hakan