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/AM4376: C_int00 debug

Part Number: AM4376

Tool/software: Code Composer Studio

Dear Champs,

Is it possible to start c_int00 after loading application SW in the CCS instead of main()?

If not, how c_int00 can be debug and find initialization correctly in c_int00?

My customer is using AM4376 and want to check if initialization works well before main() function.

SW is TI-RTOS Processor SDK 6.1.

Thanks and Best Regards,

SI.

  • Hi SI,

    Yes, you should be able to disable the "auto-run to main()" in CCS --> Tools --> Debugger Options --> Auto Run and Launch Options to bring up the Auto Run and Launch Options Tab. In the tab, in the "Auto Run Options", uncheck the "On a program load or restart" box and click on "Remember My Settings" button.

    Ming 

  • Hi Ming,

    Thanks for this information. it works for me in debug window.

    But, I'm curious why it is not worked when I unchecked it in the Project Properties as below.

    Thanks and Best Regards,

    SI.