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 ?