Part Number: TMS320C6654
Other Parts Discussed in Thread: SYSBIOS
Hi,
I have an interrupt that could be triggered a second time in a very short time. So I want to check at the end of my interrupt sub routine if the interrupt is pending again.
The only solution I found is to read the Interrupt Flag Register. Could you confirm me that there is no better solution? (I didn't find anything in sysbios nor csl)
Do you have an example of MVC usage to read IFR, in C/C++ code?
Thanks for your help
(I use sysbios 6.46.00.23, ccs 6.1.3, on tms320c6654)