Difference between revisions of "TI LaunchPad CC1354P10"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the TI LaunchPad CC1354P10 evaluation board.<br> '''[PICTURE OF BOARD]''' 450px == Preparing for J...")
 
Line 2: Line 2:
   
 
This article describes specifics for the TI LaunchPad CC1354P10 evaluation board.<br>
 
This article describes specifics for the TI LaunchPad CC1354P10 evaluation board.<br>
  +
[[File:TI_LaunchPadCC1354P10.jpg|450px]]
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
 
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
 
*Connect the J-Link to ......
 
*Connect the J-Link to ......
 
*Power the board via........
 
*Power the board via........
 
* 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]]
'''[PICTURE OF CONNECT]'''
 
[[File:VENDOR_DEVICE_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 [SiliconVendor] [EvalBoardName].<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>
 
====SETUP====
 
====SETUP====
*J-Link software: V6.74
+
*J-Link software: V7.86
*Embedded Studio: V4.52b
+
*Embedded Studio: V6.34
*Hardware: [SiliconVendor] [EvalBoardName]
+
*Hardware: TI LaunchPad CC1354P10
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:TI_CC1354P10_TestProject_ES_V634.zip]]

Revision as of 10:27, 3 February 2023

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

Preparing for J-Link

  • Connect the J-Link to ......
  • Power the board via........
  • 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