enable CAN1_RX0_IRQn and CAN1_SCE_IRQn
Posted on October 17, 2014 at 11:21 I have a CAN bus project that needs to use bothCAN1_RX0_IRQn and CAN1_SCE_IRQn. But it happened is that when I enabledboth of the interrupts, then the interrupts did not work at all. Here is my CanConfig(): ...