Configure CAN to receive in both FIFOs
Posted on June 09, 2016 at 10:58 Hello there, I am using STM32F4. I am trying to configure can peripheral the way that when messages are received, they pass through 2 filters. If filter 0 matches they go to FIFO0, if filter 1 matches they sh...