Skip to content

dergraaf/stm32f3_minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal C/C++ project for the STM32F3Discovery Board

This is (almost) the bare minimum to get a blinking LED on a STM32F3Discovery board.

Works with the ARM GCC toolchain (arm-none-eabi-gcc (Linaro GCC 4.7-2013.01))

Three Step Guide:

cd blink
make build
make program

The Makefile is only used as a grouping mechanism for the different commands. It doesn't contain any dependency logic for the build.

Most headers are copied from CMSIS and STM's libs, startup is from xpcc (and sligthly modified).

Additional Resources:

About

Minimal example for the STM32F3Discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages