bxCAN HAL HAL_CAN_RxFifo0MsgPendingCallback behavior - callback being called repeatedly
Using STM32L452 and HAL version 1.17.2 with FreeRTOS. I'm new to CAN, and am trying to set up a simple one-to-one communication scheme without filters (only two devices on this CANbus talking to each other). I've implemented the RX FIFO message pen...