Possible STM library bug in CAN interrupt routine
Posted on March 23, 2018 at 17:23I am using STM32F072 device and I am using STM library calls for all my CAN routines. But I notice that occasionally, the main interrupt routine HAL_CAN_IRQHandler(&hcan) would not get called.At the end of my HAL_CA...