Difference between revisions of "ST STM32U5"

From SEGGER Wiki
Jump to: navigation, search
(Evaluation Boards)
(Example Application)
Line 33: Line 33:
   
 
==Example Application==
 
==Example Application==
*ST NUCLEO-MB1549-WS: https://wiki.segger.com/NUCLEO-MB1549-WS#Example_Project
+
*ST NUCLEO-MB1549-WS: https://wiki.segger.com/ST_NUCLEO-MB1549-WS#Example_Project

Revision as of 17:56, 11 March 2021

The ST STM32U5 series are 32-bit ultra low power microcontrollers based on the ARM Cortex-M33 processor.

Device family

The STM32U5 device family consists of two subfamilies: STM32U575xx and STM32U585xx.

STM32U575xx STM32U585xx
STM32U575AI STM32U585AI
STM32U575CI STM32U585CI
STM32U575OI STM32U585OI
STM32U575QI STM32U585QI
STM32U575RI STM32U585RI
STM32U575VI STM32U585VI
STM32U575ZI STM32U585ZI

On-Chip Memory Regions

The internal flash consists of a single 2MB region start at address 0x08000000 and ending at 0x081FFFFF.

Reset

No special reset is required.

Evaluation Boards

Example Application