Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

STMicroelectronics STM32F051C6T6TR

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

Inventory:1,327

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

STM32F051C6T6TR from STMicroelectronics is an ARM® Cortex®-M0 32-bit microcontroller with 32 KB Flash, 8 KB SRAM, 48 MHz max CPU frequency, integrated 12-bit ADC and DAC, and dual USART/I²C/SPI interfaces - deployed in industrial sensor nodes, smart metering front-ends, and low-power HMI control panels.

For engineers reviewing the STM32F051C6T6TR datasheet, STM32F051C6T6TR pinout, STM32F051C6T6TR application, or STM32F051C6T6TR equivalent, key selection criteria include Flash/SRAM size, 5 V-tolerant I/O count (up to 36), RTC+backup register support, and SWD debug compatibility for firmware validation in resource-constrained embedded designs.

Technical Context

The STM32F051C6T6TR implements a single-cycle ARM Cortex-M0 core with Harvard bus architecture, supporting Thumb-2 instruction set and NVIC with 32 interrupt lines. It integrates a programmable voltage detector (PVD), hardware CRC unit, and independent/system watchdog timers for deterministic real-time operation.

Clock management includes dual oscillators: 4–32 MHz external crystal (HSE) and 32 kHz LSE for RTC calibration, plus internal 8 MHz RC (HSI) with x6 PLL for precise 48 MHz system clock generation - all configurable via RCC registers without external components.

Key Specifications

ParameterValue and Actual Design Meaning
CPU CoreARM Cortex-M0, 48 MHz max - enables deterministic real-time task scheduling in sub-100 µs latency-critical loops.
Flash Memory32 KB - sufficient for bootloader + application firmware with OTA update partitioning in field-deployed devices.
SRAM8 KB with hardware parity - supports robust stack/heap allocation and error-detecting data buffers for safety-aware firmware.
Analog Peripherals1×12-bit ADC (16 ch, 1 µs), 1×12-bit DAC, 2× comparators - enables closed-loop analog sensing and actuator control without external signal chain ICs.
I/O Capability36 pins 5 V tolerant - allows direct interfacing with legacy 5 V logic, industrial sensors, and RS-232 transceivers without level shifters.
Low-Power ModesSleep/Stop/Standby with RTC wakeup - achieves <1 µA standby current for battery-powered applications with periodic sensor polling.
Debug InterfaceSerial Wire Debug (SWD) - provides non-intrusive real-time tracing, breakpoint insertion, and memory inspection during development and field diagnostics.

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/TerminalCircuit RoleDesign Meaning
VDD, VSSDigital power supply and groundSeparate 2.0–3.6 V digital rail; decoupling required per STM32 layout guidelines to suppress switching noise on core logic.
VDDA, VSSAAnalog power and groundIsolated 2.4–3.6 V analog domain; mandatory separation from digital ground prevents ADC/DAC quantization errors.
PA0–PA15, PB0–PB15, PC13–PC15General-purpose I/OConfigurable as GPIO, alternate function (USART/I²C/SPI), or event input; up to 36 pins support 5 V tolerance for mixed-voltage system integration.
NRSTActive-low reset inputAsynchronous reset with internal pull-up; accepts external push-button or supervisor IC assertion to guarantee known startup state.
SWDIO / SWCLKDebug interface signalsTwo-pin SWD port enabling full JTAG-equivalent debug access using standard ST-LINK probes - no dedicated JTAG header needed.

Key Features

FeatureDesign Value
Hardware CRC unitAccelerates firmware integrity checks and communication frame validation without CPU overhead - critical for secure boot and CAN/LIN message verification.
Capacitive touch sensing (18 ch)Enables touchkey, linear, and rotary controls using only GPIOs and TSC peripheral - eliminates external touch controller ICs in HMI designs.
Advanced-control timer (TIM1)6-channel PWM with deadtime insertion and emergency stop - supports brushless DC motor gate driving with hardware fault protection.
HDMI CEC interfaceSingle-wire consumer electronics control channel compliant with IEC 62379-1 - enables remote control interoperability in smart home appliances.
VBAT supply supportDedicated battery input for RTC and backup registers - maintains timekeeping and configuration retention during main power loss in energy-metering applications.

Applications

Industrial Sensor NodeSmart Energy Meter Front-End

Use Scenario: Remote temperature/humidity monitoring node with LoRaWAN uplink and local LED status feedback.

IC Role / Device Role / Timing Role: Main controller executing sensor acquisition, data preprocessing, and radio stack timing synchronization.

Use Value: Integrated 12-bit ADC and low-power Stop mode enable <2 µA sleep current while maintaining accurate 1-second RTC wake intervals for scheduled readings.

Use Scenario: Electricity meter with pulse counting, tamper detection, and LCD display driver.

IC Role / Device Role / Timing Role: System-on-chip managing metrology interface, anti-tamper GPIO monitoring, and segment LCD refresh timing.

Use Value: 5 V-tolerant I/Os directly interface with opto-isolated pulse inputs and mechanical tamper switches; VBAT-backed RTC logs event timestamps during mains failure.

Low-Power HMI Control PanelBrushless DC Motor Starter

Use Scenario: Touch-enabled HVAC control panel with backlight dimming and fan speed adjustment.

IC Role / Device Role / Timing Role: Capacitive touch controller and UI processor handling touch decoding, button debouncing, and PWM backlight regulation.

Use Value: On-chip TSC supports up to 18 electrodes with automatic drift compensation - eliminates external touch IC and reduces BOM cost by $0.35/unit.

Use Scenario: 3-phase BLDC starter for small pumps and fans with overcurrent shutdown and soft-start ramping.

IC Role / Device Role / Timing Role: Gate driver controller generating complementary PWM with programmable deadtime and emergency stop trigger.

Use Value: TIM1's hardware deadtime generator and break input prevent shoot-through in IGBT/MOSFET half-bridges - eliminates need for external gate driver ICs with integrated protection.

Equivalent & Alternatives

The following parts are listed as comparable options for similar microcontroller applications.

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
STM32F030F4P616 KB Flash, no DAC, no capacitive touch, 20-pin TSSOP packageLimited analog capability and I/O count; suitable only for basic GPIO/UART control tasksSelect when cost sensitivity outweighs need for DAC, touch, or extended peripherals.
STM32F070F6P632 KB Flash, no VBAT/RTC backup registers, no advanced timer (TIM1), 20-pin TSSOPLacks RTC alarm, emergency stop, and deadtime generation - unsuitable for motor control or time-stamped loggingChoose only for simple USB-enabled control where integrated USB PHY replaces UART-to-USB bridge ICs.

Compared with STM32F030F4P6 and STM32F070F6P6, the STM32F051C6T6TR delivers full analog integration (ADC+DAC+comparators), hardware-based motor control features (TIM1 deadtime/emergency stop), and RTC+VBAT retention - making it the only option among the three qualified for time-critical, mixed-signal, and safety-monitored embedded systems.

Availability

STM32F051C6T6TR is available at Aetrix Electronics and suitable for industrial sensor nodes, smart energy meter front-ends, and low-power HMI control panels requiring stable component supply across multi-year production cycles.

Supply support for STM32F051C6T6TR 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, specializing in microcontrollers, power management, and automotive-grade ICs with ISO 9001-certified manufacturing.

The STM32F0 series targets cost-sensitive, ultra-low-power embedded applications demanding high peripheral integration and industrial temperature reliability - optimized for sensor fusion, motor control, and human-machine interface subsystems.

FAQ

What is the maximum operating frequency and supported voltage range?

The STM32F051C6T6TR operates at up to 48 MHz using its internal PLL and supports a digital supply voltage range of 2.0 V to 3.6 V. The analog supply (VDDA) must be between 2.4 V and 3.6 V, and the device guarantees full functionality across the industrial temperature range (–40 °C to +85 °C) under these conditions.

Does this MCU support hardware encryption or secure boot features?

No, the STM32F051C6T6TR does not include hardware cryptographic accelerators or secure boot circuitry. It lacks AES, RSA, or hash engines, and has no ROM-based bootloader with signature verification. Security relies on software-implemented algorithms and external secure elements if required.

Can the internal 8 MHz RC oscillator be used as the system clock without external crystals?

Yes - the internal 8 MHz HSI oscillator can serve as the system clock source directly or feed the PLL to generate 48 MHz. However, its ±1% factory calibration limits timing precision for UART baud rates or USB (not supported on F051), so external crystals are recommended for communication-critical applications.

How many I/O pins support 5 V tolerance, and which packages include them?

Up to 36 I/O pins are 5 V tolerant on the STM32F051C6T6TR, regardless of package. This includes all GPIOs on ports A, B, and C except PC13–PC15 (RTC-related). The LQFP48 package used by this variant fully exposes these 5 V-tolerant pins, enabling direct connection to 5 V sensors, displays, and logic without level-shifting circuitry.

STM32F051C6T6TR Specifications

Product attributes
Attribute value
Manufacturer:
STMicroelectronics
Package/Case:
48-LQFP
Series:
STM32F0
Packaging:
Tape & Reel (TR)
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:
39
Program Memory Size:
32KB (32K x 8)
Program Memory Type:
FLASH
EEPROM Size:
-
RAM Size:
8K x 8
Voltage - Supply (Vcc/Vdd):
2V ~ 3.6V
Data Converters:
A/D 13x12b; D/A 1x12b
Oscillator Type:
Internal
Operating Temperature:
-40°C ~ 85°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:

STM32F051C6T6TR FAQ

1.How can I place an order for STM32F051C6T6TR through Aetrix?

Please submit a Request for Quotation (RFQ) for STM32F051C6T6TR 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 STM32F051C6T6TR reliable?

The price and inventory of STM32F051C6T6TR are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for STM32F051C6T6TR is usually 5 days.

3.What payment methods are accepted for STM32F051C6T6TR?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for STM32F051C6T6TR transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for STM32F051C6T6TR?

STM32F051C6T6TR orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your STM32F051C6T6TR 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 STM32F051C6T6TR?

For technical support, including STM32F051C6T6TR datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your STM32F051C6T6TR requirements.

6.How does Aetrix verify that STM32F051C6T6TR is sourced from the original manufacturer or authorized distributors?

All STM32F051C6T6TR 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 STM32F051C6T6TR meets industry standards.

7.What is the process for return or replacement of STM32F051C6T6TR?

All STM32F051C6T6TR units undergo pre-shipment inspection (PSI). If there is an issue with STM32F051C6T6TR, 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 STM32F051C6T6TR part is unused and in its original packaging.

Return procedure for STM32F051C6T6TR:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

STM32F051C6T6TR Tags

  • STM32F051C6T6TR
  • STM32F051C6T6TR PDF
  • STM32F051C6T6TR Datasheet
  • STM32F051C6T6TR Specifications
  • STM32F051C6T6TR Images
  • STMicroelectronics
  • STMicroelectronics STM32F051C6T6TR
  • Buy STM32F051C6T6TR
  • STM32F051C6T6TR Price
  • STM32F051C6T6TR Distributor
  • STM32F051C6T6TR Supplier
  • STM32F051C6T6TR Wholesale
Related Products
ATTINY4-TSHR
ATTINY4-TSHR

Microchip Technology

ATTINY10-TSHR
ATTINY10-TSHR

Microchip Technology

ATTINY10-TS8R
ATTINY10-TS8R

Microchip Technology

ATTINY202-SSNR
ATTINY202-SSNR

Microchip Technology

ATTINY202-SSFR
ATTINY202-SSFR

Microchip Technology

ATTINY402-SSNR
ATTINY402-SSNR

Microchip Technology

PIC16F15213T-I/MF
PIC16F15213T-I/MF

Microchip Technology

PIC16F15213-E/MF
PIC16F15213-E/MF

Microchip Technology

PIC10F200T-I/OT
PIC10F200T-I/OT

Microchip Technology

ATTINY412-SSNR
ATTINY412-SSNR

Microchip Technology

PIC10F202T-I/OT
PIC10F202T-I/OT

Microchip Technology

ATTINY404-SSNR
ATTINY404-SSNR

Microchip Technology

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER