Difference between revisions of "ST STM32H573I-DK"

From SEGGER Wiki
Jump to: navigation, search
(Example Project)
 
Line 20: Line 20:
   
 
== 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 ST STM32H573I-DK.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====Setup====
 
====Setup====
*J-Link software: V7.84b
+
*J-Link software: V7.86c
*Embedded Studio: V6.30
+
*Embedded Studio: V7.10
 
*Hardware: ST STM32H573I-DK
 
*Hardware: ST STM32H573I-DK
 
*Link: [[File:ST_STM32H573I-DK_HelloWorld.zip]]
 
*Link: [[File:ST_STM32H573I-DK_HelloWorld.zip]]

Latest revision as of 14:50, 8 March 2023

This article describes specifics for the ST STM32H573I-DK evaluation board.
ST STM32H573I-DK.jpg


Preparing for J-Link

  • On the back side of the board close jumper J1 so that the board can be accessed with an external debug connector.
  • Connect the J-Link to the 10 pin debug connector CN12 which is located on the backside of the board.

ST STM32H573I-DK JP1.jpg

  • On the display side of the board set jumper JP4 to 3-4 (USB-PD) for power via USB-C (CN17).
  • Power the board via USB-C (CN17).

ST STM32H573I-DK JP4.jpg
The result should look like this:
ST STM32H573I-DK Cabled.jpg

  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

Setup