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

6 The NUCLEO-H755ZI-Q board, based on the MB1363 reference board, provides an affordable and
11 the ST morpho headers provide an easy means of expanding the functionality of the Nucleo
13 The NUCLEO-H755ZI-Q board does not require any separate probe as it integrates
14 the ST-LINK V3 debugger/programmer.
18 - STM32H755ZIT6 microcontroller in LQFP144 package
19 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
20 - USB OTG or full-speed device (depending on STM32 support)
21 - 3 user LEDs
22 - 2 user and reset push-buttons
23 - 32.768 kHz crystal oscillator
24 - Board connectors:
26 - USB with Micro-AB
27 - Ethernet RJ45 (depending on STM32 support)
28 - SWDST Zio connector including Arduino* Uno V3ST
29 - ST morpho expansion
31 - Flexible power-supply options: ST-LINK USB VBUS or external sources
32 - External or internal SMPS to generate Vcore logic supply
33 - On-board ST-LINK/V3 debugger/programmer with USB re-enumeration
34 - capability: mass storage, virtual COM port and debug port
35 - USB OTG full speed or device only
37 More information about the board can be found at the `Nucleo H755ZI-Q website`_.
42 Nucleo H755ZI-Q provides the following hardware components:
44 - STM32H755ZI in LQFP144 package
45 - ARM 32-bit Cortex-M7 CPU with FPU
46 - ARM 32-bit Cortex-M4 CPU with FPU
47 - Chrom-ART Accelerator
48 - Hardware JPEG Codec
49 - 480 MHz max CPU frequency
50 - VDD from 1.62 V to 3.6 V
51 - 2 MB Flash
52 - 1 MB SRAM
53 - High-resolution timer (2.1 ns)
54 - 32-bit timers(2)
55 - 16-bit timers(12)
56 - SPI(6)
57 - I2C(4)
58 - I2S (3)
59 - USART(4)
60 - UART(4)
61 - USB OTG Full Speed and High Speed(1)
62 - USB OTG Full Speed(1)
63 - CAN-FD(2)
64 - SAI(2)
65 - SPDIF_Rx(4)
66 - HDMI_CEC(1)
67 - Dual Mode Quad SPI(1)
68 - Camera Interface
69 - GPIO (up to 114) with external interrupt capability
70 - 16-bit ADC(3) with 36 channels / 3.6 MSPS
71 - 12-bit DAC with 2 channels(2)
72 - True Random Number Generator (RNG)
73 - 16-channel DMA
74 - LCD-TFT Controller with XGA resolution
75 - CRYPT and HASH peripherals
80 .. zephyr:board-supported-hw::
82 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
85 ----------------------------------
87 The Nucleo H755ZI board features a ST Zio connector (extended Arduino Uno V3)
90 - USART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
91 - USER_PB : PC13
92 - LD1 : PA5
93 - LD2 : PE1
94 - LD3 : PB14
95 - I2C : PB8, PB9
98 ------------
100 Nucleo H755ZI-Q System Clock can be driven by an internal or external
102 driven by the PLL clock at 480MHz, driven by an 8MHz high-speed external clock.
105 -----------
107 Nucleo H755ZI-Q board has 4 UARTs and 4 USARTs. The Zephyr console output is
111 -----------------
116 - **Compilation**: Clock configuration is only accessible to M7 core. M4 core only
118 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
121 - **Run time protection**: Interrupt-controller and GPIO configurations could be
128 Nucleo H755ZI-Q board includes an ST-LINK/V3 embedded debug tool interface.
137 Check if the board's ST-LINK/V3 has the newest firmware version. It can be
144 for both cores, so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
153 - CPU0 (Cortex-M7) boot address is set to 0x08000000 (OB: BOOT_CM7_ADD0)
154 - CPU1 (Cortex-M4) boot address is set to 0x08100000 (OB: BOOT_CM4_ADD0)
162 the ``--runner`` (or ``-r``) option:
164 .. code-block:: console
166 $ west flash --runner openocd
167 $ west flash --runner jlink
170 ----------------------------------------------
171 First, connect the NUCLEO-H755ZI-Q to your host computer using
174 Here is an example for the :zephyr:code-sample:`hello_world` application.
176 Run a serial host program to connect with your NUCLEO-H755ZI-Q board.
178 .. code-block:: console
180 $ minicom -b 115200 -D /dev/ttyACM0
184 .. code-block:: console
190 .. zephyr-app-commands::
191 :zephyr-app: samples/hello_world
197 .. code-block:: console
208 Here is an example for the :zephyr:code-sample:`blinky` application on M4 core.
210 .. zephyr-app-commands::
211 :zephyr-app: samples/basic/blinky
224 Here is an example for the :zephyr:code-sample:`hello_world` application.
226 .. zephyr-app-commands::
227 :zephyr-app: samples/hello_world
229 :maybe-skip-config:
235 .. _Nucleo H755ZI-Q website:
236 https://www.st.com/en/evaluation-tools/nucleo-h755zi-q.html
238 .. _STM32 Nucleo-144 board User Manual:
239 …https://www.st.com/resource/en/user_manual/dm00499171-stm32h7-nucleo144-boards-mb1363-stmicroelect…
242 https://www.st.com/en/microcontrollers-microprocessors/stm32h755zi.html
245 …st.com/resource/en/reference_manual/dm00176879-stm32h745755-and-stm32h747757-advanced-armbased-32b…
248 https://github.com/zephyrproject-rtos/openocd
250 .. _OpenOCD installing with ST-LINK V3 support:
251 https://mbd.kleier.net/integrating-st-link-v3.html
254 https://www.st.com/en/development-tools/stm32cubeide.html
257 https://www.st.com/en/development-tools/stm32cubeprog.html