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

Calling C from ASM with Realview

I made a interrupt handler with priorities.

I can call C functions from ASM but have problems when calling C functions with the __irq prefix. It seems that I cannot use the prefix in this case because it informs the compiler to create its own interrupt handler. Is that correct ?

0