Other Parts Discussed in Thread: HALCOGEN
Hello.
iam using TMs570LC4357 ti microcontroller for CAN communication.
i trying to send mutiple Message id's (0x2100, 0x3100, 0x4100 and 0x5100 {0x2101, 0x2102, 0x2103, 0x2104...0x21024}, {0x3101, 0x3102, 0x3103, 0x3104...0x31024} {0x4101, 0x4102, 0x4103, 0x4104...0x41024} {0x2101, 0x5102, 0x5103, 0x5104...0x51024}) at the same time i want receive these message ids.
with CAN Reg 1 in transmiting function IF1 register using for data transmintting. Message Receiving is happening from IF2 Register.
help me to how can i change message identifier in run time?
i used canUpdateID funtion for change msg ID. using this can message not delivering i tested with CAN bus analyzer.