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.

RM44L920: CAN multiple message BOX with External loop back mode

Part Number: RM44L920
Other Parts Discussed in Thread: HALCOGEN

I am using TI RM44L920APZT , in that using multiple CAN message box for DAQ system.with One single message Box i could able to get different values but if start using multiple CAN message BOX with EOB option enabled for the last message box the data is not as expected(same values are repeating).Please anyone could help me on this.

API used ;  

canFillMessageObjectData(canREG1,canMESSAGE_BOX1,data);

canFillMessageObjectData(canREG1,canMESSAGE_BOX2,data);

canTransmit(canREG1,canMESSAGE_BOX1,data);

canTransmit(canREG1,canMESSAGE_BOX1,data);

And do i need to use CanFILLMESSAGE for message box2 after first message box has been sent?