Other Parts Discussed in Thread: TMS570LS0432
Hello,
I did TMS570LS0432 example according to this video ( http://www.youtube.com/watch?v=TrKQN-sor-s ).
And I don't find the way how to send more than 8 chars at once, I'd like to send a message of 150 chars at once.
Besides, maybe you can explain how to use ( canTransmit(canREG1, canMESSAGE_BOX1, tx_data); ) function, specifically 'canMESSAGE_BOX1' field. If I suppose correctly, it's related with splitting data to send in separate pieces.
Regards