paulrox / StopWatch-Hand-coded

This is a simple stopwatch application for the STM32F4-Discovery board in which the code of the FSM have been hand coded.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32F4 Stopwatch (hand coded FSM)

Stopwatch application for the STM32F4-Discovery board under Erika OS (Real-Time Operating System). The stopwatch core functionalities have been modelled using a FSM which has been implemented in code using a nested switch pattern. The application has been displayed on the touchpad extension for the Discovery board.

Getting Started

In order to compile the application, you need:

I suggest to download the IDE version and simply import this project in the IDE and compile it from there.

The obtained .elf file can be used to flash the board.

Running the application

The application will automatically start after flashing the binary obtained at the previous step.

Author

About

This is a simple stopwatch application for the STM32F4-Discovery board in which the code of the FSM have been hand coded.


Languages

Language:C 100.0%Language:C++ 0.0%