mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo144: fix all memory sizes to KiB and MiB
This commit is contained in:
parent
c9441272e4
commit
82200744c7
@ -7,7 +7,7 @@
|
||||
|
||||
The Nucleo-F207ZG is a board from ST's Nucleo family supporting a ARM
|
||||
Cortex-M3
|
||||
STM32F207ZG microcontroller with 128Kb of SRAM and 1Mb of ROM Flash.
|
||||
STM32F207ZG microcontroller with 128KiB of SRAM and 1MiB of ROM Flash.
|
||||
|
||||
## Hardware
|
||||
|
||||
@ -19,8 +19,8 @@ STM32F207ZG microcontroller with 128Kb of SRAM and 1Mb of ROM Flash.
|
||||
|:---------- |:----------------- |
|
||||
| Family | ARM Cortex-M3 |
|
||||
| Vendor | ST Microelectronics |
|
||||
| RAM | 128Kb |
|
||||
| Flash | 1Mb |
|
||||
| RAM | 128KiB |
|
||||
| Flash | 1MiB |
|
||||
| Frequency | up to 120MHz |
|
||||
| FPU | no |
|
||||
| Timers | 17 (2x watchdog, 1 SysTick, 12x 16-bit, 2x 32-bit [TIM2]) |
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
The Nucleo-F303ZE is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
||||
STM32F303ZE
|
||||
microcontroller with 64Kb of RAM and 512Kb of ROM.
|
||||
microcontroller with 64KiB of RAM and 512KiB of ROM.
|
||||
|
||||
## Hardware
|
||||
|
||||
@ -19,8 +19,8 @@ microcontroller with 64Kb of RAM and 512Kb of ROM.
|
||||
|:---------- |:----------------- |
|
||||
| Family | ARM Cortex-M4 |
|
||||
| Vendor | ST Microelectronics |
|
||||
| RAM | 64Kb |
|
||||
| Flash | 512Kb |
|
||||
| RAM | 64KiB |
|
||||
| Flash | 512KiB |
|
||||
| Frequency | up to 72MHz |
|
||||
| FPU | yes |
|
||||
| Timers | 14 (10x 16-bit, 1x 32-bit [TIM2], 1x Systick, 2x watchdog) |
|
||||
|
@ -6,7 +6,7 @@
|
||||
## Overview
|
||||
|
||||
The Nucleo-F429ZI is a board from ST's Nucleo family supporting ARM Cortex-M4
|
||||
STM32F429ZI microcontroller with 256kB or RAM and 2Mb of Flash.
|
||||
STM32F429ZI microcontroller with 256KiB of RAM and 2MiB of Flash.
|
||||
|
||||
##Hardware
|
||||
|
||||
@ -18,8 +18,8 @@ STM32F429ZI microcontroller with 256kB or RAM and 2Mb of Flash.
|
||||
|:-------------|:--------------------|
|
||||
| Family | ARM Cortex-M4 |
|
||||
| Vendor | ST Microelectronics |
|
||||
| RAM | 256kB |
|
||||
| Flash | 2MB |
|
||||
| RAM | 256KiB |
|
||||
| Flash | 2MiB |
|
||||
| Frequency | up to 180 MHz |
|
||||
| FPU | yes |
|
||||
| Ethernet | 10/100 Mbps |
|
||||
|
@ -6,7 +6,7 @@
|
||||
## Overview
|
||||
|
||||
The Nucleo-F446ZE is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
||||
STM32F446ZE microcontroller with 128Kb of RAM and 512Kb of ROM Flash.
|
||||
STM32F446ZE microcontroller with 128KiB of RAM and 512KiB of ROM Flash.
|
||||
|
||||
## Hardware
|
||||
|
||||
@ -18,8 +18,8 @@ STM32F446ZE microcontroller with 128Kb of RAM and 512Kb of ROM Flash.
|
||||
|:---------- |:----------------- |
|
||||
| Family | ARM Cortex-M4 |
|
||||
| Vendor | ST Microelectronics |
|
||||
| RAM | 128Kb |
|
||||
| Flash | 512Kb |
|
||||
| RAM | 128KiB |
|
||||
| Flash | 512KiB |
|
||||
| Frequency | up to 180MHz |
|
||||
| FPU | yes |
|
||||
| Timers | 17 (2x watchdog, 1 SysTick, 12x 16-bit, 2x 32-bit [TIM2]) |
|
||||
|
@ -6,7 +6,7 @@
|
||||
## Overview
|
||||
|
||||
The Nucleo-L4R5ZI is a board from ST's Nucleo family supporting a ARM Cortex-M4
|
||||
STM32L4R5ZI microcontroller with 640Kb of RAM and 2Mb of ROM Flash.
|
||||
STM32L4R5ZI microcontroller with 640KiB of RAM and 2MiB of ROM Flash.
|
||||
|
||||
## Flashing the device
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
## Overview
|
||||
|
||||
The Nucleo-L552ZE-Q is a board from ST's Nucleo family supporting ARM Cortex-M33
|
||||
STM32L552ZE ultra-low-pawer microcontroller with TrustZone, 256kB or RAM and 512Kb
|
||||
STM32L552ZE ultra-low-pawer microcontroller with TrustZone, 256KiB or RAM and 512KiB
|
||||
of Flash.
|
||||
|
||||
## Hardware
|
||||
@ -19,8 +19,8 @@ of Flash.
|
||||
|:-------------|:-----------------------------|
|
||||
| Family | ARM Cortex-M33 |
|
||||
| Vendor | ST Microelectronics |
|
||||
| RAM | 256Kb |
|
||||
| Flash | 512Kb |
|
||||
| RAM | 256KiB |
|
||||
| Flash | 512KiB |
|
||||
| Frequency | up tp 110MHz |
|
||||
| FPU | yes |
|
||||
| TrustZone | yes |
|
||||
|
Loading…
Reference in New Issue
Block a user