ST STM32H573I-DK

From SEGGER Wiki
Revision as of 14:50, 8 March 2023 by Matthias (talk | contribs) (Example Project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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