Difference between revisions of "ST STM32U5A9NJ"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
(SETUP)
Line 14: Line 14:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the ST STM32U5A9NJ.<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 STM32U5A9NJ.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V6.74
+
*J-Link software: V7.88j
*Embedded Studio: V4.52b
+
*Embedded Studio: V6.34
 
*Hardware: ST STM32U5A9NJ
 
*Hardware: ST STM32U5A9NJ
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:VST_STM32U5A9NJ_TestProject_ES_V634.zip.zip]]

Revision as of 13:17, 28 June 2023

This article describes specifics for the ST STM32U5A9NJ evaluation board.
STM32U5A9NJ.jpg

Preparing for J-Link

  • Connect the J-Link to CN11.
  • Power the board via CN5.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP