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?
