Skip to content

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

Notifications You must be signed in to change notification settings

paulrox/StopWatch-Hand-coded

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages