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