Skip to content

Commit e596bf0

Browse files
committed
docs: correct Cortex-M7/M4 clock speeds for Nicla Vision and Portenta H7
The STM32H747 on these Arduino boards runs the M7 at 400 MHz and the M4 at 200 MHz, not 480/240 MHz.
1 parent a5a5121 commit e596bf0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/openmvcam/quickref/arduino-nicla-vision.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Arduino Nicla Vision
33

44
The Arduino Nicla Vision is a 22.86 × 22.86 mm machine‑vision board
55
built around the STMicroelectronics STM32H747AII6 — a dual‑core SoC
6-
combining a Cortex‑M7 at 480 MHz with a Cortex‑M4 at 240 MHz. The
6+
combining a Cortex‑M7 at 400 MHz with a Cortex‑M4 at 200 MHz. The
77
OpenMV firmware runs entirely on the M7 core. The board pairs the
88
MCU with the GC2145 2 MP colour CMOS sensor, an LSM6DSOX 6‑axis IMU,
99
an MP34DT06 MEMS microphone, a VL53L1CB time‑of‑flight ranger,
@@ -20,8 +20,8 @@ For full datasheet, photos, and dimensions see the
2020
Highlights
2121
----------
2222

23-
* **STMicroelectronics STM32H747AII6** dual Cortex‑M7 (480 MHz) +
24-
Cortex‑M4 (240 MHz). OpenMV firmware runs on the M7 core only.
23+
* **STMicroelectronics STM32H747AII6** dual Cortex‑M7 (400 MHz) +
24+
Cortex‑M4 (200 MHz). OpenMV firmware runs on the M7 core only.
2525
* **2 MB internal flash** plus **16 MB external QSPI flash** (used
2626
for the application + ROMFS).
2727
* **1 MB internal SRAM**.

docs/openmvcam/quickref/arduino-portenta-h7.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Arduino Portenta H7
33

44
The Arduino Portenta H7 is a 66 × 25 mm industrial dev board built
55
around the STMicroelectronics STM32H747XI — a dual‑core SoC combining
6-
a Cortex‑M7 at 480 MHz with a Cortex‑M4 at 240 MHz. The OpenMV
6+
a Cortex‑M7 at 400 MHz with a Cortex‑M4 at 200 MHz. The OpenMV
77
firmware runs entirely on the M7 core and is designed to be used with
88
the **Portenta Vision Shield** (Ethernet or LoRa edition), which adds
99
a Himax HM01B0 / HM0360 camera, dual PDM microphones, and a microSD
@@ -20,8 +20,8 @@ For full datasheet, photos, and dimensions see the
2020
Highlights
2121
----------
2222

23-
* **STMicroelectronics STM32H747XI** dual Cortex‑M7 (480 MHz) +
24-
Cortex‑M4 (240 MHz). OpenMV firmware runs on the M7 core only;
23+
* **STMicroelectronics STM32H747XI** dual Cortex‑M7 (400 MHz) +
24+
Cortex‑M4 (200 MHz). OpenMV firmware runs on the M7 core only;
2525
the M4 core is exposed through :doc:`openamp </library/openamp>`
2626
for Inter‑Processor Communication.
2727
* **8 MB external SDRAM** plus **2 MB internal flash** and **16 MB

0 commit comments

Comments
 (0)