Lines Matching +full:nucleo +full:- +full:144

6 The STM32 Nucleo-144 board provides an affordable and flexible way for users
13 the ST morpho headers provide an easy means of expanding the functionality of the Nucleo
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK V3 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 - Ethernet RJ45 (depending on STM32 support)
33 - SWDST Zio connector including Arduino* Uno V3ST
34 - ST morpho expansion
36 - Flexible power-supply options: ST-LINK USB VBUS or external sources
37 - External or internal SMPS to generate Vcore logic supply
38 - On-board ST-LINK/V3 debugger/programmer with USB re-enumeration
39 - capability: mass storage, virtual COM port and debug port
40 - USB OTG full speed or device only
42 More information about the board can be found at the `Nucleo H723ZG website`_.
47 Nucleo H723ZG provides the following hardware components:
49 - STM32H723ZG in LQFP144 package
50 - ARM 32-bit Cortex-M7 CPU with FPU
51 - Chrom-ART Accelerator
52 - Hardware JPEG Codec
53 - 550 MHz max CPU frequency
54 - VDD from 1.62 V to 3.6 V
55 - 1 MB Flash
56 - 562 kB SRAM max (376 kb used currently)
57 - High-resolution timer (2.1 ns)
58 - 32-bit timers(2)
59 - 16-bit timers(12)
60 - SPI(6)
61 - I2C(4)
62 - I2S (3)
63 - USART(4)
64 - UART(4)
65 - USB OTG Full Speed and High Speed(1)
66 - USB OTG Full Speed(1)
67 - CAN FD(2)
68 - SAI(2)
69 - SPDIF_Rx(4)
70 - HDMI_CEC(1)
71 - Dual Mode Quad SPI(1)
72 - Camera Interface
73 - GPIO (up to 114) with external interrupt capability
74 - 16-bit ADC(3) with 36 channels / 3.6 MSPS
75 - 12-bit DAC with 2 channels(2)
76 - True Random Number Generator (RNG)
77 - 16-channel DMA
78 - LCD-TFT Controller with XGA resolution
83 .. zephyr:board-supported-hw::
85 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
88 ----------------------------------
90 The Nucleo H723ZG board features a ST Zio connector (extended Arduino Uno V3)
93 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
94 - USER_PB : PC13
95 - LD1 : PB0
96 - LD2 : PE1
97 - LD3 : PB14
98 - I2C : PB8, PB9
99 - SPI1 NSS/SCK/MISO/MOSI : PD14/PA5/PA6/PB5 (Arduino SPI)
100 - FDCAN1 RX/TX : PD0, PD1
103 ------------
105 Nucleo H723ZG System Clock could be driven by an internal or external
107 driven by the PLL clock at 550MHz, driven by an 8MHz high-speed external clock.
110 -----------
112 Nucleo H723ZG board has 4 UARTs and 4 USARTs. The Zephyr console output is
116 -----------
124 The Nucleo H723ZG board does not have any onboard CAN transceiver. In order to
131 Nucleo H723ZG board includes an ST-LINK/V3 embedded debug tool interface.
135 Check if your ST-LINK V3 has newest FW version. It can be done with `STM32CubeProgrammer`_
141 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
144 the ``--runner`` (or ``-r``) option:
146 .. code-block:: console
148 $ west flash --runner openocd
149 $ west flash --runner jlink
151 Flashing an application to Nucleo H723ZG
152 ----------------------------------------
154 First, connect the NUCLEO-H723ZG to your host computer using
157 Here is an example for the :zephyr:code-sample:`hello_world` application.
159 Run a serial host program to connect with your NUCLEO-H723ZG board.
161 .. code-block:: console
163 $ minicom -b 115200 -D /dev/ttyACM0
167 .. code-block:: console
173 .. zephyr-app-commands::
174 :zephyr-app: samples/hello_world
180 .. code-block:: console
186 .. zephyr-app-commands::
187 :zephyr-app: samples/basic/blinky
195 :zephyr:code-sample:`hello_world` application.
197 .. zephyr-app-commands::
198 :zephyr-app: samples/hello_world
200 :maybe-skip-config:
204 https://www.st.com/en/evaluation-tools/nucleo-h723zg.html
206 .. _STM32 Nucleo-144 board User Manual:
207 …https://www.st.com/resource/en/user_manual/dm00499160-stm32h7-nucleo144-boards-mb1364-stmicroelect…
210 https://www.st.com/en/microcontrollers-microprocessors/stm32h723zg.html
213 …ource/en/reference_manual/dm00603761-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-a…
216 https://github.com/zephyrproject-rtos/openocd
218 .. _OpenOCD installing with ST-LINK V3 support:
219 https://mbd.kleier.net/integrating-st-link-v3.html
222 https://www.st.com/en/development-tools/stm32cubeide.html
225 https://www.st.com/en/development-tools/stm32cubeprog.html