Lines Matching +full:high +full:- +full:side
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)
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 - STM32H743ZI 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
88 +-------------+------------+-------------------------------------+
91 | NVIC | on-chip | nested vector interrupt controller |
92 +-------------+------------+-------------------------------------+
93 | UART | on-chip | serial port |
94 +-------------+------------+-------------------------------------+
95 | PINMUX | on-chip | pinmux |
96 +-------------+------------+-------------------------------------+
97 | GPIO | on-chip | gpio |
98 +-------------+------------+-------------------------------------+
99 | RTC | on-chip | counter |
100 +-------------+------------+-------------------------------------+
101 | I2C | on-chip | i2c |
102 +-------------+------------+-------------------------------------+
103 | PWM | on-chip | pwm |
104 +-------------+------------+-------------------------------------+
105 | ADC | on-chip | adc |
106 +-------------+------------+-------------------------------------+
107 | DAC | on-chip | DAC Controller |
108 +-------------+------------+-------------------------------------+
109 | RNG | on-chip | True Random number generator |
110 +-------------+------------+-------------------------------------+
111 | ETHERNET | on-chip | ethernet |
112 +-------------+------------+-------------------------------------+
113 | SPI | on-chip | spi |
114 +-------------+------------+-------------------------------------+
115 | Backup SRAM | on-chip | Backup SRAM |
116 +-------------+------------+-------------------------------------+
117 | WATCHDOG | on-chip | independent watchdog |
118 +-------------+------------+-------------------------------------+
119 | USB | on-chip | usb_device |
120 +-------------+------------+-------------------------------------+
121 | CAN/CANFD | on-chip | canbus |
122 +-------------+------------+-------------------------------------+
123 | die-temp | on-chip | die temperature sensor |
124 +-------------+------------+-------------------------------------+
125 | RTC | on-chip | rtc |
126 +-------------+------------+-------------------------------------+
133 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
136 ----------------------------------
141 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
142 - USER_PB : PC13
143 - LD1 : PB0
144 - LD2 : PE1
145 - LD3 : PB14
146 - I2C : PB8, PB9
147 - ADC1_INP15 : PA3
148 - DAC1_OUT1 : PA4
149 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
150 - SPI1 NSS/SCK/MISO/MOSI : PD14/PA5/PA6/PB5 (Arduino SPI)
151 - CAN/CANFD : PD0, PD1
154 ------------
158 driven by the PLL clock at 96MHz, driven by an 8MHz high-speed external clock.
161 -----------
167 -----------
170 do it by removing ``SB156`` jumper on the back side of the board.
173 ----------
180 Nucleo H743ZI board includes an ST-LINK/V2-1 embedded debug tool interface.
190 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
193 the ``--runner`` (or ``-r``) option:
195 .. code-block:: console
197 $ west flash --runner openocd
198 $ west flash --runner jlink
199 $ west flash --runner pyocd
202 ----------------------------------------
204 Here is an example for the :zephyr:code-sample:`hello_world` application.
208 .. code-block:: console
210 $ minicom -b 115200 -D /dev/ttyACM0
214 .. zephyr-app-commands::
215 :zephyr-app: samples/hello_world
221 .. code-block:: console
229 :zephyr:code-sample:`hello_world` application.
231 .. zephyr-app-commands::
232 :zephyr-app: samples/hello_world
234 :maybe-skip-config:
238 https://www.st.com/en/evaluation-tools/nucleo-h743zi.html
240 .. _STM32 Nucleo-144 board User Manual:
244 …n/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mc…
250 https://www.st.com/en/development-tools/stm32cubeprog.html