Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 987 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 987 Bytes

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)