This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
1. How to transmit/receive more than 64 CAN messages on single CAN channel?
2. If any Sample Code? if Yes please share
Hi Khushal,
1. How to transmit/receive more than 64 CAN messages on single CAN channel?
Do you want more than 64 different ID's? or you just want to send more than 64 messages with single ID?
If you want to configure more than 64 message ID's then it won't be possible with single CAN instance and please refer below threads:
If you want to receive more than 64 messages, then there won't be any limitation in terms of messages. You can receive any number of messages by just calling "canGetData" function with required message object number like as below:
--
Thanks & Regards,
Jagadish.