STMicroelectronics STM32F071CBU6
- Part No.:
- STM32F071CBU6
- Manufacturer:
- STMicroelectronics
- Category:
- Microcontrollers
- Package:
- 48-UFQFN Exposed Pad
- Datasheet:
-
STM32F071CBU6.pdf
- Description:
- IC MCU 32BIT 128KB FLSH 48UFQFPN
- Quantity:
- Payment:

- Shipping:

Inventory:1,557
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
STM32F071CBU6 from STMicroelectronics is a 32-bit Arm® Cortex®-M0 microcontroller with 128 KB Flash, 16 KB SRAM (with hardware parity), and operating voltage range of 2.0–3.6 V. It integrates a 12-bit ADC (1.0 µs conversion), dual-channel 12-bit DAC, seven timers including one advanced-control timer for six-channel PWM, and communication interfaces including 4 USARTs, 2 I²C (Fast Mode Plus), and 2 SPIs - deployed in industrial HMI control panels requiring real-time sensor processing and serial device coordination.
For engineers reviewing the STM32F071CBU6 datasheet, STM32F071CBU6 pinout, STM32F071CBU6 application, or STM32F071CBU6 equivalent, key selection criteria include its 48 MHz max CPU frequency, 5V-tolerant I/O capability on up to 68 pins, integrated RTC with alarm/wakeup, SWD debug support, and UFBGA49 package footprint compatibility with space-constrained PCB layouts.
Technical Context
The STM32F071CBU6 implements an Arm Cortex-M0 core with Harvard architecture, supporting Thumb-2 instruction set and nested vectored interrupt controller (NVIC) with up to 32 interrupt channels. Its memory subsystem includes 128 KB of single-cycle Flash with error correction and 16 KB of SRAM with hardware parity checking - enabling deterministic execution and data integrity in safety-aware firmware.
Clock management combines multiple oscillators: 4–32 MHz external crystal, 32 kHz LSE for RTC, internal 8 MHz RC with PLL (up to 48 MHz), and factory-trimmed 48 MHz HSI48 oscillator synchronized via CRS. Power management supports Sleep, Stop, and Standby modes with programmable voltage detector (PVD) and VBAT-backed RTC/backup registers.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| CPU Core | Arm Cortex-M0, 48 MHz max - enables deterministic real-time task scheduling in embedded control loops. |
| Flash Memory | 128 KB - sufficient for complex firmware with bootloader, OTA update partition, and cryptographic libraries. |
| SRAM | 16 KB with hardware parity - detects single-bit errors during runtime, critical for industrial data buffers. |
| ADC | 12-bit, 1.0 µs conversion, 16-channel - supports simultaneous sampling of analog sensors (e.g., temperature, current) at ≥1 MSPS. |
| DAC | 12-bit, 2-channel - provides precise analog output for calibration signals or actuator biasing without external DAC IC. |
| I/O Voltage Tolerance | Up to 68 pins 5V-tolerant - simplifies interface with legacy 5V peripherals without level shifters. |
| Package | UFQFPN48 (7 × 7 mm, 0.5 mm pitch) - compact footprint suitable for high-density industrial control modules. |
Pinout & Package
STM32F071CBU6 uses the UFQFPN48 package: 48-pin, 7 × 7 mm body, 0.5 mm pitch, exposed thermal pad, RoHS-compliant ECOPACK®2. Pin functions are validated per ST's DS10009 Rev 7 datasheet Section 5 (Pinouts and pin descriptions), with full alternate function mapping across GPIOA–GPIOF.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD, VDDA, VSS, VSSA | Power supply and ground rails | Separate analog/digital domains ensure ADC/DAC accuracy; VDDA must be ≥2.4 V for full 12-bit linearity. |
| PA0–PA15, PB0–PB15, PC0–PC15, PD0–PD15, PF0–PF1 | General-purpose I/O with alternate functions | All pins support external interrupts; up to 68 are 5V-tolerant - enables direct connection to 5V logic sensors or displays. |
| NRST | Active-low reset input | Accepts 1.65–3.6 V logic; internal pull-up ensures reliable power-on reset without external circuitry. |
| SWDIO / SWCLK | Serial Wire Debug interface | Enables non-intrusive debugging and programming via standard ARM SWD protocol - no JTAG header required. |
| BOOT0 | Boot mode selection | Pulled low by default; tied high during reset to boot from system memory for DFU or recovery firmware loading. |
Key Features
| Feature | Design Value |
|---|---|
| Hardware CRC calculation unit | Accelerates firmware image validation and data packet integrity checks without CPU overhead. |
| Capacitive sensing controller (TSC) | Supports up to 24 channels for touchkey, linear, or rotary sensors - eliminates need for external touch IC in HMI designs. |
| Programmable voltage detector (PVD) | Monitors VDD in 8 user-selectable thresholds (2.0–3.6 V) - triggers interrupt before brownout, enabling graceful shutdown. |
| HDMI CEC interface | Enables consumer electronics control via standardized CEC bus - used in smart appliance remote coordination. |
| Independent watchdog (IWDG) + window watchdog (WWDG) | Provides dual-layer fail-safe reset: IWDG for simple timeout, WWDG for timing-critical software flow validation. |
Applications
| Industrial HMI Panel | Smart Energy Meter |
|---|---|
Use Scenario: Touch-enabled front panel with LED indicators, relay drivers, and RS-485 communication for factory floor equipment monitoring. IC Role / Device Role / Timing Role: Main controller executing real-time UI rendering, capacitive touch scanning, and UART-based Modbus RTU protocol stack. Use Value: Integrated TSC and 4 USARTs reduce BOM count; 5V-tolerant I/O interfaces directly with 5V display drivers and optocoupled RS-485 transceivers. | Use Scenario: DIN-rail mounted meter measuring voltage, current, and power factor using shunt/CT sensors and communicating via PLC or RF mesh. IC Role / Device Role / Timing Role: System-on-chip managing ADC sampling, energy calculation algorithms, RTC timestamping, and secure firmware updates over DLMS/COSEM. Use Value: Hardware parity SRAM and PVD ensure data integrity during grid voltage sags; VBAT-backed RTC maintains billing timestamps during mains outage. |
| Medical Infusion Pump | Automated Test Equipment (ATE) |
Use Scenario: Battery-powered portable pump with motor control, pressure sensing, and Bluetooth LE connectivity. IC Role / Device Role / Timing Role: Safety-critical controller running motor PWM, ADC-based pressure feedback loop, and BLE HCI interface via UART. Use Value: Dual 12-bit DAC outputs generate precise reference voltages for analog front-end calibration; Stop-mode current <1.3 µA extends battery life between doses. | Use Scenario: Rack-mounted test fixture performing parametric measurements on DUTs using precision analog stimulus and digital pattern generation. IC Role / Device Role / Timing Role: Embedded sequencer coordinating multi-channel DAC stimulus, ADC capture, and GPIB/USB interface translation. Use Value: 12-bit ADC with 16-channel mux and 1.0 µs conversion enables rapid multi-point characterization; SWD debug allows in-system firmware patching without fixture disassembly. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| STM32F072CBU6 | Includes USB 2.0 FS device interface; identical Flash/SRAM/peripherals otherwise. | Required where host-side USB CDC or HID functionality is needed (e.g., PC-connected diagnostic tools). | Select when USB connectivity is mandatory; otherwise, STM32F071CBU6 offers lower cost and same performance for non-USB use cases. |
| STM32F091CCU6 | 128 KB Flash, 32 KB SRAM, adds CAN 2.0B controller and additional USART/SPI. | Suitable for automotive body electronics or industrial fieldbus nodes requiring CAN physical layer integration. | Choose only if CAN interface is essential; higher SRAM supports larger protocol stacks but increases cost and power consumption. |
Compared with STM32F072CBU6, the STM32F071CBU6 omits USB hardware - reducing silicon area and dynamic power, making it optimal for cost-sensitive, non-USB embedded controllers. Against STM32F091CCU6, it trades CAN and extra RAM for lower BOM cost and smaller code footprint in applications without fieldbus requirements.
Availability
STM32F071CBU6 is available at Aetrix Electronics and suitable for industrial HMI panels, smart energy meters, medical infusion pumps, and automated test equipment requiring stable component supply across multi-year production cycles.
Supply support for STM32F071CBU6 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, specializing in microcontrollers, power management, and MEMS sensors - with over 40 years of industrial and automotive qualification expertise.
The STM32F0 series targets cost-sensitive, resource-constrained embedded applications requiring robust real-time performance, low-power operation, and broad peripheral integration - especially in industrial control, appliance, and medical device markets.
FAQ
What is the maximum operating frequency and how is it achieved?
The STM32F071CBU6 achieves a maximum CPU frequency of 48 MHz using its internal 48 MHz HSI48 oscillator with automatic trimming based on external clock synchronization (CRS), or via PLL multiplication of the 8 MHz HSI or external crystal. No external high-frequency crystal is required for full-speed operation, reducing BOM cost and board space.
Does this MCU support hardware encryption or secure boot?
No - the STM32F071CBU6 does not include hardware cryptographic accelerators (AES, SHA, PKA) or secure boot ROM. It relies on software-based security primitives. For secure firmware authentication or encrypted communication, external secure elements or migration to STM32L4/L5/G0 series with TRNG and AES engines is recommended.
What are the thermal limitations of the UFQFPN48 package?
The UFQFPN48 package has a junction-to-ambient thermal resistance (RθJA) of 47 °C/W (typical, 4-layer PCB). Maximum junction temperature is 125 °C. At 48 MHz with all peripherals active and ambient temperature of 85 °C, power dissipation must remain below ~750 mW to avoid thermal throttling - verified via ST's AN4229 thermal guidelines and DS10009 Section 7.7.
Can the 12-bit DAC outputs drive analog loads directly?
Yes - each DAC channel delivers rail-to-rail output (0–VDD) with ±1 LSB INL and supports capacitive loads up to 100 pF. For resistive loads down to 5 kΩ, output remains monotonic; for lower impedances or higher currents, an external op-amp buffer is required per DS10009 Section 6.3.17.
STM32F071CBU6 Specifications
- Product attributes
- Attribute value
- Manufacturer:
- STMicroelectronics
- Package/Case:
- 48-UFQFN Exposed Pad
- Series:
- STM32F0
- Packaging:
- Tray
- Product Status:
- Active
- Programmable:
- Not Verified
- Core Processor:
- ARM® Cortex®-M0
- Core Size:
- 32-Bit Single-Core
- Speed:
- 48MHz
- Connectivity:
- HDMI-CEC, I2C, IrDA, LINbus, SPI, UART/USART
- 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 13x12b; D/A 2x12b
- Oscillator Type:
- Internal
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
STM32F071CBU6 FAQ
1.How can I place an order for STM32F071CBU6 through Aetrix?
Please submit a Request for Quotation (RFQ) for STM32F071CBU6 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 STM32F071CBU6 reliable?
The price and inventory of STM32F071CBU6 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for STM32F071CBU6 is usually 5 days.
3.What payment methods are accepted for STM32F071CBU6?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for STM32F071CBU6 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for STM32F071CBU6?
STM32F071CBU6 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your STM32F071CBU6 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 STM32F071CBU6?
For technical support, including STM32F071CBU6 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your STM32F071CBU6 requirements.
6.How does Aetrix verify that STM32F071CBU6 is sourced from the original manufacturer or authorized distributors?
All STM32F071CBU6 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 STM32F071CBU6 meets industry standards.
7.What is the process for return or replacement of STM32F071CBU6?
All STM32F071CBU6 units undergo pre-shipment inspection (PSI). If there is an issue with STM32F071CBU6, 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 STM32F071CBU6 part is unused and in its original packaging.
Return procedure for STM32F071CBU6:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
STM32F071CBU6 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…

