I am new and I am testing the code from spru433j with CCS 4.2.3
IRQ_setVecs (0x100);
IRQ_plug(IRQ_EVT_TINT0, &myIsr);
IRQ_enable(IRQ_EVT_TINT0);
IRQ_globalEnable();
and I have defined the symbols _IRQ_plug, _IRQ_setVecs, _IRQ_globalEnable and _IRQ_enable.
But the compiler reported that ""D:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/inclu
de/csl_irq.h", line 168: error: expected an identifier"
line 168 states that"CSLAPI CSLInt _IRQ_plug(Uint16 EventId, IRQ_IsrPtr funcAddr);"
Can anyone help me?
Thanks!