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.

TM4C123GH6PZ: Programming using uniflash and the command line

Part Number: TM4C123GH6PZ
Other Parts Discussed in Thread: UNIFLASH, , SEGGER

Hey everyone, I have been scrambling around on the forums for quite some time, but have never been able to get the answers I am looking for.

I am trying to program a TM4C123GH6PZ chip using an XDS100v2 from the command line. I discovered Uniflash, and that seems to be working, but only in the GUI. When I "Generate a standalone command line package", that does not work. It generates a fair bit of code, but the critical line in the .sh file is:

"$scriptDir"/ccs_base/DebugServer/bin/DSLite $MODE -c user_files/configs/tm4c123gh6pz.ccxml -l user_files/settings/generated.ufsettings -e -f -v user_files/images/blinky.bin,undefined

Which returns the error "Failed: Cannot convert "undefined" to address". I have no idea why ",undefined" ended up at then end of the line. When I remove the ",undefined", I get one step further, but get a different error.

"Failed: Encountered a problem loading file: user_files/images/blinky.bin Could not determine target type of file"

Any advice you could offer would be much appreciated.

Best