Lines Matching +full:smps +full:- +full:mode

6 The STM32 Nucleo-144 boards offer combinations of performance and power that
8 out new concepts. For compatible boards, the SMPS (Switched-Mode Power Supply)
9 significantly reduces power consumption in Run mode.
11 The Arduino-compatible ST Zio connector expands functionality of the Nucleo
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK/V3E debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - USB OTG or full-speed device (depending on STM32 support)
25 - 3 user LEDs
26 - 2 user and reset push-buttons
27 - 32.768 kHz crystal oscillator
28 - Board connectors:
30 - USB with Micro-AB
31 - SWD
32 - ST Zio connector including Arduino* Uno V3
33 - ST morpho
35 - Flexible power-supply options: ST-LINK USB VBUS or external sources.
36 - On-board ST-LINK/V3E debugger/programmer with USB re-enumeration
37 - capability: mass storage, virtual COM port and debug port.
38 - Comprehensive free software libraries and examples available with the
40 - Arm* Mbed Enabled* compliant (only for some Nucleo part numbers)
42 More information about the board can be found at the `Nucleo H7A3ZI-Q website`_.
47 Nucleo H7A3ZI-Q provides the following hardware components:
49 - STM32H7A3ZI in LQFP144 package
50 - ARM 32-bit Cortex-M7 CPU with FPU
51 - Chrom-ART Accelerator
52 - Hardware JPEG Codec
53 - 280 MHz max CPU frequency
54 - VDD from 1.62 V to 3.6 V
55 - 2 MB Flash
56 - ~1.4 Mbytes SRAM
57 - 32-bit timers(2)
58 - 16-bit timers(15)
59 - SPI(6)
60 - I2C(4)
61 - I2S (3)
62 - USART(5)
63 - UART(5)
64 - USB OTG Full Speed and High Speed(1)
65 - CAN FD(2)
66 - SAI(2)
67 - SPDIF_Rx(4)
68 - HDMI_CEC(1)
69 - Dual Mode Quad SPI(1)
70 - Camera Interface
71 - GPIO (up to 114) with external interrupt capability
72 - 16-bit ADC(2) with 24 channels / 3.6 MSPS
73 - 12-bit DAC with 1/2 channels(2)
74 - True Random Number Generator (RNG)
75 - 16-channel DMA
76 - LCD-TFT Controller with XGA resolution
84 +-------------+------------+------------------------------------+
87 | NVIC | on-chip | nested vector interrupt controller |
88 +-------------+------------+------------------------------------+
89 | UART | on-chip | serial port |
90 +-------------+------------+------------------------------------+
91 | PINMUX | on-chip | pinmux |
92 +-------------+------------+------------------------------------+
93 | GPIO | on-chip | gpio |
94 +-------------+------------+------------------------------------+
95 | PWM | on-chip | pwm |
96 +-------------+------------+------------------------------------+
97 | ADC | on-chip | adc |
98 +-------------+------------+------------------------------------+
99 | Backup SRAM | on-chip | Backup SRAM |
100 +-------------+------------+------------------------------------+
101 | USB OTG HS | on-chip | USB device |
102 +-------------+------------+------------------------------------+
103 | RNG | on-chip | True Random number generator |
104 +-------------+------------+------------------------------------+
113 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
116 ----------------------------------
118 The Nucleo H7A3ZI-Q board features a ST Zio connector (extended Arduino Uno V3)
121 - USART3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
122 - USER_PB : PC13
123 - LD1 : PB0
124 - LD2 : PE1
125 - LD3 : PB14
126 - ADC1_INP15 : PA3 (Arduino analog, A0)
129 ------------
131 Nucleo H7A3ZI-Q System Clock could be driven by an internal or external
133 driven by the PLL clock at 96MHz, driven by an 8MHz high-speed external clock.
136 -----------
138 Nucleo H7A3ZI-Q board has 4 UARTs and 4 USARTs. The Zephyr console output is
144 Nucleo H7A3ZI-Q board includes an ST-LINK/V3E embedded debug tool interface.
154 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
157 the ``--runner`` (or ``-r``) option:
159 .. code-block:: console
161 $ west flash --runner openocd
162 $ west flash --runner jlink
164 Flashing an application to Nucleo H7A3ZI-Q
165 ------------------------------------------
167 Here is an example for the :zephyr:code-sample:`hello_world` application.
171 .. code-block:: console
173 $ minicom -b 115200 -D /dev/ttyACM0
177 .. zephyr-app-commands::
178 :zephyr-app: samples/hello_world
184 .. code-block:: console
192 :zephyr:code-sample:`hello_world` application.
194 .. zephyr-app-commands::
195 :zephyr-app: samples/hello_world
197 :maybe-skip-config:
200 .. _Nucleo H7A3ZI-Q website:
201 https://www.st.com/en/evaluation-tools/nucleo-h7a3zi-q.html#overview
203 .. _STM32 Nucleo-144 board User Manual:
204 …https://www.st.com/resource/en/user_manual/um2408-stm32h7-nucleo144-boards-mb1363-stmicroelectroni…
206 .. _STM32H7A3ZI-Q on www.st.com:
207 https://www.st.com/en/microcontrollers-microprocessors/stm32h7a3zi.html
209 .. _STM32H7A3ZI-Q reference manual:
210 …st.com/resource/en/reference_manual/rm0455-stm32h7a37b3-and-stm32h7b0-value-line-advanced-armbased
213 https://www.st.com/en/development-tools/stm32cubeprog.html