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.

TMS470MF06607: tms470mf06607 CAN BOOT LOADER

Part Number: TMS470MF06607
Other Parts Discussed in Thread: HALCOGEN

hi sir,

previously i discussed about this boot loader issue with Chuck Davenport sir.

i was discussed about the SCI boot loader issue. 

Chuck Davenport sir gave me that CAN boot loader for this microcontroller.

but i have few doubt in that CAN boot loader also. because i  saw that CAN BOOT LOADER file. in that b1_dcan.c file i saw few functions. but its not available in my can.c file.(which is generated by the halcogen code generator).

ex: 

static void CANMessageSetRx(canBASE_t *node);
static uint32 CANMessageGetRx(canBASE_t *node, uint8 *pucData, uint32 *pulMsgID);      etc....

these functions are not available in my can.c file.

so i have some confusion on this files.

1) how can i check this bootloader is correct one for my microcontroller ??
2)if its correct one means how can i flash using emulator ?? (i need the flashing steps for that boot loader) . 

so any one can you please tell me the solution for this issue.

thanks & regards

Arun Kumar.N

  • Hi Arun,

    For testing, you need the following setup:
    1. 1 MCU hardware board with DCAN transceiver and a header (CANH, and CANL)
    2. USB-CAN adaptor which transfer data from PC to MCU DCAN port
    3. drivers for your USB-CAN adaptor
    4. code on you PC side to send data

    Which board and adaptor are you using?

    Regards,
    QJ