This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__irq instead __fiq

Hi,
I am having the same error as this person described in this thread:
http://www.keil.com/forum/15818/

Well it has been answered there, but my question is If i will use __irq instead of __fiq, how would the compiler know that this ISR is for fiq,
since we use the same __irq directive with vectored IRQs and non vectored IRQs as well.

Regards,
Salman

0