Hello experts at Ti:
SDK:
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。