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.
Hi,
what do I need to take care about when implementing FIQ handers written in C?
Can I mark the functions with the following pragma to get advantage of the banked FIQ registers R8 to R12?
#pragma INTERRUPT ( my_isr, FIQ );
Is there anything else to be considered?
Kind regards,
Michael
Michael,
#pragma INTERRUPT ( my_isr, FIQ ) doesn't require semicolon after the statement
Please also assign your isr to the VIM RAM
Regards,
QJ