AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

$36.55 |
Only 1 left
No reviews yet

The SparkFun MicroMod STM32 Processor Board brings the power of the STM32F405 ARM Cortex-M4 microcontroller to the MicroMod ecosystem. Operating at up to 168...

Stock availability

Ready to ship from Sydney
1 in stock
Genuine AU stock · Ships from Sydney AU warranty GST tax invoice
Estimated Delivery
Arrives
Order now — ships Thu 6 Aug
Disclaimer
View Markdown
Secure checkout

The SparkFun MicroMod STM32 Processor Board brings the power of the STM32F405 ARM Cortex-M4 microcontroller to the MicroMod ecosystem. Operating at up to 168 MHz with a hardware floating point unit (FPU) and full DSP instruction set, this processor board delivers serious performance in a compact M.2 form factor.

The STM32F405 features 1MB of flash memory, 192KB of SRAM (including 64KB of core-coupled memory), and the board adds an additional 128Mb (16MB) of serial flash. Code is uploaded via the DFU bootloader. Simply align the keyed M.2 connector with any MicroMod Carrier Board and secure with the included screw.

Key Features

  • ARM Cortex-M4 Core – 32-bit RISC with FPU, DSP instructions, and memory protection unit
  • Up to 168 MHz – 210 DMIPS / 1.25 DMIPS/MHz (Dhrystone 2.1)
  • 1MB Flash + 192KB SRAM – Plus 16MB additional serial flash onboard
  • DFU Bootloader – Upload code via USB without a separate programmer
  • M.2 MicroMod Connector – Swap processors on any MicroMod Carrier Board
  • Low Power Modes – Sleep, Stop, and Standby for battery-powered applications
  • 1.8–3.6V I/O – Flexible voltage range

MicroMod Peripherals

  • UART – Serial communication
  • I2C Buses – Sensor and peripheral connectivity
  • SPI Bus – High-speed peripheral interface
  • PDM Audio – Digital audio processing support
  • Analogue Inputs – 2 dedicated + 15 total analogue-capable pins
  • Digital I/O – 2 dedicated + 9 general-purpose GPIO pins
  • PWM – 2 dedicated + 24 total PWM-capable pins
  • USB 2.0 – Full-speed and high-speed with OTG support

Ideal For

  • High-performance MicroMod projects requiring FPU and DSP
  • Audio processing and real-time signal analysis
  • IoT devices needing a powerful yet economical processor
  • Rapid prototyping with swappable MicroMod carrier boards

Specifications

  • Processor – STM32F405RG (ARM Cortex-M4)
  • Clock Speed – Up to 168 MHz
  • Flash Memory – 1MB (internal) + 16MB (serial flash)
  • SRAM – 192KB (including 64KB CCM)
  • Supply Voltage – 1.8–3.6V
  • Connector – M.2 MicroMod
  • DebugSWD and JTAG

Package Contents

  • 1× SparkFun MicroMod STM32 Processor Board

Resources

Processor Board

MicroMod Ecosystem

Jargon buster

Plain-language definitions for the technical terms used above.

ARM Cortex-M4
The ARM Cortex-M4 is a 32-bit processor core widely used inside microcontrollers, often with hardware support for signal-processing and control tasks. It provides enough processing power to run embedded programs that handle sensors, wireless communication, audio and similar workloads.
Bootloader
Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
DFU
Device Firmware Update is a mode that lets you load new firmware onto a board over USB. It matters when recovering a board or installing firmware without using a separate programmer.
DSP
Digital signal processing means using software or hardware to analyse or modify signals such as audio, vibration, or sensor readings. A board suited to DSP is useful when a project needs fast maths for filtering, synthesis, or real-time signal analysis.
Flash memory
Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
FPU
A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
GPIO
General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
IoT
Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
JTAG
JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
M.2
M.2 is a compact edge-connector standard for plugging small modules - such as SSDs, wireless cards or microcontroller modules - into a host board without soldering. The same slot shape can carry different interfaces (for example PCIe, SATA or USB), so keying and the supported module type need to be checked.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
MicroMod
MicroMod is a modular board system where a small processor board plugs into a separate carrier board (via an M.2 connector) that provides connectors, power, and peripherals. Within the MicroMod system, a board is either a processor board or a carrier board, and you need a matching pair of both before you can run project code.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
SRAM
Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
STM32
STM32 is a family of microcontroller chips commonly used in embedded electronics. Knowing a product uses an STM32 can help when looking at firmware updates, pin connections, or low-level serial control options.
SWD
Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
USB 2.0
USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.