Difference between revisions of "ST STM32U575I-EV"

From SEGGER Wiki
Jump to: navigation, search
(Created page with " __TOC__ This article describes specifics for the ST STM32U575I-EV evaluation board.<br> 450px == Preparing for J-Link == *Connect the J-Link to ....")
 
(Preparing for J-Link)
Line 6: Line 6:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to ......
+
*Connect the J-Link to CN12.
*Power the board via........
+
*Power the board via CN1.
 
* 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:STM32U575I-EV_CONNECT.PNG|400px]]
 
[[File:STM32U575I-EV_CONNECT.PNG|400px]]

Revision as of 13:18, 28 June 2023

This article describes specifics for the ST STM32U575I-EV evaluation board.
STM32U575I-EV.jpg

Preparing for J-Link

  • Connect the J-Link to CN12.
  • Power the board via CN1.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP