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.

CCS/AM3354: project entry point

Part Number: AM3354

Tool/software: Code Composer Studio

The program will step into main function as default since I use CCS debug function.

But if I do not want the program step into main function, I just want the program step into 

the system config function(such as system clock config), what should I do?

Can I just use another symbol to replace 'main' symbol in run to symbol column?

  

  • Hello,

    zemin shan said:
    Can I just use another symbol to replace 'main' symbol in run to symbol column?

    You can instead disable the "On a program load or restart" checkbox. This will simply leave the program counter at the beginning entry point instead of running to main (or other specified label).

    Thanks

    ki