cancel
Showing results for 
Search instead for 
Did you mean: 

User defined irq handler

Gossamer
Associate II

Is there a way to create user defined IRQ handler type that could be called from NVIC ISPR ? I would like to interrupt execution if some particular software condition is fulfilled..

2 REPLIES 2
TDK
Guru

Like an interrupt to be called when “x == 42�? ? No, this is not possible in hardware. You can do some things like this using the debugger and watch points/breakpoints.

If you feel a post has answered your question, please click "Accept as Solution".

Yes, something like that is what I wanted to do. Ok, I will look into some other way of doing this. loopback on the EXTI is what comes into my mind :)