SWRU467A February   2017  – June 2018 CC3120

 

  1.   CC3120 SimpleLink™ Wi-Fi® Internet-on-a chip™ Solution SDK Getting Started Guide
    1.     Trademarks
    2. 1 Introduction
    3. 2 Prerequisites
      1. 2.1 Hardware
      2. 2.2 Software Installation
    4. 3 Board Configuration
      1. 3.1 Board Setup For Programming
      2. 3.2 Board Setup With An External MCU
    5. 4 Programming the CC3120 BoosterPack™
    6. 5 Getting Started With the MSP-EXP432P401R LaunchPad™
      1. 5.1 Connecting the CC3120BOOST or BOOSTXL-CC3120MOD Board With the MSP-EXP432P401R Board
      2. 5.2 Terminal Setting
      3. 5.3 SDK Installation
      4. 5.4 Setting Up Code Composer Studio™
        1. 5.4.1 CCS™ Installation
        2. 5.4.2 Post Code Composer Studio™ Installation Setup
        3. 5.4.3 Importing network_terminal Example in Code Composer Studio™
        4. 5.4.4 Compiling and Debugging the Project in Code Composer Studio™
      5. 5.5 Setting Up IAR Embedded Workbench® for ARM
        1. 5.5.1 IAR Installation
        2. 5.5.2 Post IAR Installation Setup
        3. 5.5.3 Importing the network_terminal Example in IAR
        4. 5.5.4 Compiling and Debugging the Project in IAR
    7. 6 Getting Started With SimpleLink™ Studio
      1. 6.1 Visual Studio Installation
      2. 6.2 Importing network_terminal Example in Visual Studio
      3. 6.3 Compiling and Debugging the Project in Visual Studio
  2.   Revision History

Post Code Composer Studio™ Installation Setup

Support for freeRTOSv9 must be added. To add the support, do the following:

  1. Download the FreeRTOS official version 9 and install into file C:
  2. Run CCS and choose Window → Preferences → Code Composer Studio → Build → Variables → Add (see Figure 18).
  3. CCS_installation_add_variable.gifFigure 18. Code Composer Studio™ Installation – Add Variable
  4. Fill the Variable name field with FREERTOS_INSTALL_DIR (see Figure 19).
  5. Change the Type field to directory.
  6. Click the Browse button to populate the Value field with the <FREERTOS_INSTALL_PATH> and then click OK.
  7. CCS_installation_FreeRTOS_support.gifFigure 19. Code Composer Studio™ Installation – FreeRTOS Support

Finally, installed products must be verified.

  1. Choose Window → Preferences → Code Composer Studio → Products (see Figure 20).
  2. CCS_installation_products.gifFigure 20. Code Composer Studio™ Installation Products
  3. Check that the paths in the Product Discovery Path include the following:
    • SimpleLink MSP432 SDK WiFi plug-in
    • SimpleLink MSP432 SDK
    • XDCtools
  4. If the paths are not in the Product Discovery Path, add them and then click the Rediscover button.
  5. An Install Discovered Products window may pop up (see Figure 21). If the window appears, it means that new products have been discovered. If the products in Step 2 are in the list, choose them and select install.

    CCS_Installation_New_Discovered_products.gifFigure 21. Code Composer Studio™ Installation – New Products Discovered