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.

CCS/TMS570LS0432: _enable_interrupt_() function,problem

Part Number: TMS570LS0432


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.