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
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 - STM32F746ZG 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 | COUNTER | on-chip | rtc |
103 +-------------+------------+-------------------------------------+
104 | I2C | on-chip | i2c |
105 +-------------+------------+-------------------------------------+
106 | PWM | on-chip | pwm |
107 +-------------+------------+-------------------------------------+
108 | SPI | on-chip | spi |
109 +-------------+------------+-------------------------------------+
110 | WATCHDOG | on-chip | independent watchdog |
111 +-------------+------------+-------------------------------------+
112 | ADC | on-chip | ADC Controller |
113 +-------------+------------+-------------------------------------+
114 | DAC | on-chip | DAC Controller |
115 +-------------+------------+-------------------------------------+
116 | Backup SRAM | on-chip | Backup SRAM |
117 +-------------+------------+-------------------------------------+
118 | RTC | on-chip | rtc |
119 +-------------+------------+-------------------------------------+
126 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
129 ----------------------------------
134 - UART_2 TX/RX/RTS/CTS : PD5/PD6/PD4/PD3
135 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
136 - UART_6 TX/RX : PG14/PG9 (Arduino UART)
137 - USER_PB : PC13
138 - LD1 : PB0
139 - LD2 : PB7
140 - LD3 : PB14
141 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
142 - USB DM : PA11
143 - USB DP : PA12
144 - I2C : PB8, PB9
145 - PWM : PE13
146 - SPI : PD14, PA5, PA6, PA7
147 - ADC1_IN0 : PA0
148 - DAC1_OUT1 : PA4
150 Note. The Arduino Uno v3 specified SPI device conflicts with the on-board ETH
154 ------------
158 driven by the PLL clock at 72MHz, driven by an 8MHz high-speed external clock.
161 -----------
167 -----------
175 Nucleo F746ZG board includes an ST-LINK/V2-1 embedded debug tool interface.
185 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
188 the ``--runner`` (or ``-r``) option:
190 .. code-block:: console
192 $ west flash --runner openocd
193 $ west flash --runner jlink
196 ----------------------------------------
198 Here is an example for the :zephyr:code-sample:`hello_world` application.
202 .. code-block:: console
204 $ minicom -b 115200 -D /dev/ttyACM0
208 .. zephyr-app-commands::
209 :zephyr-app: samples/hello_world
215 .. code-block:: console
223 :zephyr:code-sample:`hello_world` application.
225 .. zephyr-app-commands::
226 :zephyr-app: samples/hello_world
228 :maybe-skip-config:
232 https://www.st.com/en/evaluation-tools/nucleo-f746zg.html
234 .. _STM32 Nucleo-144 board User Manual:
238 …tent/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/…
244 https://www.st.com/en/development-tools/stm32cubeprog.html