Skip to content

A simple project consisting of two tasks running with FreeRTOS scheduler.

Notifications You must be signed in to change notification settings

abtom87/STM32F4_FreeRTOS_Demo

Repository files navigation

STM32F4_FreeRTOS_Demo

In this project, there are two tasks running scheduled by FreeRTOS scheduler, Task 1 prints something via serial port, Task 2 toggles the LEDs on the EVAL board. Task 1 occurs every 1000ms, and Task2 every 2000ms.

The code has been tested successfully on an STM32F4 Discovery board.The Hardware used is STM32F411E-DISCO Eval board. The controller on board is STM32F411VETx. The compiler used is arm-gcc, the IDE used is SW4STM32 from OpenSTM32. The code has been compiled and flashed from Linux (ubuntu 16.04) machine.

About

A simple project consisting of two tasks running with FreeRTOS scheduler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages