Lines Matching +full:sck +full:- +full:frequency

6 The WeAct Black Pill V2.0 Board is an extremely low cost and bare-bones
8 This is the 48-pin variant of the STM32F411x series,
10 `here <stm32-base-board-page_>`_ and on `WeAct Github`_.
18 - STM32F411CEU6 in UFQFPN48 package
19 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
20 - 100 MHz max CPU frequency
21 - VDD from 1.7 V to 3.6 V
22 - 512 KB Flash
23 - 128 KB SRAM
24 - GPIO with external interrupt capability
25 - 1x12-bit, 2.4 MSPS ADC with 16 channels
26 - DMA Controller
27 - Up to 11 Timers (six 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
28 - USART/UART (3)
29 - I2C (3)
30 - SPI/I2S (5)
31 - SDIO
32 - USB 2.0 full-speed device/host/OTG controller with on-chip PHY
33 - CRC calculation unit
34 - 96-bit unique ID
35 - RTC
43 +------------+------------+-------------------------------------+
46 | NVIC | on-chip | nested vector interrupt controller |
47 +------------+------------+-------------------------------------+
48 | SYSTICK | on-chip | system clock |
49 +------------+------------+-------------------------------------+
50 | UART | on-chip | serial port |
51 +------------+------------+-------------------------------------+
52 | GPIO | on-chip | gpio |
53 +------------+------------+-------------------------------------+
54 | PINMUX | on-chip | pinmux |
55 +------------+------------+-------------------------------------+
56 | FLASH | on-chip | flash |
57 +------------+------------+-------------------------------------+
58 | SPI | on-chip | spi |
59 +------------+------------+-------------------------------------+
60 | I2C | on-chip | i2c |
61 +------------+------------+-------------------------------------+
62 | ADC | on-chip | ADC Controller |
63 +------------+------------+-------------------------------------+
64 | USB OTG FS | on-chip | USB device |
65 +------------+------------+-------------------------------------+
74 ---------------
80 ----------------------------------
82 - UART_1 TX/RX : PA9/PA10
83 - I2C1 SCL/SDA : PB8/PB9
84 - SPI1 CS/SCK/MISO/MOSI : PA4/PA5/PA6/PA7 (Routed to footprint for external flash)
85 - PWM_4_CH1 : PB6
86 - PWM_4_CH2 : PB7
87 - ADC_1 : PA1
88 - USER_PB : PA0
89 - USER_LED : PC13
97 -------------
99 The board has two external oscillators. The frequency of the slow clock (LSE) is
100 32.768 kHz. The frequency of the main clock (HSE) is 25 MHz.
103 derived from HSE, and is set at 96MHz, which is the maximum possible frequency
117 Installing dfu-util
118 -------------------
120 It is recommended to use at least v0.8 of `dfu-util`_. The package available in
121 debian/ubuntu can be quite old, so you might have to build dfu-util from source.
127 -----------------------
129 Connect a USB-C cable and the board should power ON. Force the board into DFU mode
132 The dfu-util runner is supported on this board and so a sample can be built and
135 .. zephyr-app-commands::
136 :zephyr-app: samples/basic/blinky
144 and attaching an SWD debugger to the 3V3 (3.3V), GND, SCK, and DIO
150 .. target-notes::
161 .. _stm32-base-board-page:
162 https://stm32-base.org/boards/STM32F411CEU6-WeAct-Black-Pill-V2.0.html
164 .. _dfu-util:
165 http://dfu-util.sourceforge.net/build.html