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.

LMFLASHPROGRAMMER: LM Flasher using Command prompt to flash

Part Number: LMFLASHPROGRAMMER


Hi,

I have an issue when flashing my custom board with a TM4 chip (TM4C1294NCPDTI3 to be specific) using the LM flasher over CMD, using UART communication. I was expecting that I would be able to make my device restart after flashing, which it does using the "standard" method of flashing by choosing the "reset MCU after program" option. It is pretty annoying having to power cycle the device and I want to do a pre-fabrication run using this tool and CMD, if feasible. Power cycling just adds another steps, and since the PSU I use for my product has big capacitors it takes a good amount of time until it turns off. 

The CMD code: 

@echo off
cd /D "%~dp0"
lmflash -q manual -i serial -p COM9 -b 115200 --xfer-size=60 fw_SW-10-01_6d4baed.bin
pause

Thank you for the help.

//Daniel