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/TMDSCNCD28069: Automating JTAG flash process

Part Number: TMDSCNCD28069

Tool/software: Code Composer Studio

We have 10 identical processors located in the same JTAG chain.

What would be the CCS process to flash them all with the same firmware?

Thanks,

Tomas

  • Tomas,

    Are you able to create an Target Configuration (.ccxml) file in CCS to connect to each of your 10 cores?

    If so, you can use this ccxml in Debug Server Scripting (DSS) or DSLite (command line interface) to script the flashing process.

    If you don't have a ccxml, please try opening up the "Target Configurations" view in CCS (Windows -> Show View -> Target Configurations), go to the Advanced tab and see if you can specify your configuration there (you didn't mention which JTAG connection you are using, but it should be available in the list).

    Please let me know if you have any follow up questions.

    Thanks,
    Ricky