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

Terminal Setting

The network terminal example demonstrates an interactive user interface in the form of a command line. To let the user type commands, get responses, and debug messages, a terminal utility is essential.

  1. Connect the MSP-EXP432P401R LaunchPad to the PC with a micro USB cable. Windows should search for the driver automatically. To verify that the driver is properly installed, open the Device Manager on the PC, and then navigate to Ports. Two enumerated XDS110 ports, as shown in Figure 15, indicate if the driver was installed properly during CCS installation.
  2. swru467_fig8.pngFigure 15. Enumerated XDS Ports for MSP-EXP432P401R LaunchPad™
  3. Launch a terminal emulation such as TeraTerm or PuTTY and configure it to the settings in Table 1.
  4. Table 1. Serial Connection Settings

    Parameter Value
    Port number (The XDS110 application UART port number)
    Baud rate 115,200
    Data bits 8
    Stop bits 1
    Parity None
    Flow control (Ignored)

The following sections describe setting up two different IDEs to compile and execute your first project: CCS and IAR.