Lines Matching +full:alternate +full:- +full:port +full:- +full:control
7 integrates the ST-LINK/V2-1 debugger and programmer. It also comes with a
18 - STM32F051R8T6 microcontroller featuring 64 KB Flash memory, 8 KB RAM in an
20 - On-board ST-LINK/V2 with selection mode switch to use the kit as a standalone
21 ST-LINK/V2 (with SWD connector for programming and debugging)
22 - Board power supply: through USB bus or from an external 5 V supply voltage
23 - External application power supply: 3 V and 5 V
24 - Four LEDs:
26 - LD1 (red) for 3.3 V power on
27 - LD2 (red/green) for USB communication
28 - LD3 (green) for PC9 output
29 - LD4 (blue) for PC8 output
30 - Two push buttons (user and reset)
31 - Extension header for all LQFP64 I/Os for quick connection to prototyping board
33 - An additional board is provided which can be connected to the extension
35 - Comprehensive free software including a variety of examples, part of
36 STM32CubeF0 package or STSW-STM32049 for legacy Standard Libraries usage
45 +-----------+------------+-------------------------------------+
48 | NVIC | on-chip | nested vector interrupt controller |
49 +-----------+------------+-------------------------------------+
50 | UART | on-chip | serial port-polling; |
51 | | | serial port-interrupt |
52 +-----------+------------+-------------------------------------+
53 | PINMUX | on-chip | pinmux |
54 +-----------+------------+-------------------------------------+
55 | GPIO | on-chip | gpio |
56 +-----------+------------+-------------------------------------+
57 | CLOCK | on-chip | reset and clock control |
58 +-----------+------------+-------------------------------------+
59 | FLASH | on-chip | flash memory |
60 +-----------+------------+-------------------------------------+
61 | WATCHDOG | on-chip | independent watchdog |
62 +-----------+------------+-------------------------------------+
64 Other hardware features are not yet supported in this Zephyr port.
72 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
73 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
74 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
78 ----------------------------------
80 - UART_1_TX : PA9
81 - UART_1_RX : PA10
82 - UART_2_TX : PA2
83 - UART_2_RX : PA3
90 STM32F0DISCOVERY board includes an ST-LINK/V2-1 embedded debug tool interface.
100 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
103 the ``--runner`` (or ``-r``) option:
105 .. code-block:: console
107 $ west flash --runner openocd
108 $ west flash --runner jlink
111 ----------------------------------------
113 Here is an example for the :zephyr:code-sample:`blinky` application.
115 .. zephyr-app-commands::
116 :zephyr-app: samples/basic/blinky
126 :zephyr:code-sample:`blinky` application.
128 .. zephyr-app-commands::
129 :zephyr-app: samples/basic/blinky
131 :maybe-skip-config:
137 .. target-notes::
140 https://www.st.com/en/evaluation-tools/stm32f0discovery.html
149 https://www.st.com/en/development-tools/stm32cubeprog.html