Other Parts Discussed in Thread: HALCOGEN, RM46L852
Hi
I use Hercules SafeTI HALCoGen. MCU: R4F series RM46L852 and Compiler:CCSv6
I try to CAN communication. I am novice,
I have questions belows
1. I can't find configuring CAN ID. It is neccessary To use CAN communication. (If it is wrong teach me please)
CAN1, CAN2, CAN3's CAN ID is 1,2,3 (I was learn from CAN Analyzer device, I can't find the setting that CAN ID)
2. NOW, I don't know what How to setting that CAN ID. I want to CAN Communication between various device that include iRM46XX chip(MCU).
Then how can i do?(teach me how to setting CAN ID)
3. I wonder HalCoGen's CAN data.( = message object = mailbox)
Why transfer size of data 0 to 8(byte, Is unit byte right?)? whay data size is fixed? If data large than 8 byte,(data over flow) than what's going on?
How can i coding? if i want to txdata. the txdata is larger than 8byte. then txdata is must devide? and devided txdata transfer several times?
please help me//