Difference between revisions of "TI LaunchPad CC1354P10"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
 
Line 4: Line 4:
 
[[File:TI_LaunchPadCC1354P10.jpg|450px]]
 
[[File:TI_LaunchPadCC1354P10.jpg|450px]]
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
  +
*Make sure that the RST, TMS, TCK, TDD, TDI and SWO jumper are "disabled" (marked as number 1 in the screenshot above)
*Connect the J-Link to ......
 
  +
*Connect the J-Link to Target In (9-Pin Cortex-M connector; marked as number 2 in the screenshot above)
*Power the board via........
 
  +
*Power the board via micro 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:
 
[[File:TI_CC1354P10_Connect.PNG|400px]]
 
[[File:TI_CC1354P10_Connect.PNG|400px]]
  +
 
== 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 TI LaunchPad CC1354P10.<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 CC1354P10.<br>It is a simple Hello World sample linked into the internal flash.<br>

Latest revision as of 11:02, 3 February 2023

This article describes specifics for the TI LaunchPad CC1354P10 evaluation board.
TI LaunchPadCC1354P10.jpg

Preparing for J-Link

  • Make sure that the RST, TMS, TCK, TDD, TDI and SWO jumper are "disabled" (marked as number 1 in the screenshot above)
  • Connect the J-Link to Target In (9-Pin Cortex-M connector; marked as number 2 in the screenshot above)
  • Power the board via micro USB
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP