Part Number: LAUNCHXL-F28P65X
Other Parts Discussed in Thread: SYSCONFIG
Hi,
I am working CAN module on F28p65X LAUNCH pad, i have around 25 tx canid and 25 rx canid.
In sysconfig tool, i have around 32 message object, for each rx canid i have allocated a object and finally i have utilized 25 message object.
Remaining i had 7 message object left with me and still i need to configure rest of my 25 can txid to the the message object.
But here only i can configure 7 txcanid's with rest of message object available.
So what i tried from my end is, i used only one object for rest of the txcanid's .
How i did is, after every transmission successful i tried to change the canid for the txobject by calling api(CAN_setupMessageObject ) and send canmessage.
Is it create an data loss issue if try to run at some higher rate?
Tell me it is a good or bad approach? Can anyone answer this