STMicroelectronics STM32F072CBT6
- Part No.:
- STM32F072CBT6
- Manufacturer:
- STMicroelectronics
- Category:
- Microcontrollers
- Package:
- 48-LQFP
- Datasheet:
-
STM32F072CBT6.pdf
- Description:
- IC MCU 32BIT 128KB FLASH 48LQFP
- Quantity:
- Payment:

- Shipping:

Inventory:25,772
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
STM32F072CBT6 from STMicroelectronics is a 32-bit Arm® Cortex®-M0 microcontroller with 128 KB Flash, 16 KB SRAM, crystal-less USB 2.0 FS interface, CAN 2.0B controller, and integrated 12-bit ADC/DAC. It operates from 2.0–3.6 V, supports up to 48 MHz CPU frequency, and targets embedded control systems requiring mixed-signal integration, real-time communication, and low-power operation - such as industrial sensor nodes and USB-connected human interface devices.
For engineers reviewing the STM32F072CBT6 datasheet, STM32F072CBT6 pinout, STM32F072CBT6 application, or STM32F072CBT6 equivalent, key selection considerations include its internal 48 MHz oscillator with USB BCD/LPM support, 5V-tolerant I/Os (up to 68 pins), dual DAC channels, RTC with calendar and wakeup from Stop/Standby, and hardware CRC unit for firmware integrity verification.
Technical Context
The STM32F072CBT6 integrates an Arm Cortex-M0 core with tightly coupled NVIC, supporting nested interrupts and low-latency response. Its clock system combines internal oscillators (HSI48 for USB, HSI8 with PLL, LSI, LSE) and external sources (4–32 MHz HSE, 32.768 kHz LSE), enabling precise timing for USB frame synchronization and RTC calibration without external crystals.
Peripheral architecture includes a 7-channel DMA controller, advanced-control timer (TIM1) for 6-channel PWM, two independent comparators with programmable inputs, and a touch-sensing controller (TSC) supporting up to 24 capacitive sensing channels - all mapped to GPIOs with flexible alternate function remapping via AFR registers.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | Arm Cortex-M0, 48 MHz max - enables deterministic real-time execution of control loops and protocol stacks. |
| Memory | 128 KB Flash + 16 KB SRAM with HW parity - supports secure firmware storage and robust data buffering in safety-critical contexts. |
| USB Interface | Crystal-less USB 2.0 Full-Speed with BCD & LPM - eliminates external crystal cost and PCB area while enabling battery-powered device charging detection. |
| Analog Peripherals | 1×12-bit ADC (16 ch, 1 µs), 2×12-bit DAC, 2×comparators - provides closed-loop analog control, sensor signal conditioning, and waveform generation without external ICs. |
| Communication | CAN 2.0B, 4×USART (2 with ISO7816/LIN/IrDA), 2×SPI/I2S, 2×I2C (Fast Mode Plus) - enables multi-protocol fieldbus connectivity and audio/smart-card interfacing. |
| Power Management | VDD = 2.0–3.6 V; Sleep/Stop/Standby modes; PVD & VBAT backup - ensures operation across wide industrial supply ranges and extended battery life in portable applications. |
| GPIO | Up to 87 fast I/Os; 68 with 5V tolerance; VDDIO2 support for mixed-voltage interfaces - simplifies level-shifting and interoperability with legacy 5V logic. |
Pinout & Package
LQFP48 package (7 × 7 mm, 0.5 mm pitch), RoHS-compliant ECOPACK®2, rated for industrial temperature range (–40°C to +85°C).
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD, VSS | Digital power supply and ground | Primary 2.0–3.6 V domain for core and digital peripherals; requires local decoupling per datasheet layout guidelines. |
| VDDA, VSSA | Analog power supply and ground | Separate 2.4–3.6 V analog domain for ADC/DAC/comp; must be filtered and isolated from digital noise. |
| PA13/PA14 | SWDIO/SWCLK debug interface | Serial Wire Debug pins - enable non-intrusive programming and real-time tracing without dedicated JTAG pins. |
| PA11/PA12 | USB_DM/USB_DP | Dedicated full-speed USB differential pair - internally biased; requires no external PHY or crystal when using HSI48 oscillator. |
| PD0/PD1 | CAN_RX/CAN_TX | Direct connection to external CAN transceiver - supports 1 Mbps bus rate with integrated filtering and wakeup capability. |
| PA0–PA15, PB0–PB15, PC13–PC15 | General-purpose I/O with AF remapping | Supports >20 alternate functions including TIMx, USARTx, SPIx, I2Cx, ADC_INx, DAC_OUTx - enables flexible board routing and peripheral sharing. |
Key Features
| Feature | Design Value |
|---|---|
| Crystal-less USB 2.0 FS | Internal 48 MHz oscillator trimmed via USB SOF packets - eliminates external crystal and associated load capacitors, reducing BOM count and layout complexity. |
| Hardware CRC unit | Dedicated polynomial engine (CRC-32, CRC-16, CRC-CCITT) - accelerates firmware signature verification and data packet integrity checks in bootloader or OTA update flows. |
| Capacitive Touch Sensing (TSC) | 24-channel controller with built-in charge transfer and acquisition logic - enables robust touchkey/slider/rotary implementations without external RC networks or dedicated touch ICs. |
| Programmable Voltage Detector (PVD) | Configurable threshold (2.2–2.9 V in steps) with interrupt/wakeup output - allows early warning of brown-out conditions before system reset occurs. |
| Independent watchdog (IWDG) | LSI-driven (40 kHz) with windowed timeout - provides fail-safe reset for applications where main clock failure must not disable safety monitoring. |
Applications
| Industrial Sensor Node | USB Human Interface Device (HID) |
|---|---|
Use Scenario: Compact environmental monitor with temperature/humidity/pressure sensors, CAN bus reporting, and local LED feedback. IC Role / Device Role / Timing Role: Central MCU handling sensor ADC sampling, CAN message framing, RTC timestamping, and GPIO-driven status indicators. Use Value: Integrated 12-bit ADC, CAN controller, and RTC eliminate discrete signal chain components and reduce PCB footprint by >30% versus multi-chip solutions. |
Use Scenario: Programmable mechanical keyboard with NKRO, RGB backlighting, and firmware-upgradable key mapping via USB. IC Role / Device Role / Timing Role: USB HID endpoint with real-time key scan (TSC or GPIO matrix), RGB PWM control (TIM1 advanced timer), and flash-based profile storage. Use Value: Crystal-less USB FS + dual DAC + 6-channel PWM enables zero-cost USB connectivity and smooth color transitions without external clock or LED driver ICs. |
| Smart Meter Communication Module | Low-Power Building Automation Node |
Use Scenario: Sub-metering module interfacing with utility meters via RS-485 (via USART+transceiver) and reporting over CAN or USB to gateway. IC Role / Device Role / Timing Role: Protocol bridge with UART-to-CAN translation, CRC-protected frame assembly, and VBAT-backed RTC for time-stamped event logging. Use Value: Hardware CRC, dual USARTs with ISO7816/LIN support, and Stop-mode wakeup (<5 µs) ensure reliable, low-energy communication in intermittent reporting cycles. |
Use Scenario: Battery-powered HVAC sensor node measuring temperature, humidity, and CO₂, transmitting via CAN to central controller. IC Role / Device Role / Timing Role: Low-power host managing periodic ADC conversions, TSC-based button input, and CAN wakeup on bus activity. Use Value: Standby current <1 µA with RTC/VBAT active and 5V-tolerant I/Os simplify direct interfacing with 5V sensor outputs - extending battery life beyond 5 years. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| STM32F070CBT6 | 64 KB Flash, no CAN, no crystal-less USB (requires external 48 MHz source) | Lacks USB BCD and CAN - unsuitable for USB-charging-aware or automotive diagnostics use cases | Select only if CAN and crystal-less USB are unnecessary and Flash budget is constrained to ≤64 KB. |
| STM32F091CBT6 | 128 KB Flash, 32 KB SRAM, USB OTG FS, no CAN, enhanced analog (2×ADC, 2×DAC) | Higher SRAM and USB OTG support, but missing CAN - limits fieldbus compatibility in industrial control | Prefer when USB device/host flexibility and larger RAM for protocol stacks outweigh CAN requirement. |
Compared with STM32F072CBT6, STM32F070CBT6 reduces cost and size at the expense of USB autonomy and CAN capability, while STM32F091CBT6 trades CAN for USB OTG and extra RAM - making STM32F072CBT6 the optimal balance for USB-connected, CAN-enabled edge nodes requiring minimal external components.
Availability
STM32F072CBT6 is available at Aetrix Electronics and suitable for industrial sensor nodes, USB human interface devices, smart meter communication modules, and low-power building automation nodes requiring stable component supply across extended product lifecycles.
Supply support for STM32F072CBT6 includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
STMicroelectronics is a global semiconductor leader headquartered in Geneva, Switzerland, designing and manufacturing microcontrollers, power management ICs, sensors, and analog products for industrial, automotive, and consumer markets.
The STM32F0 series delivers entry-level Cortex-M0 performance with rich analog integration and USB/CAN connectivity - engineered specifically for cost-sensitive, resource-constrained embedded applications demanding high reliability and long-term availability.
FAQ
Does STM32F072CBT6 support USB device mode without an external crystal?
Yes. The STM32F072CBT6 integrates an internal 48 MHz HSI48 oscillator with automatic trimming synchronized to USB Start-of-Frame (SOF) tokens. This enables full-speed USB device operation without any external crystal or oscillator, reducing BOM cost and PCB area while maintaining ±0.25% accuracy required for USB compliance.
What is the maximum number of 5V-tolerant I/Os on STM32F072CBT6?
The STM32F072CBT6 supports up to 68 5V-tolerant I/Os across GPIO ports A, B, C, and D. These pins tolerate voltages up to 5.5 V regardless of VDD level (2.0–3.6 V), enabling direct interfacing with legacy 5V peripherals such as RS-232 transceivers, optocouplers, and industrial sensors without external level shifters.
Can the internal DAC outputs drive standard audio line-level signals?
No. Each of the two 12-bit DAC channels delivers rail-to-rail output (0–VDD) with typical output impedance of ~15 kΩ and limited drive strength (±5 mA). Driving line-level audio requires external op-amp buffering and AC coupling; however, the DACs are well-suited for precision reference generation, sensor biasing, and closed-loop analog control.
How does the touch-sensing controller (TSC) achieve noise immunity in industrial environments?
The TSC uses spread-spectrum charge-transfer acquisition with built-in digital filtering, shield electrode support, and synchronous sampling referenced to internal clocks. It achieves >4 kV ESD immunity and operates reliably under 10 Vpp conducted noise - validated per IEC 61000-4-6 - making it suitable for factory-floor HMI panels without additional shielding or guard traces.
STM32F072CBT6 Specifications
- Product attributes
- Attribute value
- Manufacturer:
- STMicroelectronics
- Package/Case:
- 48-LQFP
- Series:
- STM32F0
- Packaging:
- Tray
- Product Status:
- Active
- Programmable:
- Not Verified
- Core Processor:
- ARM® Cortex®-M0
- Core Size:
- 32-Bit Single-Core
- Speed:
- 48MHz
- Connectivity:
- CANbus, HDMI-CEC, I2C, IrDA, LINbus, SPI, UART/USART, USB
- Peripherals:
- DMA, I2S, POR, PWM, WDT
- Number of I/O:
- 37
- Program Memory Size:
- 128KB (128K x 8)
- Program Memory Type:
- FLASH
- EEPROM Size:
- -
- RAM Size:
- 16K x 8
- Voltage - Supply (Vcc/Vdd):
- 1.65V ~ 3.6V
- Data Converters:
- A/D 10x12b; D/A 2x12b
- Oscillator Type:
- Internal
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
STM32F072CBT6 FAQ
1.How can I place an order for STM32F072CBT6 through Aetrix?
Please submit a Request for Quotation (RFQ) for STM32F072CBT6 on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for STM32F072CBT6 reliable?
The price and inventory of STM32F072CBT6 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for STM32F072CBT6 is usually 5 days.
3.What payment methods are accepted for STM32F072CBT6?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for STM32F072CBT6 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for STM32F072CBT6?
STM32F072CBT6 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your STM32F072CBT6 order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for STM32F072CBT6?
For technical support, including STM32F072CBT6 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your STM32F072CBT6 requirements.
6.How does Aetrix verify that STM32F072CBT6 is sourced from the original manufacturer or authorized distributors?
All STM32F072CBT6 products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that STM32F072CBT6 meets industry standards.
7.What is the process for return or replacement of STM32F072CBT6?
All STM32F072CBT6 units undergo pre-shipment inspection (PSI). If there is an issue with STM32F072CBT6, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The STM32F072CBT6 part is unused and in its original packaging.
Return procedure for STM32F072CBT6:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
STM32F072CBT6 Tags

-
ATTINY4-TSHR
Microchip Technology

-
ATTINY10-TSHR
Microchip Technology

-
ATTINY10-TS8R
Microchip Technology

-
ATTINY202-SSNR
Microchip Technology

-
ATTINY202-SSFR
Microchip Technology

-
ATTINY402-SSNR
Microchip Technology

-
PIC16F15213T-I/MF
Microchip Technology

-
PIC16F15213-E/MF
Microchip Technology

-
PIC10F200T-I/OT
Microchip Technology

-
ATTINY412-SSNR
Microchip Technology

-
PIC10F202T-I/OT
Microchip Technology

-
ATTINY404-SSNR
Microchip Technology
Tech Hub
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…

