Lines Matching +full:alt +full:- +full:output
6 The Nucleo F410RB board features an ARM Cortex-M4 based STM32F410RB MCU
10 - STM32 microcontroller in QFP64 package
11 - Two types of extension resources:
13 - Arduino Uno V3 connectivity
14 - ST morpho extension pin headers for full access to all STM32 I/Os
16 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
17 - Flexible board power supply:
19 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
20 - Power management access point
22 - Three LEDs: USB communication (LD1), user LED (LD2), power LED (LD3)
23 - Two push-buttons: USER and RESET
32 - STM32F410RBT6 in LQFP64 package
33 - ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU
34 - Adaptive real-time accelerator (ART Accelerator)
35 - 100 MHz max CPU frequency
36 - VDD from 1.7 V to 3.6 V
37 - 128 KB Flash
38 - 32 KB SRAM
39 - General purpose timer (4)
40 - Low-power timer (1)
41 - Advanced-control timer (1)
42 - Random number generator (TRNG for HW entropy)
43 - SPI/I2S (3)
44 - I2C (3)
45 - USART (3)
46 - GPIO (50) with external interrupt capability
47 - 12-bit ADC with 16 channels
48 - 12-bit DAC with 1 channel
49 - RTC
54 - `STM32F410RB on www.st.com`_
55 - `STM32F410 reference manual`_
62 +-----------+------------+-------------------------------------+
65 | NVIC | on-chip | nested vector interrupt controller |
66 +-----------+------------+-------------------------------------+
67 | UART | on-chip | serial port |
68 +-----------+------------+-------------------------------------+
69 | PINMUX | on-chip | pinmux |
70 +-----------+------------+-------------------------------------+
71 | GPIO | on-chip | gpio |
72 +-----------+------------+-------------------------------------+
73 | PWM | on-chip | pwm |
74 +-----------+------------+-------------------------------------+
75 | I2C | on-chip | i2c |
76 +-----------+------------+-------------------------------------+
77 | I2S | on-chip | i2s |
78 +-----------+------------+-------------------------------------+
79 | SPI | on-chip | spi |
80 +-----------+------------+-------------------------------------+
81 | ADC | on-chip | ADC Controller |
82 +-----------+------------+-------------------------------------+
83 | DAC | on-chip | DAC Controller |
84 +-----------+------------+-------------------------------------+
85 | WATCHDOG | on-chip | window & independent |
86 +-----------+------------+-------------------------------------+
99 input/output, pull-up, etc.
102 ---------------
105 :alt: Nucleo F410RB Arduino connectors (top left)
108 :alt: Nucleo F410RB Arduino connectors (top right)
111 :alt: Nucleo F410RB Morpho connectors (top left)
114 :alt: Nucleo F410RB Morpho connectors (top right)
116 For more details please refer to `STM32 Nucleo-64 board User Manual`_.
119 ----------------------------------
121 - UART_1_TX : PB6
122 - UART_1_RX : PB7
123 - UART_2_TX : PA2
124 - UART_2_RX : PA3
125 - USER_PB : PC13
126 - LD2 : PA5
127 - I2C1_SDA : PB9
128 - I2C1_SCL : PB8
129 - I2C2_SDA : PB3
130 - I2C2_SCL : PB10
133 ------------
137 driven by an 8MHz high-speed external clock.
140 -----------
142 Nucleo F410RB board has 3 USARTs. The Zephyr console output is assigned to UART2.
149 Nucleo F410RB board includes an ST-LINK/V2-1 embedded debug tool interface.
159 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
162 the ``--runner`` (or ``-r``) option:
164 .. code-block:: console
166 $ west flash --runner openocd
167 $ west flash --runner jlink
170 ----------------------------------------
172 Here is an example for the :zephyr:code-sample:`hello_world` application.
176 .. code-block:: console
178 $ minicom -b 115200 -D /dev/ttyACM0
182 .. zephyr-app-commands::
183 :zephyr-app: samples/hello_world
189 .. code-block:: console
197 :zephyr:code-sample:`hello_world` application.
199 .. zephyr-app-commands::
200 :zephyr-app: samples/hello_world
202 :maybe-skip-config:
206 https://www.st.com/en/evaluation-tools/nucleo-F410RB.html
208 .. _STM32 Nucleo-64 board User Manual:
218 https://www.st.com/en/development-tools/stm32cubeprog.html