Dear Experts:
What is the ID number of CAN Communicantion according to the example of safetyMCU_Bootloader(TMS570LS12X)?
I have many questions about the SPNA186.
#define MSG_OBJ_BCAST_TX_ID 1 in bl_can.c
#define MSG_OBJ_BCAST_RX_ID 2 in bl_can.c
①These code is means the ID is 1 or 2 between PC and Bootloader?
②Tx identififier:0x5A(device ID)+CMDs(0x00,0x01,0x02,0x03,0x04,0x05,0x06) is the ID?My PC ID set 0x5A0~0x5A6?It bothers me.
③My program is still stop at:
While((node->NWDATx[regIndex]&bitIndex)==0).
I know I should send the data to Bootloader ,but I fail many times.I don’t make sure the ID number
④Why there is no booloader example for TMS570LS11x?
⑤Sample Code for PC-Side Application could transplant in the device 570LS11x?It seems no copletement project,only apply to RM?or TMS570 other devices?
I am looking forward to your reply.
Qiuchi