Tool/software: Code Composer Studio
Hello
Team!
my sys_startup.c program have _enable_interrupt_() function,but when the program run here, it down.
And my sys_startup.c have #include "sys_core.h", program can find the "cpsie if",but run "cpsie if" it down.
I read some posts about this issue.Suggest include "sys_core.h" in sys_startup.c.I have added it.
It seems that the compiler does not support assembly.
