Lines Matching +full:analog +full:- +full:alt +full:- +full:mode
5 The STM32 Nucleo-64 development board with STM32F070RB MCU, supports Arduino and ST morpho connecti…
15 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
26 - STM32 microcontroller in QFP64 package
27 - Two types of extension resources:
29 - Arduino* Uno V3 connectivity
30 - ST morpho extension pin headers for full access to all STM32 I/Os
32 - ARM* mbed*
33 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
35 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
37 - Flexible board power supply:
39 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
40 - Power management access point
42 - Three LEDs:
44 - USB communication (LD1), user LED (LD2), power LED (LD3)
46 - Two push-buttons: USER and RESET
47 - USB re-enumeration capability. Three different interfaces supported on USB:
49 - Virtual COM port
50 - Mass storage
51 - Debug port
53 - Support of wide choice of Integrated Development Environments (IDEs) including:
55 - IAR
56 - ARM Keil
57 - GCC-based IDEs
68 +-----------+------------+-------------------------------------+
71 | NVIC | on-chip | nested vector interrupt controller |
72 +-----------+------------+-------------------------------------+
73 | UART | on-chip | serial port-polling; |
74 | | | serial port-interrupt |
75 +-----------+------------+-------------------------------------+
76 | PINMUX | on-chip | pinmux |
77 +-----------+------------+-------------------------------------+
78 | GPIO | on-chip | gpio |
79 +-----------+------------+-------------------------------------+
80 | CLOCK | on-chip | reset and clock control |
81 +-----------+------------+-------------------------------------+
82 | FLASH | on-chip | flash memory |
83 +-----------+------------+-------------------------------------+
84 | WATCHDOG | on-chip | independent watchdog |
85 +-----------+------------+-------------------------------------+
86 | I2C | on-chip | i2c controller |
87 +-----------+------------+-------------------------------------+
88 | SPI | on-chip | SPI controller |
89 +-----------+------------+-------------------------------------+
90 | RTC | on-chip | rtc |
91 +-----------+------------+-------------------------------------+
101 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
102 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
103 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
104 capable except for analog inputs.
107 -----------------
110 :alt: Nucleo F070RB connectors
113 ----------------------------------
115 - UART_1 TX/RX : PA9/PA10
116 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual COM Port)
117 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
118 - I2C2 SCL/SDA : PB10/PB11
119 - SPI1 NSS/SCK/MISO/MOSI : PB6/PA5/PA6/PA7 (Arduino SPI)
120 - SPI2 SCK/MISO/MOSI : PB13/PB14/PB15
121 - USER_PB : PC13
122 - LD1 : PA5
124 For more details please refer to `STM32 Nucleo-64 board User Manual`_.
129 Nucleo F070RB board includes an ST-LINK/V2-1 embedded debug tool interface.
139 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
142 the ``--runner`` (or ``-r``) option:
144 .. code-block:: console
146 $ west flash --runner openocd
147 $ west flash --runner jlink
150 ----------------------------------------
152 Here is an example for the :zephyr:code-sample:`blinky` application.
154 .. zephyr-app-commands::
155 :zephyr-app: samples/basic/blinky
165 :zephyr:code-sample:`hello_world` application.
167 .. zephyr-app-commands::
168 :zephyr-app: samples/hello_world
170 :maybe-skip-config:
176 .. target-notes::
179 https://www.st.com/en/evaluation-tools/nucleo-f070rb.html
184 .. _STM32 Nucleo-64 board User Manual:
188 https://www.st.com/en/development-tools/stm32cubeprog.html