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.

#pragma INTERRUPT and #pragma SWI_ALIAS representation

Dear all,

Previously i implemented application successfully using CCS compiler. Now, I am using the same TMS570LS USB development board with IAR compiler.

In this i dont know how to represent this INTERRUPTand SWI_ALIAS for IAR compiler. Always i got the warning as Unrecognized #pragma.

I mention one sample line used in CCS compiler below,

#pragma INTERRUPT(sci1HighLevelInterrupt, IRQ)

and

#pragma SWI_ALIAS(INT_ENABLE,          4)

Anyone could tell me how to modify as per IAR compiler.

 

Thanks and Regards

Gowdham Natarajan