Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
Hello,
I am testing Uniflash v4.2.1.1562 on Windows x64 for use in our production facilities. I have generated a standalone command line installer from our existing TI txt filenames "XT1 1MHz XT2 Unused.txt" and "MAS v3.7-8F3C.txt" and the dslite.bat file contains the line:
set GENERATED_COMMAND=-c user_files/configs/MSP430F2619.ccxml -l user_files/settings/generated.ufsettings -e -f -v user_files/images/XT1 1MHz XT2 Unused.txt user_files/images/MAS v3.7-8F3C.txt
The final output of the script is predicatably a failure:
Building search data: MSP430 Executing Startup Scripts: MSP430 Connecting... Failed: Unable to open file: user_files/images/XT1
Obviously I can either use filenames without spaces or insert the required quotes in the generated script but it would be nice for the standalone generator to generate those quotes.