Difference between revisions of "STM32H7B3I-EVAL"

From SEGGER Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
 
This article describes specifics for the ST STM32H7B3I-EVAL evaluation board.<br>
 
This article describes specifics for the ST STM32H7B3I-EVAL evaluation board.<br>
[[File:ST_STM32H7B3I-EVAL.jpg|450px]]
+
[[File:STM32H7B3I-EVAL.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==

Latest revision as of 15:24, 8 May 2024

This article describes specifics for the ST STM32H7B3I-EVAL evaluation board.
STM32H7B3I-EVAL.jpg

Preparing for J-Link

  • Connect the J-Link to the 20-pin JTAG debug connector (CN14)
  • Power the board via the 5V DC power jack (CN17)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP