Difference between revisions of "TI LP-CC1311P3"

From SEGGER Wiki
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 7: Line 8:
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
 
*Connect the J-Link to Target In
 
*Connect the J-Link to Target In
  +
*Unpopulate the jumpers for used debug lines: RST/TMS/TCK/TDO/TDI/SWO
 
*Power the board via USB
 
*Power the board via USB
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
Line 12: Line 14:
   
 
== Example Project==
 
== Example Project==
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the I Launchpad CC1311P3.<br>It is a simple Hello World sample linked into the internal flash.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the TI Launchpad CC1311P3.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*J-Link software: V7.88g
 
*J-Link software: V7.88g
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
*Hardware: I Launchpad CC1311P3
+
*Hardware: TI Launchpad CC1311P3
 
*Link: [[File:TI_LP-C1311P3_CC1311P3_TestProject_ES_V634.zip]]
 
*Link: [[File:TI_LP-C1311P3_CC1311P3_TestProject_ES_V634.zip]]

Latest revision as of 15:14, 8 May 2024

This article describes specifics for the TI Launchpad CC1311P3 evaluation board.

TI LP-C1311P3 CC1311P3 board.jpg

Preparing for J-Link

  • Connect the J-Link to Target In
  • Unpopulate the jumpers for used debug lines: RST/TMS/TCK/TDO/TDI/SWO
  • Power the board via USB
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

TI LP-CC1311P3 CC1311P3 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 TI Launchpad CC1311P3.
It is a simple Hello World sample linked into the internal flash.

SETUP