Skip to content

STM32F030F4 Demo Board

Support for the STM32F030F4 Demo Board

Overview

The STM32F030F4 Demo Board is a very cheap breakout board for the STM32F030F4 MCU.

Hardware

STM32F030F4 Demo Board

MCU

MCUSTM32F030R4
FamilyARM Cortex-M0
VendorST Microelectronics
RAM4Kb
Flash16Kb
Frequencyup to 48MHz
FPUno
Timers8 (2x watchdog, 1 SysTick, 5x 16-bit)
ADCs1x 12-bit
UARTs6
SPIs1
I2Cs1
RTC1
Vcc2.0V - 3.6V
DatasheetDatasheet
Reference ManualReference Manual
Programming ManualProgramming Manual

Flashing the device

The STM32F030F4 Demo Board board does not include a programmer. You have to connect a separate ST-Link programmer to the (SW)DIO, (SW)CLK, GND and NRST pins on the board.

If you want a serial terminal, you have to connect a separate USB-Serial adapter to the RX and TX pins on the board.

The easiest way to program the board is to use OpenOCD. Once you have installed OpenOCD (look here for installation instructions), you can flash the board simply by typing

make BOARD=stm32f030f4-demo flash

and debug via GDB by simply typing

make BOARD=stm32f030f4-demo debug