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.

CCS/TMS570LS0432: TMS570LSX42 Hercules Bootloader CAN

Part Number: TMS570LS0432

Tool/software: Code Composer Studio

hi can can you provide me a step by step procedure, I am new to ti and CCS .... also the terminal communication ... I was looking for some document but nothing I can make any sense with

  • Hi Karthick,

    1. please download the CAN bootloader from ti.com, and install the bootloader to CCS workspace
    2. import the CAN bootloader CCS project for LS0432
    3. compile the project, if any error occurs, please double check the "include" folders
    4. after compiler, please load the CCS generated out file and run the bootloader
    5. the bootload waits for the command and data from another device (CAN node of another MCU or PC, I used a PC+CAN adaptor).
    6. run project on anther CAN node to send command and data
    7. CAN bootloader get command and data, then program the data to MCU flash
    8. after getting all the data and programming those data to flash, the CAN bootloader will retart, and jump to the application