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: Cant see CC3200 Example files or upload

Other Parts Discussed in Thread: CC3200, CC3100, CC3200SDK

Tool/software: Code Composer Studio

Hi at all,

i have WIN10 prof 64 bit

Java 1.8 (latest version)

I can install ccs ver 7.3.0.00019

But if i like to build a projekt from example for CC3200 Launchpad

1. Only get simple link CC3220 SDK

2. I cant load any example into workspace

CC3200SDK_1.3.0 and CC3100_CC3200_ServicePack_1.0.1.11-2.9.0.0 is installed.

launchpad is not connected.

What i am doing wrong????

Please some help

(Under V6  and windows 7 it works)

  • Stephan Witzigmann said:
    2. I cant load any example into workspace

    Can you provide more details on what you mean? How are you importing the example and do you get any errors?

    The CC3200 SDK should include a Programmer's Guide that tells you how to import and build example projects. This page also has a link to it? Are you having trouble following the steps there?

  • I recource explorer and select cs3200 launhpad.

    With ccs v6 i can see exmples and upload into my workspace.

    In he resource explorer i only get  CC3220 SDk as a possibility, and no upload of examples into the

    working directory.

    But...... This Morning i started Resource explorer again an now

    i get the following message

    SimpleLink Academy update is in progress for selected version of SDK.

    • You'll find the version picker in the upper right hand corner of Resource Explorer.

    But there is no version picker in the explorer.

    So i tried the second choice via the home button and there is the download possibility

    He will install the SDK for CC3200 but dont show it ins the software area.

    I think you are in progress and not all the parts are working.

    What can i do.

    I have done some more tests. Disconnect from cloud. He shows me what local ist installed.

    I can see that CC32XX SDK ist installed on my computer, but i cant see at the resource explorer.

  • Stephan Witzigmann said:

    With ccs v6 i can see exmples and upload into my workspace.

    In he resource explorer i only get  CC3220 SDk as a possibility, and no upload of examples into the

    working directory.

    In CCSv7, the default Resource Explorer has only the newer Simplelink SDK for CC3220, it does not have the older SDK for CC3200. 

    To work with CC3200 devices, you would need to download and install the SDK from TI website (which it looks like you have already done).
    Then you can import projects by one of two methods:

    1) Use the CCS menu Project->Import CCS Projects, and browse to the directory in the SDK where the example projects are located, or
    2) Open Resource Explorer Classic (from menu View), have the SDK recognized by it by following the steps in this post, and then import projects directly from Resource Explorer Classic.

  • Thahts fine,

    but i cant compile the examles.

    the following output

    will be come

    Buildfile generation error occurred..
    This project was created using a version of compiler that is not currently installed - 5.2.6 [ARM]:
    - See 'Help > Install New Software' and select 'Code Generation Tools Updates' to check if this compiler is available through a CCS update.
    - Visit CCS App Center to get the latest compiler support.
    - Or download and install the compiler [http://software-dl.ti.com/codegen/non-esd/downloads], then register it with CCS through 'Preferences > CCS > Build > Compilers'.
    Build stopped..

    I have all done

    What should i do

    In the early version all was ok

  • Stephan Witzigmann said:
    I have all done

    The error is occurring because the project you are trying to build requires compiler version 5.2.6 and your current version of CCS does not "recognize" that version. Please install 5.2.6 per these instructions. Once CCS recognizes that compiler version it should allow you to build the project.

    Did you already install the ARM compiler v5.2.6 and are still seeing the error?

  • The problem with the compiler should be soved.

    But now i get


    **** Build of configuration Release__TI for project blinky ****

    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
    'Building file: ../main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/User/workspace_v7/blinky" --include_path="C:/ti/CC3200SDK_1.3.0" --include_path="C:/ti/CC3200SDK_1.3.0/cc3200-sdk/example/common" --include_path="C:/ti/CC3200SDK_1.3.0/cc3200-sdk/driverlib" --include_path="C:/ti/CC3200SDK_1.3.0/cc3200-sdk/inc" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --define=cc3200 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
    'Finished building: ../main.c'
    ' '
    'Building target: blinky.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --define=cc3200 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi -z -m"blinky.map" --heap_size=0x0 --stack_size=0x512 -i"C:/ti/CC3200SDK_1.3.0" -i"C:/ti/CC3200SDK_1.3.0/cc3200-sdk/driverlib" -i"C:/ti/CC3200SDK_1.3.0/cc3200-sdk/example/common" -i"C:/ti/CC3200SDK_1.3.0/cc3200-sdk/inc" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="blinky_linkInfo.xml" --rom_model -o "blinky.out" "./gpio_if.obj" "./main.obj" "./pinmux.obj" "./startup_ccs.obj" "../cc3200v1p32.cmd"  -llibc.a
    <Linking>

     undefined               first referenced
      symbol                     in file     
     ---------               ----------------
     GPIODirModeSet          ./pinmux.obj    
     GPIOIntClear            ./gpio_if.obj   
     GPIOIntEnable           ./gpio_if.obj   
     GPIOIntRegister         ./gpio_if.obj   
     GPIOIntTypeSet          ./gpio_if.obj   
     GPIOPinRead             ./gpio_if.obj   
     GPIOPinWrite            ./gpio_if.obj   
     IntEnable               ./main.obj      
     IntMasterEnable         ./main.obj      
     IntPrioritySet          ./gpio_if.obj   
     PRCMCC3200MCUInit       ./main.obj      
     PRCMPeripheralClkEnable ./pinmux.obj    
     PinTypeGPIO             ./pinmux.obj    
     UtilsDelay              ./main.obj     

    I have check if all includes are in the project, but the problem ist still present.

    i have included the path in the  the linker property but it doant herlp.

    WEhat should i do?

  • It looks like you are building a modified version of the blinky example, not the out of box version. What you are missing in your project is the driverlib, which is what provides definitions for those symbols. 

    This is what it looks like in the example project. Make sure you add driverlib and the path to it in your proejct's Linker options.

    In general, when you have issues building custom projects it is a good idea to import and refer to an example similar to it and compare options/settings to see what you may be missing.

  • Thnaks a lot that give me the final help.

    Whats happens with the old project to import into ccsv7???

    May be you can close the thread

  • Stephan Witzigmann said:
    Whats happens with the old project to import into ccsv7???

    I'm sorry but I don't understand what you are asking here.

    Stephan Witzigmann said:
    May be you can close the thread

    Could you please click on the "This resolved my issue" button? That confirms that the issues are resolved and will also benefit others that are searching the forums in the future.

  • an other problem now.
    i cant start the debugging

    Cortex_M4_0: GEL Output:
    Memory Map Initialization Complete
    IcePick_C: Error connecting to the target: (Error -260 @ 0x0) An attempt to connect to the XDS110 failed. The cause may be one or more of: no XDS110 is connected, invalid firmware update, invalid XDS110 serial number, or faulty USB cable. The firmware and serial number may be updated using the xdsdfu utility found in the .../ccs_base/common/uscif/xds110 directory of your installation. View the ReadMe.txt file there for instructions. (Emulation package 7.0.48.0)
    IcePick_C: Error connecting to the target: (Error -260 @ 0x0) An attempt to connect to the XDS110 failed. The cause may be one or more of: no XDS110 is connected, invalid firmware update, invalid XDS110 serial number, or faulty USB cable. The firmware and serial number may be updated using the xdsdfu utility found in the .../ccs_base/common/uscif/xds110 directory of your installation. View the ReadMe.txt file there for instructions. (Emulation package 7.0.48.0)
    IcePick_C: Error connecting to the target: (Error -260 @ 0x0) An attempt to connect to the XDS110 failed. The cause may be one or more of: no XDS110 is connected, invalid firmware update, invalid XDS110 serial number, or faulty USB cable. The firmware and serial number may be updated using the xdsdfu utility found in the .../ccs_base/common/uscif/xds110 directory of your installation. View the ReadMe.txt file there for instructions. (Emulation package 7.0.48.0)
  • OK i have used the wrong debuger probe.

    Now it works.

    The Import and project settinggs are not very transparent.
    The main failure was that i havnt used the Stellaris debugger