Hi Can I do this?: NutRegisterIrqHandler(&SIG_INTERRUPT6, handler1, NULL) NutRegisterIrqHandler(&SIG_INTERRUPT6, handler2, NULL) So registering two different interrupt handlers to the same irq expecting they are called one by one by the event? Or handlers are "the handlers" thus only one can be assigned? Regards Przemek