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?