How to implement HAL_CAN_RxCpltCallback()
Posted on June 23, 2016 at 17:03I am a little confused with this call back function HAL_CAN_RxCpltCallback(). The end users are supposed to implement this function but there is already one in the file: stm32f0xx_hal_can.c. STM recommends do not mo...