SparkFun
MicroMod STM32F405 Processor Board
· MPN: DEV-21326
This compact MicroMod processor board adds an STM32F405 to a compatible MicroMod Carrier Board, giving your project an ARM® Cortex®-M4 32-bit RISC core in a ...
Get notified when back in stock
This compact MicroMod processor board adds an STM32F405 to a compatible MicroMod Carrier Board, giving your project an ARM® Cortex®-M4 32-bit RISC core in a small, swappable M.2 module.
The bevelled edge connector keys into the MicroMod M.2 socket and is secured with the screw supplied with MicroMod Carrier Boards. It uses a DFU bootloader for uploading code and brings enhanced I/Os and peripherals out through the MicroMod pinout.
The STM32F405 can operate at up to 168 MHz and includes an FPU, DSP instructions and a memory protection unit. SparkFun has also added a 128Mb (16MB) serial flash memory chip to the underside of the board for extra storage.
MicroMod is a modular ecosystem for pairing a microcontroller processor board with the carrier board that suits your project. Documentation available from SparkFun includes a hookup guide, schematic, Eagle files, board dimensions, STM32F405xx datasheet and hardware repository.
Features:
- ARM® 32-bit Cortex®-M4 CPU with FPU
- Adaptive real-time accelerator (ART Accelerator™) allowing 0-wait state execution from Flash memory
- Frequency up to 168 MHz
- Memory protection unit
- 210 DMIPS/ 1.25 DMIPS/MHz (Dhrystone 2.1)
- DSP instructions
- 1 MB of Flash memory
- 192 Kbytes of SRAM including 64 Kbytes of CCM (core coupled memory) data RAM
- Flexible static memory controller supporting Compact Flash, SRAM, PSRAM, NOR and NAND memories
- Clock, reset and supply management
- 1.8 V to 3.6 V application supply and I/Os
- 32 kHz oscillator for RTC with calibration
- Internal 32 kHz RC with calibration
- Low-power operation
- Sleep, Stop and Standby modes
- Debug mode
- Serial wire debug (SWD) & JTAG interfaces
- Cortex-M4 Embedded Trace Macrocell™
- Advanced connectivity
- USB 2.0 full-speed device/host/OTG controller with on-chip PHY
- USB 2.0 high-speed/full-speed device/host/OTG controller with dedicated DMA, on-chip full-speed PHY and ULPI
- 10/100 Ethernet MAC with dedicated DMA: supports IEEE 1588v2 hardware, MII/RMII
- UART (Updated in V2.0)
- Two I2C Buses
- SPI Bus
- PDM Audio Processing
- Two Dedicated Analog Inputs, 15 total analog input capable inputs
- Two Dedicated Digital I/O Pins
- Two Dedicated PWM Pins, 24 total PWM capable
- Nine General Purpose I/O Pins
- 16MB flash storage
Specifications:
- Processor: STM32F405
- Core: ARM® Cortex®-M4 32-bit RISC core
- Bootloader: DFU bootloader for uploading code
- Maximum frequency: up to 168 MHz
- Performance: 210 DMIPS/ 1.25 DMIPS/MHz (Dhrystone 2.1)
- Flash memory: 1 MB of Flash memory
- SRAM: 192 Kbytes of SRAM including 64 Kbytes of CCM (core coupled memory) data RAM
- Application supply and I/Os: 1.8 V to 3.6 V
- RTC oscillator: 32 kHz oscillator for RTC with calibration
- Internal RC: Internal 32 kHz RC with calibration
- Additional serial flash: 128Mb (16MB) serial flash memory chip
- MicroMod flash storage: 16MB flash storage
- Connector: M.2 MicroMod connector
- UART: UART (Updated in V2.0)
- I2C: Two I2C Buses
- SPI: SPI Bus
- Analog inputs: Two Dedicated Analog Inputs, 15 total analog input capable inputs
- Digital I/O: Two Dedicated Digital I/O Pins
- PWM: Two Dedicated PWM Pins, 24 total PWM capable
- General purpose I/O: Nine General Purpose I/O Pins
A strong choice when you want STM32 performance in a MicroMod project while keeping the processor easy to swap between carrier boards.
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- 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.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- 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.
Find this product in
Microcontrollers
MicroMod STM32 Processor Schematic
Schematic · 127.7 KB · Click any page to view full size
STM32F405RG MCU Datasheet
Datasheet · 5.4 MB · Click any page to view full size
MicroMod Interface Pinout
Pinout · 27.5 KB · Click any page to view full size
MicroMod Interface Pin Descriptions
Pinout · 58.2 KB · Click any page to view full size
MicroMod M.2 Connector Datasheet
Datasheet · 336.1 KB · Click any page to view full size
MicroMod Reflowable Standoff Datasheet
Datasheet · 1.2 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 710.6 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
419f980
over 3 years ago
· 26 commits
- Hardware Centered title, re-enabled layers. over 3 years ago
- Production Update for v20 pushing to reds. almost 4 years ago
- license.md Create license.md over 5 years ago
- README.md Update README.md over 3 years ago
2354dae
almost 2 years ago
· 3.2k commits
- images Adding images for wiki. over 9 years ago
- .gitignore added in standard gitignore stuff about 10 years ago
- LilyPad-Wearables.lbr Updating library descriptions, moving Vout to PowerSymbol library over 9 years ago
- readme.md Adding description of libraries to readme. over 8 years ago
- SparkFun-Aesthetics.lbr Add 5mm inverted Qwiic logo almost 3 years ago
- SparkFun-Batteries.lbr Add 12mm SMD battery with both PWR pads over 3 years ago
- SparkFun-Boards.lbr Added notecard. Added vreg. over 3 years ago
- SparkFun-Buzzard.lbr Add 3V3 and VIN TO labels about 6 years ago
- SparkFun-Capacitors.lbr Add devices from hardware libraries. over 2 years ago
- SparkFun-Clocks.lbr Add devices from hardware libraries. over 2 years ago
- SparkFun-Coils.lbr Add devices from hardware libraries. over 2 years ago
- SparkFun-Connectors.lbr Fix SD connector DET being active high over 2 years ago
- SparkFun-DiscreteSemi.lbr Fixes font on TVS Diode over 2 years ago
- SparkFun-Displays.lbr Update placement of pin1 indicator for Silsmart Alphanumeric display almost 5 years ago
- SparkFun-Electromechanical.lbr Update PQ12--R footprint pad diameters almost 5 years ago