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

STM32G031J6M6U MCU, 32-bit Cortex-M0+, 64 MHz, 32 KB Flash

MPNSTM32G031J6M6U
Active

STMicroelectronics STM32G0 series, STM32G031J6M6U, 32-bit ARM Cortex-M0+ MCU, 64 MHz, 32 KB Flash, 8K x 8 RAM, 6 I/O, 1.7V to 3.6V, -40 to 85°C, 8-SOIC package.

$1.9100Ref. price · indicative, final on quote
Independent supplier — new & surplus stockAuthenticity-screened · ESD-safe packingListing updated Jul 2026

Specifications

STM32G031J6M6U 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 size8K 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
Number of i (O)6
Core processorARM® Cortex®-M0+
Case8-SOIC (0.154\", 3.90mm Width)
Data convertersA/D 8x12b SAR
Program memory size32KB (32K x 8)

Product details

What this 8-pin MCU brings to a space-constrained BOM

Its six I/O lines and 8-SOIC footprint target single-function controllers where board area is the primary constraint — think sensor hubs, relay drivers, or simple motor commutation loops that don't need the pin count of a larger TQFP.

64 MHz on a Cortex-M0+ — enough for a single-loop controller

At 64 MHz the Cortex-M0+ delivers about 0.95 DMIPS/MHz, so you get roughly 60 DMIPS of integer throughput. That is enough for a single PID loop running at 10–20 kHz, a UART/SPI bridge, or a timed PWM waveform. The flash needs zero wait states up to 32 MHz; beyond that the prefetch buffer and ART accelerator keep single-cycle execution on linear code, so the headline 64 MHz is real for straight-line routines.

32 KB of program Flash and 8 KB of SRAM set a hard ceiling on firmware complexity. A bootloader, a main control loop, and a communication stack (I²C or UART) typically fit in 16–20 KB, leaving room for calibration tables or lookup curves. The 8 KB RAM handles a couple of moderate-sized buffers — for example a 1 KB UART FIFO and a 2 KB ADC sample ring — before running tight.

6 I/O in an 8-SOIC — counting the pins

The 8-SOIC package yields six usable GPIO pins after power and ground. That is enough for one serial interface (I²C or UART) plus two or three digital inputs or PWM outputs. If you need two serial ports or more than four general-purpose I/O, the same MCU core in a 16-pin or 20-pin package is the natural step-up. The 8-pin variant is the right choice when the entire system fits on a 10 mm × 10 mm board.

Peripherals on tap: ADC, timers, and serial interfaces

There is no USB or CAN controller on this die — the G031 series omits those blocks, so if you need USB connectivity you are looking at the STM32G071 or a different family. The ADC is real: eight external channels, 12-bit resolution, sampling rate around 1 MSps depending on clock configuration.

Industrial temperature range and active lifecycle

For dual-source resilience, the STM32G031K6 (20-pin TSSOP) is software-compatible but not pin-compatible; the 8-pin package has no pin-for-pin second source outside the STM32G0 family.

Frequently asked questions

Does STM32G031J6M6U have an ADC?

Yes, it integrates a 12-bit SAR ADC with eight multiplexed channels. The ADC is a standard peripheral on this MCU and is available on the 6 I/O pins.

Does STM32G031J6M6U have USB connectivity?

No. The STM32G031 series does not include a USB controller.

What is the difference between STM32G031J6M6U and STM32G031K6?

The STM32G031K6 is a 20-pin TSSOP variant with 19 I/O, compared to the 8-pin SOIC with 6 I/O on the J6M6U. Both share the same Cortex-M0+ core at 64 MHz and the same 32 KB Flash / 8 KB RAM. The K6 adds more GPIO and a second serial interface, but the die and firmware are compatible — code written for one can be recompiled for the other with pin-mapping changes.