Tool/software: Code Composer Studio
Hello!
I can't understand why if I switch form COFF to EABI in my projects, programm not run to main.
I tried to open many examples, but those examples where СOFF is used do not start in EABI mode.
I want to emphasize right away that it's not about compilation, I fix both the library files and the assembly ones.
Compilation is Ok. It is the transition to main that does not work during debugging.
EABI (not work):
COFF (work ok):

