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.

SYSBIOS Interrupt Assertion Testing

Other Parts Discussed in Thread: SYSBIOS

I'm currently porting CCS version 3.0 code to CCS version 5.2 using SYSBIOS. The previous code used a function IRQ_test() that would allow you to test the interrupt flag to see if it is asserted. I have not able to find a comparable function (API) for SYSBIOS, I'm using "ti/sysbios/hal/Hwi.h" for my current interrupt API functions. Please help me with this issue.

Larry