erensas / STM32F4-HAL-FreeRTOS

Implementing FreeRTOS on STM32F429-Discovery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Companion sources for series of blog posts on implementing FreeRTOS on STM32F429-Discovery board with STM HAL

List of topics and links to individual pages is available on the main project page

Part I: Setup (blinky) deals with setting up development environment on Linux, as well as Windows, to get basic blinker task off the ground.

Part II: UART is about the simplest(ish) way of implementing feedback from the devboard via UART in blocking mode.

Part III: SPI in blocking mode connects to the on-board L3GD20 gyroscope and fetches its WHO_AM_I register in blocking mode.

Part IV: IDE (Eclipse) setup briefly shows how to import Makefile project into Eclipse and how to get it to recognize all the symbols used, so that actual errors don't get swamped out by Eclipse bitching about symbols.

Part V: SPI with DMA shows how to set up DMA communications, as well as use of queue to pass a custom data structure from interrupts and code to a separate processing task.

About

Implementing FreeRTOS on STM32F429-Discovery


Languages

Language:C 96.1%Language:Assembly 3.4%Language:C++ 0.5%Language:Makefile 0.0%