STM32_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board

Author
Khoi Hoang
Website
https://github.com/khoih-prog/STM32_TimerInterrupt
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
stm32

These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Downloads

Filename Release Date File Size
STM32_TimerInterrupt-1.3.0.zip 2022-01-20 270.32 KiB
STM32_TimerInterrupt-1.2.1.zip 2021-08-20 251.38 KiB
STM32_TimerInterrupt-1.2.0.zip 2021-01-10 217.25 KiB
STM32_TimerInterrupt-1.1.1.zip 2020-12-07 209.43 KiB
STM32_TimerInterrupt-1.0.1.zip 2020-11-06 200.31 KiB
STM32_TimerInterrupt-1.0.0.zip 2020-10-31 194.70 KiB