Hi team,
Here's an issue from the customer may need your help:
CAN communication, CAN ID can be set to 11bit or 29Bit. Communication is good when using the 11-bit CAN ID. However, once a 29-Bit CAN ID is used, there is a false reception when the data is received.
Information from the same CAN ID at the end of 11bit is received into a CANID by mistake. For example: the last 11 bits of both ID(0x0CF094A7) and ID(0x0CFB74A7) are 4A7. So the data for 0x0CF094A7 can be misinterpreted as the data read 0x0CFB74A7. The customer also tested that whenever the end of ID 11bit is 4A7, it's interpreted as 0x0CFB74A7 Remove the ID (0x0CFB74A7) and the data from the ID (0x0CF094A7) is received correctly.
The customer would like to know what's the possible reason for that and how to resolve it. Could you help check this case? Thanks.
Best Regards,
Cherry