TI LaunchPad CC2651P3
Jump to navigation
Jump to search
This article describes specifics for the TI LaunchPad CC2651P3 evaluation board.
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:
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
- J-Link software: V8.10a
- Embedded Studio: V8.16
- Hardware: TI LaunchPad CC2651P3
- Link: File:TI CC2651P3 TestProject.zip