Hello, if I use FLEX CAN RX FIFO to receive CAN messages, is there a way to know whether the received data frame is a standard frame or an extended frame, my FIFO IdFilterTable is configured with both standard frame and extended frame entries。
I'm using an SDK, are there corresponding API functions?
Hi@fengba_360
You should know that Enhance Receiver FIFO must enable CAN FD, so I don’t know what your intention is.
This CS bit should include the IDE bit.
Hi@fengba_360
cs >> 22 & 0x01 ,yes, it's right to get IDE bit value.