Question
changing irq handler
Posted on October 25, 2012 at 16:17
What is the best way to change the irqhandler to be used. I have a number of situations where the operations need to change depending on what the board is doing. Don't want to have a load of ifs or switches inside the isr, so my idea was to simply stop irq, change default handler and then resume. Is this possible?
Thanks Michael