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.

How to activate FIQ interrupt?

Other Parts Discussed in Thread: SYSBIOS

Hello,

I'm using a FIQ interrupt along the BIOS with no problem.

But I want to make my FIQ interrupt reeantrant, i.e activate the FIQ interrupt within the ISR, at the beginning. And I don't know how.

I have verify with the debugger and the ISR is NOT reeantrant by default at least. 

I call _enable_interrupts() as starting the application and it works ok all the way, but it seems to cause problem to the sysbios is I also call it into the FIQ ISR in order to make it reeantrant. 

My setup:

TMS570, sysbios 3.20.8.88, IPC 1.22.3.23, CCS 5.1 N201104171800 

Simon