Tool/software: Code Composer Studio
When I try to run the program, either using RUN or DEBUG, CCS always reload the .out file and then start to run. Is there a way to skip the loading process?
-XG
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.
Tool/software: Code Composer Studio
When I try to run the program, either using RUN or DEBUG, CCS always reload the .out file and then start to run. Is there a way to skip the loading process?
-XG
Hello,
Once the code is loaded and you don't want to debug then after power-on or reset the code will be executed.
If you want to debug then contents of both code and data sections are sent through JTAG and stored in the appropriate memory locations of the device/board. The placement of this code follows the directives on the Linker Command File. The process is the same whether the code is being downloaded to RAM or Flash.
During the debug you can disconnect JTAG and then reconnect it from Run menu.