Part Number: UNIFLASH
Other Parts Discussed in Thread: MSP-FET
Tool/software: Code Composer Studio
I'm looking to set up a PC that will run Uniflash from the command line/.bat file to program up to 4 different MSP430s, each connected to their own MSP-FET debugger. I referenced the two links below but did not find specific enough information on how to do this.
When generating the configuration .ccxml file from the Uniflash GUI, these are the only selections, but there's no explanation as to how to map these to the physical COM port identified in Windows Device Manager.
This generated the following .ccxml.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="configuration_0">
<instance XML_version="1.2" desc="TI MSP430 USB1" href="connections/TIMSP430-USB.xml" id="TI MSP430 USB1" xml="TIMSP430-USB.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="TI MSP430 USB1">
<instance XML_version="1.2" href="drivers/msp430_emu.xml" id="drivers" xml="msp430_emu.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="MSP430FR4133" href="devices/MSP430FR4133.xml" id="MSP430FR4133" xml="MSP430FR4133.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>
How can I direct Uniflash to select a specific MSP-FET for flashing? Also, the Uniflash GUI only presents TI MSP430 USB1, TI MSP430 USB2, and TI MSP430 USB3. Is there a software limitation to only having up to 3 MSP-FETs connected to one PC?

