Lines Matching +full:sck +full:- +full:frequency
6 The STM32 Mini F401 is an extremely low cost and bare-bones
8 More info about the board with schematics available `here <stm32-base-board-page_>`_
16 - STM32F401CCU6 in UFQFPN48 package
17 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
18 - 84 MHz max CPU frequency
19 - VDD from 1.7 V to 3.6 V
20 - 256 KB Flash
21 - 64 KB SRAM
22 - GPIO with external interrupt capability
23 - 1x12-bit, 2.4 MSPS ADC with 16 channels
24 - DMA Controller
25 - Up to 11 Timers (six 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
26 - USART/UART (3)
27 - I2C (3)
28 - SPI/I2S (4)
29 - SDIO
30 - USB 2.0 full-speed device/host/OTG controller with on-chip PHY
31 - CRC calculation unit
32 - 96-bit unique ID
33 - RTC
41 +------------+------------+-------------------------------------+
44 | NVIC | on-chip | nested vector interrupt controller |
45 +------------+------------+-------------------------------------+
46 | SYSTICK | on-chip | system clock |
47 +------------+------------+-------------------------------------+
48 | UART | on-chip | serial port |
49 +------------+------------+-------------------------------------+
50 | GPIO | on-chip | gpio |
51 +------------+------------+-------------------------------------+
52 | PINMUX | on-chip | pinmux |
53 +------------+------------+-------------------------------------+
54 | FLASH | on-chip | flash |
55 +------------+------------+-------------------------------------+
56 | SPI | on-chip | spi |
57 +------------+------------+-------------------------------------+
58 | I2C | on-chip | i2c |
59 +------------+------------+-------------------------------------+
60 | ADC | on-chip | ADC Controller |
61 +------------+------------+-------------------------------------+
62 | USB OTG FS | on-chip | USB device |
63 +------------+------------+-------------------------------------+
69 ----------------------------------
71 - UART_1 TX/RX : PA9/PA10
72 - I2C1 SCL/SDA : PB8/PB9
73 - SPI1 CS/SCK/MISO/MOSI : PA4/PA5/PA6/PA7
74 - PWM_4_CH1 : PB6
75 - PWM_4_CH2 : PB7
76 - ADC_1 : PA1
77 - SW0 : PB2 (routed to BOOT1 dip switch)
78 - LED0 : PC13
81 -------------
83 The board has two external oscillators. The frequency of the slow clock (LSE) is
84 32.768 kHz. The frequency of the main clock (HSE) is 25 MHz.
101 Installing dfu-util
102 -------------------
104 It is recommended to use at least v0.8 of `dfu-util`_. The package available in
105 debian/ubuntu can be quite old, so you might have to build dfu-util from source.
111 -----------------------
113 Connect a USB-C cable and the board should power ON. Force the board into DFU mode
116 The dfu-util runner is supported on this board and so a sample can be built and
119 .. zephyr-app-commands::
120 :zephyr-app: samples/basic/blinky
128 and attaching an SWD debugger to the 3V3 (3.3V), GND, SCK, and DIO
134 .. target-notes::
139 .. _stm32-base-board-page:
140 https://stm32-base.org/boards/STM32F401CCU6-STM32-Mini-F401
142 .. _dfu-util:
143 http://dfu-util.sourceforge.net/build.html
146 https://www.st.com/en/microcontrollers-microprocessors/stm32f401cc.html