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.

CC3200: uniflashCLI, Is there a way to not quit from the bat file?

Part Number: CC3200
Other Parts Discussed in Thread: UNIFLASH

Hi team,

My customer was considering the  MP solution of CC3200. so far, they are using unilfashCLI tools.  they used this command in their burning batch script as below, it is very simple,just expect this processing  is a cycle operation. but actually, when the uniflashCLI executes to completion, it will terminate. 

so, is there a way to not quit when uniflash CLI done the execution, thanks. 

@echo Start programming ...

uniflashCLI -config "%cd%\AJ27CC3200.usf" -setOptions com=%COM% secure=false alert=false capacity=1MB spPath="%cd%\AJ27_WiFi_servicepack_1.0.1.6-2.6.0.5.bin" -operations format servicePackUpdate program
if errorlevel 1 goto:FAILPROGRAM

echo ------------------------------------------
echo Programming Firmware SUCCESS !
echo ---------------------------------------
pause
goto START