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.

TM4C1294NCPDT: TMDSEMU200-U

Part Number: TM4C1294NCPDT

Hello Guys,

I am trying to build a .bat file to flash multiple files, if I generate the command line it works, but when I create my own .bat does not work forme, It does not execute fo M1166001_V33607

here is my code
dslite flash -c C:\Users\julioam\ti\CCSTargetConfigurations\Mutiflashing2.ccxml -l -s VerifyAfterProgramLoad="No verification" -e -f -v "user_files/images/M1166001_V33607.out" "user_files/images/M1158001_V34909.out"

C:\ti\ccs1230\ccs\ccs_base\DebugServer\bin>dslite load -c C:\Users\julioam\ti\CCSTargetConfigurations\Mutiflashing2.ccxml -f "C:\Users\julioam\ti\CCSTargetConfigurations\M1166001_V33607.out" "C:\Users\julioam\ti\CCSTargetConfigurations\M1158001_V34909.out"
DSLite version 12.3.0.3006
Configuring Debugger (may take a few minutes on first launch)...
Initializing Register Database...
Initializing: CS_DAP_0
Executing Startup Scripts: CS_DAP_0
Initializing: CORTEX_M4_0
Executing Startup Scripts: CORTEX_M4_0
GEL: CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
Connecting...
Loading Program: C:\Users\julioam\ti\CCSTargetConfigurations\M1158001_V34909.out
Preparing ...
.text: 0 of 328808 at 0x4000
Erasing Flash.
.text: 32640 of 328808 at 0x4000: 9%
.text: 65280 of 328808 at 0x4000: 19%
.text: 97920 of 328808 at 0x4000: 29%
.text: 130560 of 328808 at 0x4000: 39%
.text: 163200 of 328808 at 0x4000: 49%
.text: 195840 of 328808 at 0x4000: 59%
.text: 228480 of 328808 at 0x4000: 69%
.text: 261120 of 328808 at 0x4000: 79%
.text: 293760 of 328808 at 0x4000: 89%
.text: 326400 of 328808 at 0x4000: 99%
Finished: 99%
Setting PC to entry point.: 99%

Please advise