Solved
Controller Area Network: 29-bit identifier example
Hi @everyone
i completed the CAN2.0A based communication. Now i want to learn about CAN2.0B that is 29-bit identifier. so can you please provide the example if available for my reference.
Hi @everyone
i completed the CAN2.0A based communication. Now i want to learn about CAN2.0B that is 29-bit identifier. so can you please provide the example if available for my reference.
Hello,
It doesn't need additional knowledge. In your example you need to change:
TxHeader.IDE = CAN_ID_EXT;
TxHeader.ExtId = <ID from 0 to 0x1FFFFFFF>
Also take care about the filters configuration.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.