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.

TDA4VM: Initialization operations for r5 cores

Part Number: TDA4VM

Hello experts at Ti:

SDK:

ti-processor-sdk-rtos-j721e-evm-08_01_00_13。

I would like to know what was done before entering the main function when CCS debug, that is, the system initialization operation. The startup of the arm core should be to turn off interrupts, initialize the stack, etc., but I didn't see this step when CCS deug, and instead jumped directly to the main function. I set Traget Configuration->properties->auto run and lanuch options in ccs, set to "on a reset", also jumping directly to the main function, not to "reset". Thank you

I would like to see the execution process。