stm32f4discovery-freertos-makefile icon indicating copy to clipboard operation
stm32f4discovery-freertos-makefile copied to clipboard

Simple template project to build a firmware for the STM32F4 Discovery board with FreeRTOS and libopencm3

STM32F4 Discovery FreeRTOS Makfile

This is a simple template project to build a firmware for the STM32F4 Discovery board with FreeRTOS and libopencm3

The main file is provided as an example that implements a simple blink program.

All the dependencies (FreeRTOS and libopencm3) are provided as submodules.

Requirements

GNU ARM GCC (https://launchpad.net/gcc-arm-embedded)

ST-Link open source utility (https://github.com/stlink-org/stlink)

Usage

build project

$ make

clean project

$ make clean

download to mcu by stlink

$ make flash