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

LPC2xxx - fast interrupt FIQ GCC/GNU

Dear all,

I try to get the fast interrupt to run by using the GNU toolchain.
In C source I defined a function with the extension __attribute__ ((interrupt("FIQ"))) as the fast interrupt service routine.
Currently the program stucks at the dummy handler of the "startup.s" and I don't know how to bring the handler and the service routine together to run.

Thank you,
Best regards,
Detlef Weidner