STM32F4 HAL CAN Receive Interrupt Error
Posted on April 03, 2017 at 17:47I'm trying to get the STM32F4 Discovery board to transmit and receive CAN frames.I've already got it to work with polling, now I'm trying to get the transmit and receive interrupts working. The transmit interrupt wor...