Lines Matching +full:alt +full:- +full:output

7 The Nucleo F446ZE board features an ARM Cortex-M4 based STM32F446ZE MCU
11 - STM32F446 microcontroller in QFP144 package
12 - Two types of extension resources:
14- ST zio support for Arduino™ Uno V3 connectivity (A0 to A5, D0 to D15) and additional signals exp…
15 - ST morpho extension pin headers for full access to all STM32 I/Os
17 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
18 - USB re-enumeration capability. Three different interfaces supported on USB:
19 - Virtual Com port
20 - Mass storage (USB Disk drive) for drag'n'drop programming
21 - Debug port
22 - Flexible board power supply:
23 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
24 - Power management access point
25 - USB OTG
27 - Three LEDs: USB communication (LD1), user LED (LD2), power LED (LD3)
28 - Two push-buttons: USER and RESET
37 - STM32F446ZET6 in LQFP144 package
38 - ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU
39 - Adaptive real-time accelerator (ART Accelerator)
40 - 180 MHz max CPU frequency
41 - VDD from 1.7 V to 3.6 V
42 - 512 KB Flash
43 - 128 KB SRAM
44 - 10 General purpose timers
45 - 2 Advanced control timers
46 - 2 basic timers
47 - SPI(4)
48 - I2C(4)
49 - USART(4)
50 - UART(2)
51 - USB OTG Full Speed and High Speed
52 - CAN(2)
53 - SAI(2)
54 - SPDIF_Rx(1)
55 - HDMI_CEC(1)
56 - Quad SPI(1)
57 - Camera Interface
58 - GPIO(50) with external interrupt capability
59 - 12-bit ADC(3) with 16 channels
60 - 12-bit DAC with 2 channels
64 - `STM32F446ZE on www.st.com`_
65 - `STM32F446 reference manual`_
72 +-------------+------------+-------------------------------------+
75 | NVIC | on-chip | nested vector interrupt controller |
76 +-------------+------------+-------------------------------------+
77 | UART | on-chip | serial port |
78 +-------------+------------+-------------------------------------+
79 | PINMUX | on-chip | pinmux |
80 +-------------+------------+-------------------------------------+
81 | GPIO | on-chip | gpio |
82 +-------------+------------+-------------------------------------+
83 | PWM | on-chip | pwm |
84 +-------------+------------+-------------------------------------+
85 | I2C | on-chip | i2c |
86 +-------------+------------+-------------------------------------+
87 | USB | on-chip | usb |
88 +-------------+------------+-------------------------------------+
89 | Backup SRAM | on-chip | Backup SRAM |
90 +-------------+------------+-------------------------------------+
91 | CAN 1/2 | on-chip | Controller Area Network |
92 +-------------+------------+-------------------------------------+
93 | ADC | on-chip | Analog Input |
94 +-------------+------------+-------------------------------------+
95 | DAC | on-chip | Analog Output |
96 +-------------+------------+-------------------------------------+
108 input/output, pull-up, etc.
111 ---------------
114 :alt: Nucleo F446ZE Zio/Arduino connectors (left)
117 :alt: Nucleo F446ZE Zio/Arduino connectors (right)
120 :alt: Nucleo F446ZE Morpho connectors (left)
123 :alt: Nucleo F446ZE Morpho connectors (right)
125 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
128 ----------------------------------
130 - UART_2_TX : PD5
131 - UART_2_RX : PD6
132 - UART_3_TX : PD8
133 - UART_3_RX : PD9
134 - USER_PB : PC13
135 - LD0 : PB0
136 - LD1 : PB7
137 - LD2 : PB14
138 - I2C1_SDA : PB9
139 - I2C1_SCL : PB8
140 - I2C2_SDA : PF0
141 - I2C2_SCL : PF1
142 - SPI1_CS : PD14
143 - SPI1_SCK : PA5
144 - SPI1_MISO : PA6
145 - SPI1_MOSI : PA7
146 - SPI2_NSS : PB12
147 - SPI2_SCK : PB13
148 - SPI2_MISO : PB14
149 - SPI2_MOSI : PB15
150 - CAN1_RX : PD0
151 - CAN1_TX : PD1
152 - USB_DP : PA11
153 - USB_DM : PA12
154 - ADC1_IN0 : PA0
155 - DAC_OUT1 : PA4
159 ------------
163 driven by an 8MHz high-speed external clock.
166 -----------
168 Nucleo F446ZE board has 2 UARTs and 4 USARTs. The Zephyr console output is assigned to USART3.
172 -----------
178 -----------------------
185 Nucleo F446ZE board includes an ST-LINK/V2-1 embedded debug tool interface.
195 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
198 the ``--runner`` (or ``-r``) option:
200 .. code-block:: console
202 $ west flash --runner openocd
203 $ west flash --runner jlink
206 ----------------------------------------
208 Here is an example for the :zephyr:code-sample:`hello_world` application.
212 .. code-block:: console
214 $ minicom -b 115200 -D /dev/ttyACM0
218 .. zephyr-app-commands::
219 :zephyr-app: samples/hello_world
225 .. code-block:: console
233 :zephyr:code-sample:`hello_world` application.
235 .. zephyr-app-commands::
236 :zephyr-app: samples/hello_world
238 :maybe-skip-config:
242 https://www.st.com/en/evaluation-tools/nucleo-f446ze.html
244 .. _STM32 Nucleo-144 board User Manual:
245 …https://www.st.com/resource/en/user_manual/um1974-stm32-nucleo144-boards-mb1137-stmicroelectronics…
254 https://www.st.com/en/development-tools/stm32cubeprog.html