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.

LAUNCHXL-F28379D: TMS320F28379D

Part Number: LAUNCHXL-F28379D


How to fast load firmware without addtional 4-5 mouse clicking or auto reload fw to both cpu's after rebuilding?

  • Hello,

    How to fast load firmware without addtional 4-5 mouse clicking

    Assuming you have an existing debug configuration for your project, you can simply select the "Flash" button in the CCS Edit perspective to quickly flash your program. This will automatically launch a debug session and flash the program based on the information in the debug configuration for that project. After the program is flashed, the debug session is automatically terminated. This all happens with one press of the "Flash" button"

    Note that the above approach works well out-of-the-box when flashing one program on one of the CPUs. Two flash two separate programs on two separate CPUs, you would need to repeat for each CPU However, it is possible to have it so that you can program both CPUs with one click. That would require some modifications to the debug configuration where you would associate a separate program for each CPU. Let me know if you wish to pursue this option and are having issues configuring your debug configuration.

    If your goal is to be able to load both program (with one click) and remain in the debug session, then instead of the Flash button, you can use the Debug button but otherwise the same concept regarding the modification of the debug configuration would still apply. 

    auto reload fw to both cpu's after rebuilding?

    CCS will detect a change in the program and prompt you to reload. If you wish to have it auto-load, you can check the "Remember my decision" option.

    Thanks

    ki