Skip to content

mbains/STM32F4Discovery_GCC

Repository files navigation

STM32F4Discovery GCC Template

This project allows you to use open source tools to quickly target an affordable Cortex M4 microcontroller board based on the STM32F407VGT6 from STMicroelectronics. It features a megabyte of flash, 192kb of RAM, an STLINK interface for programming/debugging, a USB interface, accelerometer and various I/O for under $15: [STM32F4 Discovery] (http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419)

Features

The project files will setup:

  • Stack Allocation
  • ISR Vectors
  • System Initialization
  • Libc printf Retargetting via USART

Required Software

Building

cd console_demo; make

Credits

Much of the code here is based on Professor Geoffrey Brown's book [Discovering the STM32 Microcontroller] (http://www.cs.indiana.edu/~geobrown/book.pdf)

About

STM32F4Discovery GCC Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published