2024-01-07 08:29 PM - last edited on 2024-01-08 12:49 AM by SofLit
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.
Solved! Go to Solution.
2024-01-08 12:48 AM
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.
2024-01-08 12:48 AM
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.
2024-01-08 07:31 AM
Hi @SofLit
Thank you so much i will try it.
2024-07-06 09:10 PM
Dude, can you please tell me about, how to set the Extended CAN ID in reception of CAN MESSAGES??
2024-07-08 01:16 AM
Hello @vedant_joshi
I suggest you to open a new thread for your question.
Thank you for your understanding.