Difference between revisions of "ST STM32H573I-DK"

From SEGGER Wiki
Jump to: navigation, search
(Example Project)
 
Line 1: Line 1:
  +
_[[Category:Evalboards]]
__TOC__
 
  +
_TOC__
   
 
This article describes specifics for the '''ST STM32H573I-DK''' evaluation board.<br>
 
This article describes specifics for the '''ST STM32H573I-DK''' evaluation board.<br>

Latest revision as of 12:15, 16 May 2024

_ _TOC__

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