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

FIW implementation in Realview, not returning properly

A colleague and I are both interested in using an FIQ in our particular efforts. Unfortunately, we have both encountered difficulty in doing so.

By manually changing the Startup.s file to have the

FIQ_Addr: DD FIQ_Handler?A

point to our FIQ ISR, we managed to get out function to be serviced.
Unfortunately, it fails to return from it to where it departed the normal run-time.

Has anyone seen this? Are there any different ways of handling this than what we did above?

Parents Reply Children