CAN rollover between FIFOs after overflow in pooling mode
Hi everyone!I'm working with STM32F303. I'm configuring the CAN peripheral with HAL libraries for pooling mode operation. I'm wondering if there is a method to check only the FIFO0 fill level and configure the peripheral to move FIFO1 messages into F...