Lines Matching +full:alternate +full:- +full:port +full:- +full:control

5 The STM32 Nucleo-32 development board with STM32L031K6 MCU, supports Arduino Nano V3 connectivity.
15 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
26 - STM32 microcontroller in LQFP32 package
27 - Extension resource:
29 - Arduino* Nano V3 connectivity
31 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
33 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
35 - Flexible board power supply:
37 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
38 - Power management access point
40 - Three LEDs:
42 - USB communication (LD1), user LED (LD2), power LED (LD3)
44 - One push-button: RESET
46 - USB re-enumeration capability. Three different interfaces supported on USB:
48 - Virtual COM port
49 - Mass storage
50 - Debug port
60 +-----------+------------+-------------------------------------+
63 | NVIC | on-chip | nested vector interrupt controller |
64 +-----------+------------+-------------------------------------+
65 | UART | on-chip | serial port-polling; |
66 | | | serial port-interrupt |
67 +-----------+------------+-------------------------------------+
68 | PINMUX | on-chip | pinmux |
69 +-----------+------------+-------------------------------------+
70 | GPIO | on-chip | gpio |
71 +-----------+------------+-------------------------------------+
72 | CLOCK | on-chip | reset and clock control |
73 +-----------+------------+-------------------------------------+
74 | I2C | on-chip | i2c controller |
75 +-----------+------------+-------------------------------------+
76 | SPI | on-chip | spi controller |
77 +-----------+------------+-------------------------------------+
78 | EEPROM | on-chip | eeprom |
79 +-----------+------------+-------------------------------------+
81 Other hardware features are not yet supported in this Zephyr port.
89 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
90 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
91 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
95 ----------------------------------
97 - UART_2 TX/RX : PA2/PA15 (ST-Link Virtual Port Com)
98 - I2C1 SCL/SDA : PA9/PA10 (Arduino I2C)
99 - SPI1 SCK/MISO/MOSI : PA5/PA6/PA7 (Arduino SPI)
100 - LD2 : PB3
102 For more details please refer to `STM32 Nucleo-32 board User Manual`_.
107 Nucleo L031K6 board includes an ST-LINK/V2-1 embedded debug tool interface.
117 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
120 the ``--runner`` (or ``-r``) option:
122 .. code-block:: console
124 $ west flash --runner openocd
125 $ west flash --runner jlink
128 ----------------------------------------
130 Here is an example for the :zephyr:code-sample:`blinky` application.
132 .. zephyr-app-commands::
133 :zephyr-app: samples/basic/blinky
143 :zephyr:code-sample:`hello_world` application.
145 .. zephyr-app-commands::
146 :zephyr-app: samples/hello_world
148 :maybe-skip-config:
154 .. target-notes::
157 https://www.st.com/en/evaluation-tools/nucleo-l031k6.html
160 …ww.st.com/resource/en/reference_manual/dm00108282-ultralowpower-stm32l0x1-advanced-armbased-32bit-
162 .. _STM32 Nucleo-32 board User Manual:
163 …https://www.st.com/resource/en/user_manual/dm00231744-stm32-nucleo32-boards-mb1180-stmicroelectron…
166 https://www.st.com/en/development-tools/stm32cubeprog.html