TI CC1310 LaunchPad

From SEGGER Knowledge Base
Jump to navigation Jump to search

This article describes specifics for the TI CC1310 LaunchPad evaluation board.

Preparing for J-Link

When shipped, the TI CC1310 LaunchPad evaluation board is configured to be used with the on-board debug probe. In order to use it with J-Link, the on-board debug probe needs to be isolated to make sure that it does not drive the debug signals. This can be done by removing the jumpers

  • RXD
  • TXD
  • R
  • TMS
  • TCK
  • TDI
  • TDO
  • SWO

next to the XDS110 Out / CC1310 In connector (see image below). After isolating the on-board probe, the CC130 device can be debugged using J-Link. Please note that the J-Link needs to be connected to the board using the CC1310 In connector (see image below).

wiki-board-CC1310-LaunchPad.png

Steps

  • Connect your J-Link to the JTAG header (CC1310 In)
  • Set the jumpers as described above
  • Power the board using the USB port in the upper left.
  • Verify the Connection with J-Link Commander. The output should look as follows:

TI CC1310 Connect.png

Example Projects

Hello World

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the TI CC1310. It outputs "Hello World!" to the Debug Terminal in a loop.

Setup