Skip to content

Commit ded90fd

Browse files
authored
Merge pull request #85 from arduino/sync/aliphys/niclaVisionDSTypoFix
[TC-245] Update Hz in Nicla Vision DS
2 parents bbcd134 + e132221 commit ded90fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/hardware/05.nicla/boards/nicla-vision/datasheet/datasheet.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ wireless sensor networks, data fusion, artificial intelligence, machine vision
1717
- **STM32H747AII6** Microcontroller
1818
- Dual core
1919
- 32-bit Arm® Cortex®-M7 core with double-precision FPU and L1 cache up to 480 MHz
20-
- 32-bit Arm® 32-bit Cortex®-M4 core with FPU up to 240MHz
20+
- 32-bit Arm® 32-bit Cortex®-M4 core with FPU up to 240 MHz
2121
- Full set of DSP instructions
2222
- Memory Protection Unit (MPU)
2323
- **Murata® 1DX** Wi-Fi/BT Module
@@ -52,7 +52,7 @@ wireless sensor networks, data fusion, artificial intelligence, machine vision
5252
- 1.75μm pixel size
5353
- **LSM6DSOX** 6-axis IMU
5454
- Always-on 3D accelerometer and 3D gyroscope
55-
- Smart FIFO up to 4 KByte
55+
- Smart FIFO up to 4 kByte
5656
- ±2/±4/±8/±16 g full scale
5757
- ±125/±250/±500/±1000/±2000 dps full scale
5858
- **USB3320C-EZK-TR** USB Transceiver
@@ -145,7 +145,7 @@ The Nicla form factor has been specifically developed at Arduino® as a standard
145145

146146

147147
### Processor
148-
H7's main processor is the dual core STM32H747 (U1) including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly.
148+
The Nicla Vision's main processor is the dual core STM32H747 (U1) including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly.
149149

150150
### 6-Axis IMU
151151
It is possible to obtain 3D gyroscope and 3D accelerometer data from the LSM6DSOX 6-axis IMU (U3). In addition to providing such data, it is also possible to do machine learning on the IMU for gesture detection, offloading computation load from the main processor.
@@ -170,9 +170,9 @@ Input voltage can be provided to the Nicla Vision through the USB connector (J7)
170170
A NTC (negative thermal coefficient) sensor provides overtemperature shutoff to the battery. The battery fuel gauge provides indication of the remaining battery capacity
171171

172172
There are three main power lines provided:
173-
- **+3V1** provides power to the microprocessor (U1), 25 MHz oscillator (U14), 32.768 oscillator (Y1), USB transceiver (U5) and Wi-Fi/Bluetooth module.
173+
- **+3V1** provides power to the microprocessor (U1), 25 MHz oscillator (U14), 32.768 kHz oscillator (Y1), USB transceiver (U5) and Wi-Fi/Bluetooth module.
174174
- **+2V8A** provides power to the camera (M1) and time-of-flight sensor (U4)
175-
- **+1V8** provides power to the microprocessor (U1), camera (M1), USB transceiver (U5), Wi-Fi/Bluetooth module (U9), accelerometer (U3), microphone (U6), crypto (U8), FLASH (U13),27 MHz oscillator (U15) as well as the two level translators (U11,U12).
175+
- **+1V8** provides power to the microprocessor (U1), camera (M1), USB transceiver (U5), Wi-Fi/Bluetooth module (U9), accelerometer (U3), microphone (U6), crypto (U8), FLASH (U13), 27 MHz oscillator (U15) as well as the two level translators (U11, U12).
176176

177177
- Additionally, a dedicated analog supply rail (VDDA) is provided for the microprocessor (U1). The camera module (M1) also has a dedicated power rail (+1V8CAM).
178178

content/hardware/05.nicla/boards/nicla-vision/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This 6-axis IMU allows to obtain 3D gyroscopic and 3D accelerometer data. It is
2121

2222
<Feature title="STM32H747AII6" image="mcu">
2323

24-
The Nicla Vision features an STM32H747AII6 Dual ARM® Cortex® - M7 core up to 480 Mhz + M4 core up to 240 Mhz.
24+
The Nicla Vision features an STM32H747AII6 Dual ARM® Cortex® - M7 core up to 480 MHz + M4 core up to 240 MHz.
2525
<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/stm32h747ai.pdf" download blank/>
2626
</Feature>
2727

0 commit comments

Comments
 (0)