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.

XDS100v2 on CCS v6 (Windows 8)

Other Parts Discussed in Thread: MSP430WARE

Has anyone confirmed that a Blackhawk XDS100v2 works in CCSv6 running on Windows 8? I installed CCSv6 on a new machine (with no previous CCS installation or XDS drivers) and the XDS100v2 drivers weren't installed properly. When I tried to test a JTAG connection it told me that the FTDI drivers weren't correct, and the xds100serial utility couldn't find any connected emulators.


I checked for updates in CCS and saw that "Blackhawk CCSv6.0 Emulation Update" was avaiable, so I downloaded that. When CCS restarted to install the update, the installer immediately threw an error:

An error occured: can't read "componentname(JRE)": no such element in array

Even though the installation failed, when I restarted CCSv6 it reported that there were no updates and that the Blackhawk update was installed properly. The XDS100v2 was still not detected/usable, so I tried uninstalling and re-installing it a few times, and every time the installer threw the same error.

After this, I realized that I didn't have Java installed on my new system, so I installed JRE7 and added it to my system's PATH and JAVA_HOME variables. The "java" command is now recognized when I run it in the command line so I figure that the JRE is installed properly, but when I try to install the Blackhawk update, I'm still getting the same JRE error.

Is this a known bug? If not, is there any specific JRE requirement (JRE6 vs JRE7, 32 bit vs 64 bit) for the CCS update installer? Any help with this issue would be appreciated

  • Hi Matthew,

    Can you please zip up the contents of the folders <installdir>/install_logs* (i.e. all install_logs folders) and post them here? I'll take a look and get back to you.

    Danish

  • It looks like you killed off/cancelled the msp430ware installation. Is this correct? If so, there's a config file that the installer needs that's been left in an unknown state.

    Could you try the following:

    1. rename the file <installdir>/eclipse/ccs_config.xml.bk to ccs_config.xml

    2. Check the file for "feature registered" (should be for the msp430ware feature). Replace that with "feature failed". There should be no features in the "feature registered" state.

    3. Try the blackhawk update again.

    Please keep me updated with your progress.

    Thanks

    Danish

  • Hey Danish,


    I renamed the file, but it doesn't have the text you mentioned. Here's a copy:

    6014.ccs_config.xml
    <Edition installerversion="1.0" name="Custom" version="5.1.0.08026" location="C:/ti/ccsv6/eclipse" totalsize="0" product="Code Composer Studio" percentcomplete="1">
        <OS>windows</OS>
        <CCSDIR>c:/ti/ccsv6</CCSDIR>
        <zipbinary>C:/Users/Matthew/AppData/Local/Temp/ccs_cee4dcf0-785c-4213-6d79-43a431dbc966/util/unzip.exe</zipbinary>
        <baserepourl>http://www.blackhawk-dsp.com/updates/win32/com.bh.ccstudio.emulation.win32_6.0.0.343/baserepo</baserepourl>
        <TempDir>C:/Users/Matthew/AppData/Local/Temp/ccs_cee4dcf0-785c-4213-6d79-43a431dbc966</TempDir>
        <InstallDir>c:/ti</InstallDir>
        <LocalBaseRepository>C:/Users/Matthew/AppData/Local/Temp/ccs_cee4dcf0-785c-4213-6d79-43a431dbc966/baserepo</LocalBaseRepository>
        <featureurl>http://www.blackhawk-dsp.com/updates/win32/com.bh.ccstudio.emulation.win32_6.0.0.343/featurerepo</featureurl>
        <eclipseexe>eclipsec.exe</eclipseexe>
        <ComponentInstaller>true</ComponentInstaller>
        <LocalRepository_Exists>0</LocalRepository_Exists>
        <testurl>0</testurl>
        <EclipseDir>C:/ti/ccsv6/eclipse</EclipseDir>
        <Features>
            <Feature tag="EMU_BH" name="com.bh.ccstudio.emulation.win32" version="6.0.0.343" state="do not install" order="" size="29417744" pf_filter="" location="http://www.blackhawk-dsp.com/updates/win32/com.bh.ccstudio.emulation.win32_6.0.0.343">
                <Installer name="bh_emupack_setup_6.0.0.343.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'C:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="uninstall_bh_emupack.exe" arguments="--mode unattended" location="'c:/ti/ccsv6/ccs_base/emulation'"/>
            </Feature>
        </Features>
        <InstalledFeatures/>
        <ProductFamilies/>
        <Devices/>
        <PF_Filters/>
    </Edition>
    
    

    I don't see any reference to msp430ware in there or "feature registered". If I'm remembering right, CCS did fail to install MSP430ware at first, but seeing as I don't do much MSP430 development I didn't care much.


    Any suggestions?

  • Hi Matthew,

    It looks like your config file is corrupted, I'm not sure how that happened. If CCS is still starting up ok, please put this config file in c:\ti\ccsv6\eclipse\ and try uninstalling and installing the blackhawk feature again. 

    Once again, let me know how it goes. And thanks for your patience.

    Danish

    2330.ccs_config.xml
    <Edition installerversion="1.0" name="Custom" version="6.0.0.00190" location="c:/ti/ccsv6/eclipse" totalsize="0" product="Code Composer Studio" percentcomplete="1">
        <OS>windows</OS>
        <CCSDIR>c:/ti/ccsv6</CCSDIR>
        <zipbinary>C:/Users/Junior/AppData/Local/Temp/ccs_e6d6bbde-bccd-41bc-7f83-7647b93ea4bd/util/unzip.exe</zipbinary>
        <baserepourl>http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo</baserepourl>
        <TempDir>C:/Users/Junior/AppData/Local/Temp/ccs_e6d6bbde-bccd-41bc-7f83-7647b93ea4bd</TempDir>
        <InstallDir>c:/ti</InstallDir>
        <LocalBaseRepository>C:/Users/Junior/AppData/Local/Temp/ccs_e6d6bbde-bccd-41bc-7f83-7647b93ea4bd/baserepo</LocalBaseRepository>
        <featureurl>http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo</featureurl>
        <eclipseexe>eclipsec.exe</eclipseexe>
        <ComponentInstaller>false</ComponentInstaller>
        <LocalRepository_Exists>0</LocalRepository_Exists>
        <testurl>0</testurl>
        <EclipseDir>c:/ti/ccsv6/eclipse</EclipseDir>
        <Features>
            <Feature tag="ARM_CGT_HELP" name="com.ti.cgt.arm.5.1.help" version="5.1.0.201306281501" state="feature installed" order="85" size="4049184" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/armhelprepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="BBONE_FTDI_DRIVERS" name="com.ti.ftdi.drivers.win" version="2.8.30.20140130" state="do not install" order="114" size="1935950" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="com.ti.ftdi.drivers.win_2.8.30.20140130.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="C2000_CGT_HELP" name="com.ti.cgt.c2000.6.2.help" version="6.2.0.201306250915" state="do not install" order="86" size="3892347" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/c2000helprepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="C5500_CGT_HELP" name="com.ti.cgt.c5500.4.4.help" version="4.4.0.201203231357" state="do not install" order="87" size="2613246" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/c5500helprepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="C6000_CGT_HELP" name="com.ti.cgt.c6000.7.4.help" version="7.4.0.201303051055" state="do not install" order="84" size="3278554" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/c6000helprepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="CCS_DOC" name="com.ti.ccstudio.doc.win32" version="6.0.0.20140414" state="feature installed" order="120" size="1405505" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ccs_doc_6.0.0.20140414.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="CCS_LAUNCHER" name="com.ti.ccstudio.launcher.win32" version="6.0.0.20140331" state="feature installed" order="119" size="15929" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ccs_launcher_win32_6.0.0.20140331.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="CCS_UTILS" name="com.ti.ccstudio.utils.cli.win32" version="1.0.0.20140314" state="feature installed" order="121" size="5551116" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ccs_utils_win32_1.0.0.20140314.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="CGT_DEFAULTLIBS_C2800" name="com.ti.cgt.c2000.6.2.win32" version="6.2.5" state="do not install" order="14" size="24187961" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_cgt_c2000_6.2.5_windows_installer.exe" arguments="--mode unattended --ccs true --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="CGT_DEFAULTLIBS_C5500" name="com.ti.cgt.C5500.4.4.win32" version="4.4.1" state="do not install" order="16" size="22279667" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_cgt_C5500_4.4.1_windows_installer.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="CGT_DEFAULTLIBS_C6000" name="com.ti.cgt.c6000.7.4.win32" version="7.4.7" state="do not install" order="17" size="75280447" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_cgt_c6000_7.4.7_windows_installer.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="CGT_DEFAULTLIBS_MSP430" name="com.ti.cgt.msp430.4.3.win32" version="4.3.1" state="feature installed" order="18" size="31721185" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_cgt_msp430_4.3.1_windows_installer.exe" arguments="--mode unattended --ccs true --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="CGT_DEFAULTLIBS_TMS470" name="com.ti.cgt.tms470.5.1.win32" version="5.1.5" state="feature installed" order="19" size="42612625" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_cgt_tms470_5.1.5_windows_installer.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DEV_SUPPORT_C55XX" name="com.ti.ccstudio.c55xx.devicesupport.win32" version="1.1.1" state="do not install" order="93" size="412959" pf_filter="C5500" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="c55xx_device_support_1.1.1.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_C6000" name="com.ti.ccstudio.c6000.devicesupport.win32" version="1.0.9" state="do not install" order="95" size="545923" pf_filter="C6000_SC" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="c6000_device_support_1.0.9.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_C6000MC" name="com.ti.ccstudio.c6000mc.devicesupport.win32" version="1.0.4" state="do not install" order="96" size="170789" pf_filter="MULTICORE64" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="c6000multicore_device_support_1.0.4.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_CC2538" name="com.ti.ccstudio.cc2538.devicesupport.win32" version="1.3.7.0" state="do not install" order="100" size="138282" pf_filter="CC2XXX" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="cc2538_device_support_1.3.7.0.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_CC26XX" name="com.ti.ccstudio.cc26xx.devicesupport.win32" version="1.0.0.0" state="do not install" order="101" size="16780" pf_filter="CC2XXX" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="cc26xx_device_support_1.0.0.0.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_DAVINCI" name="com.ti.ccstudio.davinci.devicesupport.win32" version="1.1.2" state="do not install" order="97" size="224194" pf_filter="MEDIA" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="davinci_device_support_1.1.2.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_INTEGRA" name="com.ti.ccstudio.integra.devicesupport.win32" version="1.0.8" state="do not install" order="98" size="66421" pf_filter="OMAP" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="integra_device_support_1.0.8.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_OMAP" name="com.ti.ccstudio.omap.devicesupport.win32" version="1.0.8" state="do not install" order="99" size="443178" pf_filter="OMAP" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="omap_device_support_1.0.8.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_SHARED" name="com.ti.ccstudio.shared.devicesupport.win32" version="1.0.7" state="do not install" order="91" size="5070718" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="shared_device_support_1.0.7.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DEV_SUPPORT_SITARA" name="com.ti.ccstudio.sitara.devicesupport.win32" version="1.1.7" state="do not install" order="92" size="873592" pf_filter="SITARA" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="sitara_device_support_1.1.7.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DMED" name="com.ti.cgt.dmed.win32" version="1.1.3" state="feature installed" order="82" size="4327578" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_cgt_dmed_1.1.3_windows_installer.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DS" name="com.ti.ccstudio.debugserver.win32" version="6.0.0.660" state="feature installed" order="13" size="16465710" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_dspack_ibsetup_6.0.0.660.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DS_FLASH" name="com.ti.dsflash.win32" version="6.0.0.660" state="feature installed" order="113" size="639234" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="com.ti.dsflash.win32_6.0.0.660.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="DVT_COMMON" name="com.ti.dvt2.graph.visualization.feature.group,com.ti.dvt2.rov.feature.group" version="4.0.0.201404091540" state="feature installed" order="35" size="27513180" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/dvtRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DVT_TRACE" name="com.ti.dvt2.trace.ccs.feature.group,com.ti.dvt2.trace.control.feature.group,com.ti.dvt2.analysis.suite.feature.group" version="4.0.0.201404091540" state="feature installed" order="36" size="27513180" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/dvtRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DVT_UIA" name="com.ti.dvt2.uia.feature.group,com.ti.dvt2.analysis.suite.feature.group" version="4.0.0.201404091540" state="feature installed" order="38" size="27513180" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/dvtRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DVT_VIA_CCS" name="com.ti.dvt2.via.ccs.feature.group,com.ti.dvt2.profileanalysismanager.feature.group" version="4.0.0.201404091540" state="feature installed" order="37" size="27513180" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/dvtRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="DVT_ENERGYTRACE" name="com.ti.dvt.msp430.power.feature.group" version="4.0.0.201404091540" state="feature installed" order="39" size="27513180" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/dvtRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="ECLIPSECORE" name="" version="4.3.0.rtm_4_candidate" state="feature installed" order="2" size="6035829" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo">
                <Installer name="eclipse_core_4.3.0.rtm_4_candidate.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="ECLIPSE" name="org.eclipse.platform.ide,org.eclipse.help.feature.group,org.eclipse.equinox.p2.discovery.feature.feature.group,org.eclipse.equinox.p2.user.ui.feature.group,org.eclipse.cdt.feature.group,org.eclipse.cdt.debug.ui.memory.feature.group,org.eclipse.tm.terminal.sdk.feature.group,org.eclipse.epp.mpc.feature.group,org.eclipse.egit.feature.group,gnu.io.rxtx.feature.group,org.eclipse.cdt.build.crossgcc.feature.group,org.eclipse.rse.feature.group,org.eclipse.cdt.launch.remote.feature.group" version="4.3.1.miniltt" state="feature installed" order="5" size="83392892" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/eclipserepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location="c:/ti/ccsv6/eclipse"/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="EMU_BH" name="com.bh.ccstudio.emulation.win32" version="6.0.0.341" state="feature installed" order="72" size="25515659" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="bh_emupack_setup_6.0.0.341.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' --enable-components arm" location=""/>
                <Uninstaller name="uninstall_bh_emupack.exe" arguments="--mode unattended" location="'c:/ti/ccsv6/ccs_base/emulation'"/>
            </Feature>
            <Feature tag="EMU_C2000" name="com.ti.c2000.support.win32" version="4.1.1.0" state="do not install" order="77" size="1831604" pf_filter="C2000" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_c2000support_setup_4.1.1.0.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="EMU_C2000_FLASH" name="com.ti.c2800.flash" version="1.0.0.2" state="do not install" order="78" size="354464" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_c2800_flash_1.0.0.2.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="EMU_HERCULES" name="com.ti.ccstudio.hercules.win32" version="6.0.2" state="feature installed" order="75" size="4855737" pf_filter="SAFETY" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_hercules_setup_6.0.2.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="uninstall_ti_hercules.exe" arguments="--mode unattended" location="'c:/ti/ccsv6/uninstallers'"/>
            </Feature>
            <Feature tag="EMU_MSP430" name="com.ti.ccstudio.msp430.emu.win32" version="6.0.0.10" state="feature installed" order="79" size="34573910" pf_filter="MSP430" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_msp430pack_setup_6.0.0.10.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="EMU_SD" name="com.sd.ccstudio.emulation.win32" version="5.2.0.10" state="do not install" order="76" size="28004296" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="sd_emupack_setup_5.2.0.10.exe" arguments="--mode silent  --prefix 'c:/ti/ccsv6/ccs_base' /noc2400 /noc2800 /noc5400 /noc5500 /noc6000 /noomap /nodavinci" location=""/>
                <Uninstaller name="uninstall_sd_emupack.exe" arguments="--mode silent" location="'c:/ti/ccsv6/ccs_base/emulation'"/>
            </Feature>
            <Feature tag="EMU_STELLARIS" name="com.ti.stellaris.setup.win32" version="2.0.0.12628" state="feature installed" order="107" size="3718235" pf_filter="STELLARIS" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ccs_stellaris_devices_files_2_0_0_12628.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="EMU_TI" name="com.ti.emulation.pack.win32" version="5.1.450.0" state="feature installed" order="73" size="37749405" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_emupack_setup_5.1.450.0.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' --enable-components arm,xds100" location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="GCC_ARM_COMPILER" name="com.ti.gcc.arm.win32" version="4.7.2013.10" state="do not install" order="105" size="98294497" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="gcc_arm_win32_4.7.2013.10.zip" arguments="'c:/ti/ccsv6/tools/compiler'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="GMF" name="org.eclipse.gmf.feature.group" version="1.7.0" state="feature installed" order="41" size="17082730" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/gmfRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_MAIN" name="com.ti.ccstudio.idemain" version="6.0.0.N201404071800" state="feature installed" order="24" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_WORKFLOW" name="com.ti.ccstudio.workflow" version="6.0.0.N201404071800" state="feature installed" order="25" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_ARM" name="com.ti.ccstudio.tms470" version="6.0.0.N201404071800" state="feature installed" order="26" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_MSP430" name="com.ti.ccstudio.msp430" version="6.0.0.N201404071800" state="feature installed" order="27" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_C2000" name="com.ti.ccstudio.c2000" version="6.0.0.N201404071800" state="do not install" order="28" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_C5400" name="idebuildRepo" version="6.0.0.N201404071800" state="do not install" order="31" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_C5500" name="com.ti.ccstudio.c5500" version="6.0.0.N201404071800" state="do not install" order="29" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_C6000" name="com.ti.ccstudio.c6000" version="6.0.0.N201404071800" state="do not install" order="30" size="14791690" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/idebuildRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_CHROME" name="com.ti.chromium.browser.feature.group" version="6.0.0.N201404071800" state="feature installed" order="32" size="22720867" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/browserRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_GC" name="com.ti.gc.backplane.feature.group,com.ti.gc.pm.feature.group,com.ti.debug.server.feature.group" version="6.0.0.N201404071800" state="feature installed" order="22" size="4524723" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/gcRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="IDE_TOOLS_COMMON" name="com.ti.tools.common.feature.group" version="6.0.0.N201404071800" state="feature installed" order="21" size="3000494" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/tools-commonRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="JRE" name="jre" version="1.6.0.13" state="feature installed" order="1" size="31364806" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo">
                <Installer name="jre_1.6.0_13.zip" arguments="'c:/ti/ccsv6'" location="c:/ti/ccsv6/eclipse/jre/bin"/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="KEYSTONE1" name="com.ti.emulation.keystone1.win32" version="1.0.8.0" state="do not install" order="111" size="1619259" pf_filter="KEYSTONE1" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_emupack_keystone1_setup_1.0.8.0.exe" arguments="--mode silent  --prefix 'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="uninstall_ti_emupack_keystone1.exe" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="KEYSTONE2" name="com.ti.emulation.keystone2.win32" version="1.0.0.4" state="do not install" order="81" size="1508754" pf_filter="KEYSTONE2" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_emupack_keystone2_setup_1.0.0.4.exe" arguments="--mode silent  --prefix 'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="uninstall_ti_emupack_keystone2.exe" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="MSP430_CGT_HELP" name="com.ti.cgt.msp430.4.3.help" version="4.3.0.201401241632" state="feature installed" order="83" size="4345499" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/msp430helprepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="MSVC_REDIST_2005" name="com.ti.ccstudio.installer.msvc.2005.win32" version="6.0.2900.2180" state="do not install" order="6" size="2667152" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="vcredist_x86_2005_6.0.2900.2180.exe" arguments=" " location=""/>
                <Uninstaller name="" arguments="" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="MSVC_REDIST_2012" name="com.ti.ccstudio.installer.msvc.2012.win32" version="11.0.61030" state="do not install" order="7" size="6356599" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="vcredist_x86_2012_11.0.61030.exe" arguments=" /q /l &quot;c:/ti/ccsv6/install_logs/MSVC_REDIST_2012.log&quot; /nostart " location=""/>
                <Uninstaller name="" arguments="" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="P2APP" name="com.ti.ccstudio.p2appf" version="6.0.0.N201404071800" state="feature installed" order="40" size="38867" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/p2appfRepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="P2TOOLS" name="com.ti.ccstudio.p2tool" version="6.0.0.201403261708" state="feature installed" order="33" size="32924" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/lwrepo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/'" location="c:/ti/ccsv6/eclipse"/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="TARGETDB_DEF_PROPS" name="com.ti.ccstudio.targetdb.props.default.win32" version="6.0.0.20131206" state="feature installed" order="122" size="2301" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="targetdb_default_props_6.0.0.20131206.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="TARGET_CONTENT_CORE" name="com.ti.targetcontent.feature.group" version="3.30.01.25" state="feature installed" order="43" size="20892928" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/baserepo/targetcontent_core_repo">
                <Installer name="" arguments="--mode silent  --prefix 'c:/ti/ccsv6/..'" location=""/>
                <Uninstaller name="" arguments="--mode silent" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="TIVA_STELLARIS_DRIVERS" name="com.ti.tiva_stellaris.setup.win32" version="2.0.0.12452" state="feature installed" order="74" size="17968465" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ti_tiva_stellaris_setup_2.0.0.12452.exe" arguments="--mode unattended --ccs true  --prefix 'c:/ti/ccsv6' --eclipseprefix  'c:/ti/ccsv6/eclipse' " location=""/>
                <Uninstaller name="" arguments="--mode unattended" location="'c:/ti/ccsv6'"/>
            </Feature>
            <Feature tag="TIVA_TM4C" name="com.ti.tiva_tm4c.setup.win32" version="2.0.0.12626" state="feature installed" order="108" size="877838" pf_filter="TIVAC" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ccs_tiva_tm4c_devices_files_2_0_0_12626.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="TIVA_TM4E" name="com.ti.tiva_tm4e.setup.win32" version="2.0.0.12626" state="do not install" order="109" size="438910" pf_filter="TIVAE" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="ccs_tiva_tm4e_devices_files_2_0_0_12626.zip" arguments="'c:/ti/ccsv6/ccs_base'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
            <Feature tag="INSTALLER" name="com.ti.ccstudio.installer.win32" version="6.0.0.00190" state="feature installed" order="4" size="493" pf_filter="" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00190_win32/featurerepo">
                <Installer name="6.0.0.00190.zip" arguments="'c:/ti/ccsv6'" location=""/>
                <Uninstaller name="" arguments="" location=""/>
            </Feature>
        </Features>
        <InstalledFeatures>
            <FeatureSelected tag="MSP430_CGT_HELP"/>
            <FeatureSelected tag="CGT_DEFAULTLIBS_MSP430"/>
            <FeatureSelected tag="DMED"/>
            <FeatureSelected tag="EMU_STELLARIS"/>
            <FeatureSelected tag="TIVA_STELLARIS_DRIVERS"/>
            <FeatureSelected tag="TIVA_TM4C"/>
            <FeatureSelected tag="EMU_HERCULES"/>
            <FeatureSelected tag="ARM_CGT_HELP"/>
            <FeatureSelected tag="CGT_DEFAULTLIBS_TMS470"/>
            <FeatureSelected tag="EMU_BH"/>
            <FeatureSelected tag="EMU_MSP430"/>
            <FeatureSelected tag="JRE"/>
            <FeatureSelected tag="P2APP"/>
            <FeatureSelected tag="ECLIPSE"/>
            <FeatureSelected tag="ECLIPSECORE"/>
            <FeatureSelected tag="P2TOOLS"/>
            <FeatureSelected tag="GMF"/>
            <FeatureSelected tag="IDE_MAIN"/>
            <FeatureSelected tag="IDE_WORKFLOW"/>
            <FeatureSelected tag="DVT_COMMON"/>
            <FeatureSelected tag="DVT_UIA"/>
            <FeatureSelected tag="DVT_VIA_CCS"/>
            <FeatureSelected tag="INSTALLER"/>
            <FeatureSelected tag="IDE_CHROME"/>
            <FeatureSelected tag="IDE_TOOLS_COMMON"/>
            <FeatureSelected tag="IDE_GC"/>
            <FeatureSelected tag="TARGET_CONTENT_CORE"/>
            <FeatureSelected tag="IDE_MSP430"/>
            <FeatureSelected tag="DS"/>
            <FeatureSelected tag="DS_FLASH"/>
            <FeatureSelected tag="MSVC80"/>
            <FeatureSelected tag="MSVC2012"/>
            <FeatureSelected tag="DVT_ENERGYTRACE"/>
            <FeatureSelected tag="IDE_ARM"/>
            <FeatureSelected tag="DVT_TRACE"/>
            <FeatureSelected tag="EMU_TI"/>
            <FeatureSelected tag="CCS_DOC"/>
            <FeatureSelected tag="CCS_LAUNCHER"/>
            <FeatureSelected tag="CCS_UTILS"/>
            <FeatureSelected tag="MSVC_REDIST_2005"/>
            <FeatureSelected tag="MSVC_REDIST_2012"/>
            <FeatureSelected tag="TARGETDB_DEF_PROPS"/>
            <FeatureSelected tag="EMU_TI_XDS100"/>
            <FeatureSelected tag="EMU_TI_XDS200"/>
        </InstalledFeatures>
        <ProductFamilies>
            <FeatureSelected tag="PF_MSP430"/>
            <FeatureSelected tag="PF_STELLARIS"/>
        </ProductFamilies>
        <Devices>
            <Device tag="MSP430"/>
            <Device tag="ARM"/>
        </Devices>
        <PF_Filters>
            <PF_Filter tag="SAFETY"/>
            <PF_Filter tag="MSP430"/>
            <PF_Filter tag="STELLARIS"/>
            <PF_Filter tag="TIVAC"/>
        </PF_Filters>
    </Edition>