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.
Hello,
I want to work with the interrupt int0 of the FX2.
The regsiters I have to use are written down in the TRM of the FX2. But where are informations about enabling the interrupt or name of the ISR for example?
Where I can search? I only find information snippets.
Best regards Jan
When I uncomment my ISR, the firmware is running without errors.
If you have an interrupt enabled and no ISR you will most likely crash
Erik
Ok, I'm sorry I mixed uncomment and comment. I didn't enabled the interrupts but defined my ISR and there where errors in the firmware.
I'll look in the example Tsuneo showed me.