Hi NXP community,
I want to get the CAN rx status within the ID range 0-0x7FF, and no mail box configured with a specified ID. There is just a ID range, and, I want to get the status if the chip has received message, which ID is in the configured ID ranged. How configure this function. Thank you for your support.
Hi,
to know the ID of received message you need to configure the MB that match with received ID. Mask acceptance registers can be used to create ID range to be accepted by single MB. If you clear mask register then all IDs will be received. The MB ID word is updated with the received one.
BR, Petr