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.
I am using Halcogen to generate LLD for TMS570LS0914. But it seems like there are only 64 Message Objects for each CAN channel.
Q1. How to transmit/receive more than 64 CAN messages on single CAN channel?
Q2. Is there any example code for the same? If yes, please share.
Hi Harshal,
Q1. How to transmit/receive more than 64 CAN messages on single CAN channel?
Using single CAN instance we can configure max of 64 objects only.
You can do one thing for Tx channels, i mean instead of configuring all Tx channels at all the time you can just use one Tx channel and can change the ID while transmitting the data.
You can do that using "canUpdateID" function in driver code.
In this way we can save some channels, but it is not possible to increase the number of channels in one CAN instance.
Can you please refer below link, here i gave all the available examples link for Hercules devices:
--
Thanks & regards,
Jagdish.