NVIC_EnableIRQ() and kin shall handle exceptions
Posted on April 04, 2017 at 17:56According to PM0214, CMSIS functions NVIC_EnableIRQ(), NVIC_DisableIRQ(), NVIC_SetPendingIRQ(), NVIC_CleartPendingIRQ(), NVIC_GetPendingIRQ() should support both interrupts and exceptions (of course those where this...