Lines Matching +full:sample +full:- +full:clk
7 breadboard-friendly breakout board for the `STM32F103x8`_ CPU. There
10 - Blue Pill Board
11 - Black Pill Board
50 +--------+---------------+
54 +--------+---------------+
55 | CLK | Clock |
56 +--------+---------------+
58 +--------+---------------+
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 +--------+--------+-------------------+---------------------------------------------+
86 +-----------+------------+----------------------+
89 | NVIC | on-chip | nested vectored |
91 +-----------+------------+----------------------+
92 | SYSTICK | on-chip | system clock |
93 +-----------+------------+----------------------+
94 | UART | on-chip | serial port |
95 +-----------+------------+----------------------+
96 | GPIO | on-chip | gpio |
97 +-----------+------------+----------------------+
98 | I2C | on-chip | i2c |
99 +-----------+------------+----------------------+
100 | PWM | on-chip | pwm |
101 +-----------+------------+----------------------+
102 | SPI | on-chip | spi |
103 +-----------+------------+----------------------+
104 | USB | on-chip | USB device |
105 +-----------+------------+----------------------+
106 | ADC | on-chip | adc |
107 +-----------+------------+----------------------+
115 ----------------------------------
117 - UART_1 TX/RX: PA9/PA10
118 - UART_2 TX/RX: PA2/PA3
119 - UART_3 TX/RX: PB10/PB11
120 - I2C_1 SCL/SDA : PB6/PB7
121 - I2C_2 SCL/SDA : PB10/PB11
122 - PWM_1_CH1: PA8
123 - SPI_1 NSS_OE/SCK/MISO/MOSI: PA4/PA5/PA6/PA7
124 - SPI_2 NSS_OE/SCK/MISO/MOSI: PB12/PB13/PB14/PB15
125 - USB_DC DM/DP: PA11/PA12
126 - ADC_1: PA0
129 ------------
131 The on-board 8Mhz crystal is used to produce a 72Mhz system clock with PLL.
134 -----------
139 On-Board LEDs
140 -------------
142 The board has one on-board LED that is connected to PB12/PC13 on the black/blue
155 Here is an example for the :zephyr:code-sample:`blinky` application.
157 .. zephyr-app-commands::
158 :zephyr-app: samples/basic/blinky
166 :zephyr:code-sample:`hello_world` application.
168 .. zephyr-app-commands::
169 :zephyr-app: samples/hello_world
171 :maybe-skip-config:
177 https://embedjournal.com/tag/stm32-min-dev/