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.

TMS320C6678: Code between C_int00 and main

Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS

Hi
we would like to analyze the code between c_int00 and main

were can we get that source code?

Best Regard
Doron Gabbay

  • Hi,

    You can try to uncheck 'Run to symbol main on a program load or restart' in debug configuration, and step from _c_int00 to main(). The source code is provided by the SYSBIOS you built the application.

    Regards, Eric