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.

not getting interrupts

the code used to be working fine compiled with CCS3.1, not I have just moved the project to CCS6.1, most of the code is working fine, except the hardware interrupts.

in my main program I set it up like this:

IRQ_enable(IRQ_EVT_EXTINT4);
IRQ_globalEnable();

but  later in one task IRQ_test(IRQ_EVT_EXTINT4) always returns zero, and the HWI ISRis never called.

The chip I am using is DM642. DSP/BIOS version 5.24, CSL version 2.31