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.

UNIFLASH: Installing Uniflash on Windows 10 64-bit (Spectrum Digital XDS510, TMS320F28335)

Part Number: UNIFLASH


Hi,

I'm trying to install Uniflash 3.4 on a Windows 10 64-bit machine. I choose 3.4 over 4.0 because 4.0 (to the best of my knowledge) does not support the XDS510 (unless thru the command line). The install seems to go smoothly on 32-bit Win7 machines, but not Win10 64-bit. I always have at least one "unknown error" on install. However, it does boot up and run afterwards. However, when trying to open a configuration, I get the following:

[12:50:25] Begin Launching session operation.

[12:50:28] ERROR >> Cannot read System Setup data from XML file[company path]\BOOTLO~1\M08300~1.CCX

Error parsing file:

Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=[company path]\BOOTLO~1\connections\SD2000USB_Connection.xml while parsing file:[company path]\BOOTLO~1\connections\SD2000USB_Connection.xml

[12:50:28] com.ti.debug.engine.IApplication$InitializationException: Cannot read System Setup data from XML file [company path]\BOOTLO~1\M08300~1.CCX

Error parsing file:

Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=\\shvdesign\FW_Request\X5268\BOOTLO~1\connections\SD2000USB_Connection.xml while parsing file:[company path]\BOOTLO~1\connections\SD2000USB_Connection.xml

[12:50:28] Operation Launching session returned.

[12:50:28] Loaded target configuration from: [company path]\UniFlash_SD_510LC_Cfg.ccxml

My configuration file looks as such:

<?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="Spectrum Digital C2000 XDS510LC Emulator" href="connections/SD2000USB_Connection.xml" id="Spectrum Digital C2000 XDS510LC Emulator" xml="SD2000USB_Connection.xml" xmlpath="connections"/>
        <connection XML_version="1.2" id="Spectrum Digital C2000 XDS510LC Emulator">
            <instance XML_version="1.2" href="drivers/sdgo28xusb_xds510lc.xml" id="drivers" xml="sdgo28xusb_xds510lc.xml" xmlpath="drivers"/>
            <platform XML_version="1.2" id="platform_0">
                <instance XML_version="1.2" desc="TMS320F28335" href="devices/f28335.xml" id="TMS320F28335" xml="f28335.xml" xmlpath="devices"/>
            </platform>
        </connection>
    </configuration>
</configurations>