We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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