Skip to content

emre108/Software-Timer-Framework-STM32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Software-Timer-Framework-STM32

Construction timer framework with using Systick timer of STM32 family. It can be used for projects that need lots of timing. If the project needs several peripheral-timers for timing tasks, this frame can be much more useful. In default, the systick timer generates an interrupt every 1ms. Thanks to this feature, fixed-size timers can be created. # of available timers can be configured by giving values to TIMER_COUNT in timerFrame.h file.

About

header (.h) and source (.c) file of the framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages