Difference between revisions of "TI LP-EM-CC2340R5"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the TI LP-EM-CC2340R5 evaluation board.<br> '''[PICTURE OF BOARD]''' 450px == Preparing for J-Lin...")
 
(Example Project)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
   
 
This article describes specifics for the TI LP-EM-CC2340R5 evaluation board.<br>
 
This article describes specifics for the TI LP-EM-CC2340R5 evaluation board.<br>
'''[PICTURE OF BOARD]'''
 
 
[[File:TI_LP-EM-CC2340R5.jpg|450px]]
 
[[File:TI_LP-EM-CC2340R5.jpg|450px]]
   
Line 9: Line 8:
 
*Power the board via 3.3V DC (3.3V connected 3V3; GND connected to GND)
 
*Power the board via 3.3V DC (3.3V connected 3V3; GND connected to GND)
 
*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:
'''[PICTURE OF CONNECT]'''
 
 
[[File:TI_CC2340R5_Connect.PNG|400px]]
 
[[File:TI_CC2340R5_Connect.PNG|400px]]
   
 
== Example Project==
 
== Example Project==
  +
The following example application contains a small blinky application and can be used to test & verify flash programming functionality on the TI LP-EM-CC2340R5 evaluation board. It is a simple blinky linked into the internal flash and contains a valid CCFG block.
TBD
 
  +
====SETUP====
  +
*J-Link software: V7.88c
  +
*Hardware: TI LP-EM-CC2340R5
  +
*Link: [[File:TI_LP_EM_CC2340R5_Blinky.zip]]

Latest revision as of 09:53, 17 May 2023

This article describes specifics for the TI LP-EM-CC2340R5 evaluation board.
TI LP-EM-CC2340R5.jpg

Preparing for J-Link

  • Connect the J-Link to J4
  • Power the board via 3.3V DC (3.3V connected 3V3; GND connected to GND)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

TI CC2340R5 Connect.PNG

Example Project

The following example application contains a small blinky application and can be used to test & verify flash programming functionality on the TI LP-EM-CC2340R5 evaluation board. It is a simple blinky linked into the internal flash and contains a valid CCFG block.

SETUP