Skip to main content
STMicroelectronics STM32G051C8T6 — Microcontrollers & Processors (MCU / MPU / DSP)

STM32G051C8T6 MCU, ARM Cortex-M0+, 64 MHz, 64 KB Flash

MPNSTM32G051C8T6
Active

STMicroelectronics STM32G0 series, STM32G051C8T6, ARM Cortex-M0+ 32-bit MCU, 64 MHz, 64 KB Flash, 18K x 8 RAM, 1.7 V to 3.6 V supply, 48-LQFP (7x7), -40°C to 85°C.

$3.2700Ref. price · indicative, final on quote
Packaging48-LQFP
RoHSROHS3 Compliant
SeriesSTM32G0
Independent supplier — new & surplus stockAuthenticity-screened · ESD-safe packingListing updated Aug 2026

Specifications

STM32G051C8T6 specifications
ParameterValue
SeriesSTM32G0
MountingSurface Mount
Oscillator typeExternal, Internal
Program memory typeFLASH
Voltage - supply (Vcc (Vdd))1.7V ~ 3.6V
Operating temperature-40°C ~ 85°C (TA)
Speed64MHz
PackageTray
RAM size18K x 8
Core size32-Bit Single-Core
PeripheralsBrown-out Detect/Reset, DMA, I²S, POR, PWM, WDT
ConnectivityI²C, IrDA, LINbus, SPI, SmartCard, UART/USART
Core processorARM® Cortex®-M0+
Case48-LQFP
Data convertersA/D 12b SAR; D/A 2x12b
Program memory size64KB (64K x 8)

Product details

64 MHz Cortex-M0+ — what it buys you

The 64 MHz clock on the Cortex-M0+ core gives enough throughput for real-time loops like 10 kHz PID updates, UART polling at 1 Mbps, or driving a PWM waveform without a dedicated timer interrupt. The core is single-cycle multiply but not hardware divide — keep division-heavy math on the peripheral side or precompute in the compiler. Flash wait-state insertion kicks in above 48 MHz; the STM32G0's prefetch buffer helps but budget a cycle penalty on random-access code at full speed.

Memory and peripheral fit

64 KB Flash and 18 KB SRAM are the entry-level sweet spot for firmware that fits a bootloader, a communication stack (I²C, SPI, UART), and a modest application layer. The 18 KB SRAM leaves room for a couple of 1 KB FIFO buffers plus a 4 KB stack — enough for a Modbus RTU slave or a BLE command bridge. The 12-bit SAR ADC and two 12-bit DAC channels handle basic analog front-end tasks without an external converter.

Temperature grade and operating conditions

The 1.7 V minimum supply lets it run through a battery's end-of-life voltage, and the 3.6 V maximum covers the upper end of a 3.3 V rail with margin. Brown-out detect and POR are integrated, so you can skip the external supervisor in many designs.

Listed as Active by STMicroelectronics with ROHS3 compliance. For dual-sourcing or a higher-performance sibling, the STM32G0 series includes pin-compatible options with up to 128 KB Flash — a straight swap on the same 48-LQFP footprint if firmware fits.

Frequently asked questions

How does the STM32G051C8T6 compare to the STM32L151CBU6A?

The L151 includes USB and capacitive sensing, but the G051 offers higher clock speed and a lower-cost M0+ architecture — they are not pin-compatible; the comparison matters only if you are evaluating architecture and peripheral sets for a new design.