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.

Wrong target in CC3200.ccxml?

Other Parts Discussed in Thread: CC3200, CC3200SDK

I have installed brand new CCS with CC3200 stuff.  After that I began to go through CC3200 SimpleLink™ Wi-Fi® and IoT Solution
With MCU LaunchPad™ Getting Started Guide in order to be able to test CC3200 launchpad.  After copying target configuration (fig. 11)  I opended CC3200.ccxml file.  The parser complains, that stellaris_cs_icepick.xml is missing.  Does this file belong here, I cannot find that in my computer, or should there be something more like CC2300xxx.  I have installed all, what is asked for.  CC32xx Device support is version 1.0.0.5 and CCS 6.1.9.00104.

If the ccxml-file is correct, how can I install the missing files, if it is wrong, how can I get the right file.

  • Hey Pauli, what's up?

    According this thread, software reinstall is only solution up today.

    http://e2e.ti.com/support/wireless_connectivity/f/968/t/365521

    Go on!

  • Hi Helio,

    thank you for your reply. Actually I already tried to reinstall CCS 6 and the error mentioned is from this second installation. Before reinstalling I uninstalled all Ti programs and restarted the computer. First time I tried to install CC3200SDK to an old CCS6. I installed CCS6 last year, but never used it.
    So my question is now, if these missing files cannot be copied to the right place, where can I load an installation file, that works.

    It is pretty interesting that the bigger the program or brand (company), the bigger the possibility that you get problems. Last month I installed IAR, but could not make it work. Atollic lite and CooIDE worked out of the box.
  • Today I installed CCS with CC3200 stuff following the instructions in the User's guide to a pretty clean W7 in a virtual machine, same error as earlier.

  • Reinstallation does not help. There are at least 2 problems. First, the cc3200.ccxml file is wrong. One has to change two sellaris words to cc3200, the correct or at least working file is something like

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="Stellaris In-Circuit Debug Interface_0">
    <instance XML_version="1.2" desc="Stellaris In-Circuit Debug Interface_0" href="connections/Stellaris_ICDI_Connection.xml" id="Stellaris In-Circuit Debug Interface_0" xml="Stellaris_ICDI_Connection.xml" xmlpath="connections"/>
    <connection XML_version="1.2" id="Stellaris In-Circuit Debug Interface_0">
    <instance XML_version="1.2" href="drivers/cc3200_cs_icepick.xml" id="drivers" xml="cc2300_cs_icepick.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/stellaris_cs_dap.xml" id="drivers" xml="stellaris_cs_dap.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/cc2300_cortex_m4.xml" id="drivers" xml="cc2300_cortex_m4.xml" xmlpath="drivers"/>
    <platform XML_version="1.2" id="platform_0">
    <instance XML_version="1.2" desc="CC3200_0" href="devices/CC3200.xml" id="CC3200_0" xml="CC3200.xml" xmlpath="devices"/>
    </platform>
    </connection>
    </configuration>
    </configurations>

    If you try to build wlan_station with default values, you will get some 18 error, this is probably because runtime support library value auto does not work. I do not know, what the support library should be and what the alternatives are for, so I by trial and error method found, that rtsv7M3_T_le_eabi.lib works.

    Where can I find more information about the runtime libraries?

    As I see it, these errors are TI's fault and I believe, that TI' people are happy to correct these and put the right versions to the download folder.
  • The following configuration works correctly for me, I've been able to upload and debug wlan_station with zero issues thereafter:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="Stellaris In-Circuit Debug Interface_0">
    <instance XML_version="1.2" desc="Stellaris In-Circuit Debug Interface_0" href="connections/Stellaris_ICDI_Connection.xml" id="Stellaris In-Circuit Debug Interface_0" xml="Stellaris_ICDI_Connection.xml" xmlpath="connections"/>
    <connection XML_version="1.2" id="Stellaris In-Circuit Debug Interface_0">
    <instance XML_version="1.2" href="drivers/cc3200_cs_icepick.xml" id="drivers" xml="cc3200_cs_icepick.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/stellaris_cs_dap.xml" id="drivers" xml="stellaris_cs_dap.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/cc3200_cortex_m4.xml" id="drivers" xml="cc3200_cortex_m4.xml" xmlpath="drivers"/>
    <platform XML_version="1.2" id="platform_0">
    <instance XML_version="1.2" desc="CC3200_0" href="devices/CC3200.xml" id="CC3200_0" xml="CC3200.xml" xmlpath="devices"/>
    </platform>
    </connection>
    </configuration>
    </configurations>

  • This also solved this problem for me.
  • Hi Pauli,

    Did your queries got answered. If yes please press the "Verify Answer" button to close this thread.

    Thanks and Regards,
    Siddaram
  • Hi Pauli,

    I am closing this thread, if the issue still exists please open a new thread and add a link to this one for reference

    Thanks and Regards,
    Siddaram