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.

CCS/UCD3138: This is question when Funsion Digital Power Studio open Existing Project

Part Number: UCD3138

Tool/software: Code Composer Studio

This is question when Funsion Digital Power Studio open Existing Project .Software tips

There was an error loading the project file at C:\ti\DigitalPower\HSFBFirmware-1.1\UCD3138-HSFB\HSFBFirmware.xml:
error restoring project file; XML (1, 2)error.
Unable to load project file.

Please give me advice to solve this problem.Thank You Very Much !

  • Hello,

    Can you attach the .xml file so I can debug?

  • Hello,

    This is my .xml file.When it is imported as exiting project ,there is error tip.

    There was an error loading the project file at C:\ti\DigitalPower\HSFBFirmware-1.1\UCD3138-HSFB\HSFBFirmware.xml:
    error restoring project file; XML 文档(1, 2)中有错误。; 不应有 。
    Unable to load project file.

    <project>
    <shortName>HSFBFirmware</shortName>
    <fullName>UCD3138-HSFB</fullName>
    <version>1.1</version>
    <installerFilename>${project.shortName}-${project.version}-${platform_name}-installer.${platform_exec_suffix}</installerFilename>
    <readmeFile>UCD3138-HSFB/HSFB_Firmware-1.1/UCD3138_HSFB_VM/Software_Distribution License.txt</readmeFile>
    <licenseFile>UCD3138-HSFB/HSFB_Firmware-1.1/UCD3138_HSFB_VM/Software_Distribution License.txt</licenseFile>
    <leftImage>logo.png</leftImage>
    <logoImage>logo.png</logoImage>
    <splashImage>splash.png</splashImage>
    <allowLanguageSelection>1</allowLanguageSelection>
    <componentList>
    <component>
    <name>default</name>
    <description>Default Component</description>
    <canBeEdited>1</canBeEdited>
    <selected>1</selected>
    <show>1</show>
    <folderList>
    <folder>
    <description>UCD3138-HSFB</description>
    <destination>${installdir}</destination>
    <name>HSFBFW</name>
    <platforms>windows</platforms>
    <distributionFileList>
    <distributionDirectory>
    <origin>UCD3138-HSFB</origin>
    </distributionDirectory>
    </distributionFileList>
    </folder>
    </folderList>
    </component>
    </componentList>
    <showPostInstallationScriptResult>1</showPostInstallationScriptResult>
    <enableRollback>1</enableRollback>
    <enableTimestamp>1</enableTimestamp>
    <projectSchemaVersion>1.0</projectSchemaVersion>
    <requireInstallationByRootUser>1</requireInstallationByRootUser>
    <saveRelativePaths>1</saveRelativePaths>
    <startMenuGroupName>${project.fullName}</startMenuGroupName>
    <vendor>Texas Instruments Inc</vendor>
    <parameterList>
    <directoryParameter>
    <name>installdir</name>
    <description>Installer.Parameter.installdir.description</description>
    <explanation>Installer.Parameter.installdir.explanation</explanation>
    <value>C:\ti\DigitalPower\${project.shortName}-${project.version}</value>
    <default>C:\ti\DigitalPower\${project.shortName}-${project.version}</default>
    <allowEmptyValue>0</allowEmptyValue>
    <cliOptionName>prefix</cliOptionName>
    <mustBeWritable>1</mustBeWritable>
    <mustExist>0</mustExist>
    <width>40</width>
    </directoryParameter>
    </parameterList>
    <platformOptionsList>
    <platformOptions>
    <platform>windows</platform>
    </platformOptions>
    </platformOptionsList>
    </project>

  • Hello,

    Based on the contents of the file you have displayed above this looks like a project file for code composer studio and not for the fusion studio GUI.

  • Hello,

    The project is created by CCS6.2. How can I import existing project using Fusion Studio GUI. 

  • Hello Yue,

    Please see the following Fusion GUI user guide and look at section 5 for the Device GUI for how to download the firmware (.x0 file) you generated from CCS to the device.  

     

    There is also very good training videos for UCD3138 here: 

    https://www.ti.com/product/UCD3138#videos

  • Hello Amiel Hussain,Thank you for your advice!