ST STM32H573I-DK

From SEGGER Wiki
Revision as of 13:23, 8 March 2023 by Matthias (talk | contribs) (Created page with "__TOC__ This article describes specifics for the ST STM32H573I-DK evaluation board. 450px == Minimum requirements == * J-Link softw...")
(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 evalboard.jpg

Minimum requirements

  • J-Link software V7.86c or later

Preparing for J-Link

The STM32H573I-DK comes with a ST-Link on board debugger. To start using an external J-Link with the evalboard, the following jumpers need to be modified:

  • JP1 1-2 closed: External debugger selection
  • JP4 3-4 closed: USB-PD 5V via CN17

Afterwards, the board can be powered via CN17 (front side). The J-Link must be attached to the 10-pin debug connector CN12 (back side).

450px

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

400px

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

SETUP