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 significantly reduces power
9 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
40 - Comprehensive free software libraries and examples available with the
41 - STM32Cube MCU package.
42 - Arm* Mbed Enabled* compliant (only for some Nucleo part numbers)
51 - STM32F756ZG in LQFP144 package
52 - ARM 32-bit Cortex-M7 CPU with FPU
53 - Chrom-ART Accelerator
54 - ART Accelerator
55 - 216 MHz max CPU frequency
56 - VDD from 1.7 V to 3.6 V
57 - 1 MB Flash
58 - 320 KB SRAM
59 - 16-bit timers(10)
60 - 32-bit timers(2)
61 - SPI(6)
62 - I2C(4)
63 - I2S (3)
64 - USART(4)
65 - UART(4)
66 - USB OTG Full Speed and High Speed(1)
67 - USB OTG Full Speed(1)
68 - CAN(2)
69 - SAI(2)
70 - SPDIF_Rx(4)
71 - HDMI_CEC(1)
72 - Dual Mode Quad SPI(1)
73 - Camera Interface
74 - GPIO(up to 168) with external interrupt capability
75 - 12-bit ADC(3) with 24 channels / 2.4 MSPS
76 - 12-bit DAC with 2 channels(2)
77 - True Random Number Generator (RNG)
78 - 16-channel DMA
79 - LCD-TFT Controller with XGA resolution
87 +-----------+------------+-------------------------------------+
90 | NVIC | on-chip | nested vector interrupt controller |
91 +-----------+------------+-------------------------------------+
92 | UART | on-chip | serial port |
93 +-----------+------------+-------------------------------------+
94 | PINMUX | on-chip | pinmux |
95 +-----------+------------+-------------------------------------+
96 | GPIO | on-chip | gpio |
97 +-----------+------------+-------------------------------------+
98 | ETHERNET | on-chip | ethernet |
99 +-----------+------------+-------------------------------------+
100 | USB | on-chip | usb_device |
101 +-----------+------------+-------------------------------------+
102 | I2C | on-chip | i2c |
103 +-----------+------------+-------------------------------------+
104 | PWM | on-chip | pwm |
105 +-----------+------------+-------------------------------------+
106 | SPI | on-chip | spi |
107 +-----------+------------+-------------------------------------+
114 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
117 ----------------------------------
122 - UART_2 TX/RX/RTS/CTS : PD5/PD6/PD4/PD3
123 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
124 - UART_6 TX/RX : PG14/PG9 (Arduino UART)
125 - USER_PB : PC13
126 - LD1 : PB0
127 - LD2 : PB7
128 - LD3 : PB14
129 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
130 - USB DM : PA11
131 - USB DP : PA12
132 - I2C : PB8, PB9
133 - PWM : PE13
134 - SPI : PD14, PA5, PA6, PA7
136 Note. The Arduino Uno v3 specified SPI device conflicts with the on-board ETH
140 ------------
144 driven by the PLL clock at 72MHz, driven by an 8MHz high-speed external clock.
147 -----------
156 Nucleo F756ZG board includes an ST-LINK/V2-1 embedded debug tool interface.
166 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
169 the ``--runner`` (or ``-r``) option:
171 .. code-block:: console
173 $ west flash --runner openocd
174 $ west flash --runner jlink
177 ----------------------------------------
179 Here is an example for the :zephyr:code-sample:`hello_world` application.
183 .. code-block:: console
185 $ minicom -b 115200 -D /dev/ttyACM0
189 .. zephyr-app-commands::
190 :zephyr-app: samples/hello_world
196 .. code-block:: console
204 :zephyr:code-sample:`hello_world` application.
206 .. zephyr-app-commands::
207 :zephyr-app: samples/hello_world
209 :maybe-skip-config:
213 https://www.st.com/en/evaluation-tools/nucleo-f756zg.html
215 .. _STM32 Nucleo-144 board User Manual:
219 …tent/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/…
225 https://www.st.com/en/development-tools/stm32cubeprog.html