Lines Matching +full:vcc +full:- +full:3

7 breadboard-friendly breakout board for the `STM32F103x8`_ CPU. There
10 - Blue Pill Board
11 - Black Pill Board
50 +--------+---------------+
54 +--------+---------------+
56 +--------+---------------+
58 +--------+---------------+
59 | V3 | VCC |
60 +--------+---------------+
67 silk screen on the PCB reads BX- or BX+ to indicate 0 and 1 logic lines for B0 and B1
70 +--------+--------+-------------------+---------------------------------------------+
74 +--------+--------+-------------------+---------------------------------------------+
76 +--------+--------+-------------------+---------------------------------------------+
78 +--------+--------+-------------------+---------------------------------------------+
84 .. zephyr:board-supported-hw::
90 ----------------------------------
92 - UART_1 TX/RX: PA9/PA10
93 - UART_2 TX/RX: PA2/PA3
94 - UART_3 TX/RX: PB10/PB11
95 - I2C_1 SCL/SDA : PB6/PB7
96 - I2C_2 SCL/SDA : PB10/PB11
97 - PWM_1_CH1: PA8
98 - SPI_1 NSS_OE/SCK/MISO/MOSI: PA4/PA5/PA6/PA7
99 - SPI_2 NSS_OE/SCK/MISO/MOSI: PB12/PB13/PB14/PB15
100 - USB_DC DM/DP: PA11/PA12
101 - ADC_1: PA0
104 ------------
106 The on-board 8Mhz crystal is used to produce a 72Mhz system clock with PLL.
109 -----------
111 STM32 Minimum Development Board has 3 U(S)ARTs. The Zephyr console output is
114 On-Board LEDs
115 -------------
117 The board has one on-board LED that is connected to PB12/PC13 on the black/blue
130 Here is an example for the :zephyr:code-sample:`blinky` application.
132 .. zephyr-app-commands::
133 :zephyr-app: samples/basic/blinky
141 :zephyr:code-sample:`hello_world` application.
143 .. zephyr-app-commands::
144 :zephyr-app: samples/hello_world
146 :maybe-skip-config:
152 https://embedjournal.com/tag/stm32-min-dev/