README.md 4.5 KB
Newer Older
1
# STM32F072-Nucleo BSP Introduction
L
lhxzui 已提交
2

3
[中文](README_zh.md) 
L
lhxzui 已提交
4

5
## MCU: STM32F072RB @48MHz, 128KB FLASH,  16KB RAM
L
lhxzui 已提交
6

7
The STM32F072x8/xB microcontrollers incorporate the high-performance ARM®Cortex®-M0 32-bit RISC core operating at up to 48 MHz frequency, high-speed embedded memories (up to 128 Kbytes of Flash memory and 16 Kbytes of SRAM), and an extensive range of enhanced peripherals and I/Os. All devices offer standard communication interfaces (two I2Cs, two SPI/I2S, one HDMI CEC and four USARTs), one USB Full-speed device (crystal-less), one CAN, one 12-bit ADC, one 12-bit DAC with two channels, seven 16-bit timers, one 32-bit timer and an advanced-control PWM timer.
L
lhxzui 已提交
8

9 10 11
The STM32F072x8/xB microcontrollers operate in the -40 to +85 °C and -40 to +105 °C temperature ranges, from a 2.0 to 3.6 V power supply. A comprehensive set of power-saving modes allows the design of low-power applications.
The STM32F072x8/xB microcontrollers include devices in seven different packages ranging from 48 pins to 100 pins with a die form also available upon request. Depending on the device chosen, different sets of peripherals are included.
These features make the STM32F072x8/xB microcontrollers suitable for a wide range of applications such as application control and user interfaces, hand-held equipment, A/V receivers and digital TV, PC peripherals, gaming and GPS platforms, industrial applications, PLCs, inverters, printers, scanners, alarm systems, video intercoms and HVACs.
L
lhxzui 已提交
12

13
#### KEY FEATURES
L
lhxzui 已提交
14

15
- Core: ARM®32-bit Cortex®-M0 CPU, frequency up to 48 MHz
L
lhxzui 已提交
16

17
- Memories
L
lhxzui 已提交
18

mysterywolf's avatar
mysterywolf 已提交
19
  - 64 to 128 Kbytes of Flash memory
20
  - 16 Kbytes of SRAM with HW parity
L
lhxzui 已提交
21

22
- CRC calculation unit
L
lhxzui 已提交
23

24
- Reset and power management
L
lhxzui 已提交
25

mysterywolf's avatar
mysterywolf 已提交
26
  - Digital and I/O supply: VDD= 2.0 V to 3.6 V
27 28 29 30 31 32
  - Analog supply: VDDA= VDDto 3.6 V
  - Selected I/Os: VDDIO2= 1.65 V to 3.6 V
  - Power-on/Power down reset (POR/PDR)
  - Programmable voltage detector (PVD)
  - Low power modes: Sleep, Stop, Standby
  - VBATsupply for RTC and backup registers
L
lhxzui 已提交
33

34
- Clock management
L
lhxzui 已提交
35

mysterywolf's avatar
mysterywolf 已提交
36
  - 4 to 32 MHz crystal oscillator
37 38 39 40
  - 32 kHz oscillator for RTC with calibration
  - Internal 8 MHz RC with x6 PLL option
  - Internal 40 kHz RC oscillator
  - Internal 48 MHz oscillator with automatic trimming based on ext. synchronization
L
lhxzui 已提交
41

42
- Up to 87 fast I/Os
L
lhxzui 已提交
43

mysterywolf's avatar
mysterywolf 已提交
44
  - All mappable on external interrupt vectors
45
  - Up to 68 I/Os with 5V tolerant capability and 19 with independent supply VDDIO2
L
lhxzui 已提交
46

47
- Seven-channel DMA controller
L
lhxzui 已提交
48

49
- One 12-bit, 1.0 μs ADC (up to 16 channels)
L
lhxzui 已提交
50

mysterywolf's avatar
mysterywolf 已提交
51
  - Conversion range: 0 to 3.6 V
52
  - Separate analog supply: 2.4 V to 3.6 V
L
lhxzui 已提交
53

54
- One 12-bit D/A converter (with 2 channels)
L
lhxzui 已提交
55

56
- Two fast low-power analog comparators with programmable input and output
L
lhxzui 已提交
57

58
- Up to 24 capacitive sensing channels for touchkey, linear and rotary touch sensors
L
lhxzui 已提交
59

60
- Calendar RTC with alarm and periodic wakeup from Stop/Standby
L
lhxzui 已提交
61

62
- 12 timers
L
lhxzui 已提交
63

mysterywolf's avatar
mysterywolf 已提交
64
  - One 16-bit advanced-control timer for six-channel PWM output
65 66 67
  - One 32-bit and seven 16-bit timers, with up to four IC/OC, OCN, usable for IR control decoding or DAC control
  - Independent and system watchdog timers
  - SysTick timer
L
lhxzui 已提交
68

69
- Communication interfaces
L
lhxzui 已提交
70

mysterywolf's avatar
mysterywolf 已提交
71
  - Two I2C interfaces supporting Fast Mode Plus (1 Mbit/s) with 20 mA current sink, one supporting SMBus/PMBus and wakeup
72 73 74 75
  - Four USARTs supporting master synchronous SPI and modem control, two with ISO7816 interface, LIN, IrDA, auto baud rate detection and wakeup feature
  - Two SPIs (18 Mbit/s) with 4 to 16 programmable bit frames, and with I2S interface multiplexed
  - CAN interface
  - USB 2.0 full-speed interface, able to run from internal 48 MHz oscillator and with BCD and LPM support
L
lhxzui 已提交
76

77
- HDMI CEC wakeup on header reception
L
lhxzui 已提交
78

79
- Serial wire debug (SWD)
L
lhxzui 已提交
80

81
- 96-bit unique ID
L
lhxzui 已提交
82

83
- All packages ECOPACK®2
L
lhxzui 已提交
84 85 86



87
## Read more
L
lhxzui 已提交
88

89 90 91 92
|                          Documents                           |                         Description                          |
| :----------------------------------------------------------: | :----------------------------------------------------------: |
| [STM32_Nucleo-64_BSP_Introduction](../docs/STM32_Nucleo-64_BSP_Introduction.md) | How to run RT-Thread on STM32 Nucleo-64 boards (**Must-Read**) |
| [STM32F072RB ST Official Website](https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32f0-series/stm32f0x2/stm32f072rb.html#documentation) |          STM32F072RB datasheet and other resources           |
L
lhxzui 已提交
93 94 95



96
## Maintained By
L
lhxzui 已提交
97

98
[刘恒](https://github.com/lhxzui)
L
lhxzui 已提交
99

100
iuzxhl@qq.com
L
lhxzui 已提交
101 102 103



104
## Translated By
L
lhxzui 已提交
105

106
Meco Man @ RT-Thread Community
L
lhxzui 已提交
107

108 109 110
> jiantingman@foxmail.com 
>
> https://github.com/mysterywolf