1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-u575zi-q: fix wrong board number - l552ze-q to u575zi-q

This commit is contained in:
krzysztof-cabaj 2024-05-07 10:35:23 +02:00
parent bbe25cd247
commit e4d7331398
2 changed files with 9 additions and 8 deletions

View File

@ -5,13 +5,14 @@
## Overview ## Overview
The Nucleo-L552ZE-Q is a board from ST's Nucleo family supporting the ARM Cortex-M33 The Nucleo-U575ZI-Q is a board from ST's Nucleo family supporting the ARM Cortex-M33
STM32U575ZIT6Q ultra-low-power microcontroller with TrustZone, 768KiB of RAM and 2MiB STM32U575ZIT6Q ultra-low-power microcontroller with TrustZone, 768KiB of RAM and 2MiB
of Flash. of Flash.
## Hardware ## Hardware
![Nucleo144 L552ZE-Q](https://www.st.com/bin/ecommerce/api/image.PF271812.en.feature-description-include-personalized-no-cpn-medium.jpg) ![Nucleo144 U575ZI-Q](https://www.st.com/bin/ecommerce/api/image.PF271812.en.fea
ture-description-include-personalized-no-cpn-medium.jpg)
### MCU ### MCU
@ -37,7 +38,7 @@ of Flash.
### Flashing the Board Using OpenOCD ### Flashing the Board Using OpenOCD
The ST Nucleo-L552ZE-Q board includes an on-board ST-LINK programmer and can be The ST Nucleo-U575ZI-Q board includes an on-board ST-LINK programmer and can be
flashed using OpenOCD. flashed using OpenOCD.
Once OpenOCD is installed, you can flash the board simply by typing Once OpenOCD is installed, you can flash the board simply by typing

View File

@ -68,7 +68,7 @@ This extension connector gives access to:
- USART6 (Tx, Rx) - USART6 (Tx, Rx)
- I2S2 - I2S2
- SPI1 - SPI1
- 7 timers channels. - 7 timers channels
- Speaker output (1W) - Speaker output (1W)
Also provides some system signals and power. Also provides some system signals and power.
@ -77,11 +77,11 @@ Also provides some system signals and power.
## Buttons, LEDS and other devices ## Buttons, LEDS and other devices
- 1 Button for reset. - 1 Button for reset
- 1 User button. - 1 User button
- 4 LEDs. - 4 LEDs
- 3 Digital microphones - 3 Digital microphones
- 1 LCD Color 4'' - 1 LCD Color 4 inches
## Working with this Dev-Kit ## Working with this Dev-Kit