When LPC11C24 CAN BUS receive a fault frame (CRC error for example), I can see the ID and payload data received to see what I'm receiving?
Hi,
I suppose that you use interrupt mode, if CAN error happens, you can enable the error event to trigger interrupt, in the CAN ISR, you can check the CAN flags, and take action based on the flags.
Hope it can help you
BR
XiangJun Rong