Skip to content

Commit 36df618

Browse files
authored
Merge pull request #4007 from mysterywolf/bluepill
【English readme】[bsp][stm32][bluepill] update readme
2 parents 7114004 + 877d35a commit 36df618

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

bsp/stm32/stm32f103-blue-pill/README.md

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,62 @@ By reading the ***Quickly Get Started*** section developers can quickly get thei
1515

1616

1717

18-
## Onboard Resources
18+
## MCU Resources
19+
20+
The STM32F103xx medium-density performance line family incorporates the high-performance ARM®Cortex®-M3 32-bit RISC core operating at a 72 MHz frequency, high-speed embedded memories (Flash memory up to 128 Kbytes and SRAM up to 20 Kbytes), and an extensive range of enhanced I/Os and peripherals connected to two APB buses. All devices offer two 12-bit ADCs, three general purpose 16-bit timers plus one PWM timer, as well as standard and advanced communication interfaces: up to two I2Cs and SPIs, three USARTs, an USB and a CAN.
21+
22+
The devices operate from a 2.0 to 3.6 V power supply. They are available in both the –40 to +85 °C temperature range and the –40 to +105 °C extended temperature range. A comprehensive set of power-saving mode allows the design of low-power applications.
23+
The STM32F103xx medium-density performance line family includes devices in six different package types: from 36 pins to 100 pins. Depending on the device chosen, different sets of peripherals are included, the description below gives an overview of the complete range of peripherals proposed in this family.
24+
These features make the STM32F103xx medium-density performance line microcontroller family suitable for a wide range of applications such as motor drives, application control, medical and handheld equipment, PC and gaming peripherals, GPS platforms, industrial applications, PLCs, inverters, printers, scanners, alarm systems, video intercoms, and HVACs.
25+
26+
KEY FEATURES
27+
28+
- ARM® 32-bit Cortex®-M3 CPU Core
29+
- 72 MHz maximum frequency,1.25 DMIPS/MHz (Dhrystone 2.1) performance at 0 wait state memory access
30+
- Single-cycle multiplication and hardware division
31+
- Memories
32+
- 64 or 128 Kbytes of Flash memory
33+
- 20 Kbytes of SRAM
34+
- Clock, reset and supply management
35+
- 2.0 to 3.6 V application supply and I/Os
36+
- POR, PDR, and programmable voltage detector (PVD)
37+
- 4-to-16 MHz crystal oscillator
38+
- Internal 8 MHz factory-trimmed RC
39+
- Internal 40 kHz RC
40+
- PLL for CPU clock
41+
- 32 kHz oscillator for RTC with calibration
42+
- Low-power
43+
- Sleep, Stop and Standby modes
44+
- VBAT supply for RTC and backup registers
45+
- 2 x 12-bit, 1 μs A/D converters (up to 16 channels)
46+
- Conversion range: 0 to 3.6 V
47+
- Dual-sample and hold capability
48+
- Temperature sensor
49+
- DMA
50+
- 7-channel DMA controller
51+
- Peripherals supported: Timers, ADC, SPIs, I2Cs and USARTs
52+
53+
- Up to 80 fast I/O ports
54+
- 26/37/51/80 I/Os, all mappable on 16 external interrupt vectors and almost all 5 V-tolerant
55+
- Debug mode
56+
- Serial wire debug (SWD) & JTAG interfaces
57+
- 7 timers
58+
- Three 16-bit timers, each with up to 4 IC/OC/PWM or pulse counter and quadrature (incremental) encoder input
59+
- 16-bit, motor control PWM timer with dead-time generation and emergency stop
60+
- 2 watchdog timers (Independent and Window)
61+
- SysTick timer 24-bit downcounter
62+
- Up to 9 communication interfaces
63+
- Up to 2 x I2C interfaces (SMBus/PMBus)
64+
- Up to 3 USARTs (ISO 7816 interface, LIN, IrDA capability, modem control)
65+
- Up to 2 SPIs (18 Mbit/s)
66+
- CAN interface (2.0B Active)
67+
- USB 2.0 full-speed interface
68+
- CRC calculation unit, 96-bit unique ID
69+
- Packages are ECOPACK®
70+
1971

20-
The Blue Pill is a STM32F103 based development board with Cortex-M3 ARM CPU that runs at 72 MHz, 20 KB of RAM and 64 or 128 KB (hidden) of flash memory. The microcontroller (MCU) has a USB port, two serial ports, 16 bit PWM pins and 12 bit ADC pins. It runs at 3.3V, but some of its pins are 5V tolerant.
72+
73+
## Onboard Resources
2174

2275
- MCU:STM32F103C8T6 @72MHz, 64KB FLASH , 20KB RAM
2376

@@ -172,4 +225,4 @@ Meco Man @ RT-Thread Community
172225

173226
174227

175-
https://github.com/mysterywolf
228+
https://github.com/mysterywolf
35.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)