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.

TMS570LS0714: Question regarding code loading

Part Number: TMS570LS0714
Other Parts Discussed in Thread: TMS570LS1224

Dear TI support team,

I am using this micro-controller for a BMS prototype. The thing is that this is the first time that I am not using a launchpad in conjunction with my PC, so I need to load my code directly to it and make it remain even when I disconnect my PC.

Could you please give some explanation on how is this done? The debug probe that I was planning to use is "XDS100v2" with its 14-pin adaptor. Find attached the schematic used.

Thank you for you precious time,

Nicolás G.

  • Hello,

    1. Download and install CCS 10.x: CCS can be downloaded from Code Composer Studio Downloads (ti.com). During installation, please select "Hercules" safety MCU".

    2. Setup CCS target configuration file

        Create a CCS target config, you can name it TMS570LS1224_XDS100V2.ccxml.

    • In Code Composer Studio, go to the File menu and select New -> Target Configuration File

    • Name the Target Configuration file as TMS570LS1224_XDS100V2.ccxml and click Finish

    • Select Connection as Texas Instruments XDS100V2 USB Debug Probe

    • Select the device as TMS570LS1224

    • Save configuration

    3. launch the Target Configuration, then connect the target

    4. Open CCS-->Project, select Import CCS Project

    5. Compile the project

    6. Open CCS-->Tools, select On-Chip Flash, enable "Auto ECC Generation" as below, then click "Remember My Settings"

    7. Go to CCS-->Run, select "Load-->Load Program", then select the program file

    8. The code will be loaded to MCU internal flash. 

  • Thank you so much! This will be so helpful Smiley