TI LaunchPad CC2651P3

From SEGGER Knowledge Base
Jump to navigation Jump to search

This article describes specifics for the TI LaunchPad CC2651P3 evaluation board.
TI LP-CC2651P3.jpg

Preparing for J-Link

The TI Launchpad CC2651P3 development board comes with an on-board debugger which drives the debug signals by default. In order to connect via J-Link the following jumpers must be open:

  • RST
  • TMS
  • TCK
  • TDI
  • TDO
  • SWO

Otherwise the on-board debugger by TI interferes with J-Link.

Connecting via J-Link

  • Connect the J-Link to "Target In"
  • Power the voard via the usb connector or 3.3V DC (3.3V connected 3V3 and GND connected to GND)
  • Verify the Connection with J-Link Commander. The output should look as follows:

TI CC2651P3 Connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Raspberry Pi Pico 2 evaluation board. It uses the read and green LEDs as 2-bit binary counter. The counter is paused if the left button is pressed and will decrement instead of increment if the right button is pressed.

Setup