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/V2-1 debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
25 - USB OTG or full-speed device (depending on STM32 support)
26 - 3 user LEDs
27 - 2 user and reset push-buttons
28 - 32.768 kHz crystal oscillator
29 - Board connectors:
31 - USB with Micro-AB
32 - SWD
33 - Ethernet RJ45 (depending on STM32 support)
34 - ST Zio connector including Arduino* Uno V3
35 - ST morpho
37 - Flexible power-supply options: ST-LINK USB VBUS or external sources.
38 - On-board ST-LINK/V2-1 debugger/programmer with USB re-enumeration
39 - capability: mass storage, virtual COM port and debug port.
40 - Comprehensive free software libraries and examples available with the
42 - Arm* Mbed Enabled* compliant (only for some Nucleo part numbers)
51 - STM32H753ZI in LQFP144 package
52 - ARM 32-bit Cortex-M7 CPU with FPU
53 - Chrom-ART Accelerator
54 - Hardware JPEG Codec
55 - 480 MHz max CPU frequency
56 - VDD from 1.62 V to 3.6 V
57 - 2 MB Flash
58 - 1 MB SRAM
59 - High-resolution timer (2.1 ns)
60 - 32-bit timers(2)
61 - 16-bit timers(12)
62 - SPI(6)
63 - I2C(4)
64 - I2S (3)
65 - USART(4)
66 - UART(4)
67 - USB OTG Full Speed and High Speed(1)
68 - USB OTG Full Speed(1)
69 - CAN FD(2)
70 - SAI(2)
71 - SPDIF_Rx(4)
72 - HDMI_CEC(1)
73 - Dual Mode Quad SPI(1)
74 - Camera Interface
75 - GPIO (up to 114) with external interrupt capability
76 - 16-bit ADC(3) with 36 channels / 3.6 MSPS
77 - 12-bit DAC with 2 channels(2)
78 - True Random Number Generator (RNG)
79 - 16-channel DMA
80 - LCD-TFT Controller with XGA resolution
81 - Cryptographic acceleration: AES 128, 192, 256, TDES, HASH (MD5, SHA-1, SHA-2), HMAC
82 - Secure firmware upgrade support, Secure access mode
90 +-----------+------------+-------------------------------------+
93 | NVIC | on-chip | nested vector interrupt controller |
94 +-----------+------------+-------------------------------------+
95 | UART | on-chip | serial port |
96 +-----------+------------+-------------------------------------+
97 | PINMUX | on-chip | pinmux |
98 +-----------+------------+-------------------------------------+
99 | GPIO | on-chip | gpio |
100 +-----------+------------+-------------------------------------+
101 | RTC | on-chip | counter |
102 +-----------+------------+-------------------------------------+
103 | I2C | on-chip | i2c |
104 +-----------+------------+-------------------------------------+
105 | PWM | on-chip | pwm |
106 +-----------+------------+-------------------------------------+
107 | ADC | on-chip | adc |
108 +-----------+------------+-------------------------------------+
109 | RNG | on-chip | True Random number generator |
110 +-----------+------------+-------------------------------------+
111 | ETHERNET | on-chip | ethernet |
112 +-----------+------------+-------------------------------------+
113 | SPI | on-chip | spi |
114 +-----------+------------+-------------------------------------+
115 | USB | on-chip | usb_device |
116 +-----------+------------+-------------------------------------+
117 | CAN/CANFD | on-chip | canbus |
118 +-----------+------------+-------------------------------------+
125 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
128 ----------------------------------
133 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
134 - USER_PB : PC13
135 - LD1 : PB0
136 - LD2 : PE1
137 - LD3 : PB14
138 - I2C : PB8, PB9
139 - ADC1_INP15 : PA3
140 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
141 - SPI1 NSS/SCK/MISO/MOSI : PD14/PA5/PA6/PB5 (Arduino SPI)
142 - CAN/CANFD : PD0, PD1
145 ------------
149 driven by the PLL clock at 96MHz, driven by an 8MHz high-speed external clock.
152 -----------
158 ----------
165 Nucleo H753ZI board includes an ST-LINK/V3 embedded debug tool interface.
175 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
178 the ``--runner`` (or ``-r``) option:
180 .. code-block:: console
182 $ west flash --runner openocd
183 $ west flash --runner jlink
186 ----------------------------------------
188 Here is an example for the :zephyr:code-sample:`hello_world` application.
192 .. code-block:: console
194 $ minicom -b 115200 -D /dev/ttyACM0
198 .. zephyr-app-commands::
199 :zephyr-app: samples/hello_world
205 .. code-block:: console
213 :zephyr:code-sample:`hello_world` application.
215 .. zephyr-app-commands::
216 :zephyr-app: samples/hello_world
218 :maybe-skip-config:
222 https://www.st.com/en/evaluation-tools/nucleo-h753zi.html
224 .. _STM32 Nucleo-144 board User Manual:
228 …n/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mc…
234 https://www.st.com/en/development-tools/stm32cubeprog.html