GitHub / khoih-prog / STM32_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 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's 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're 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khoih-prog%2FSTM32_TimerInterrupt
Stars: 27
Forks: 6
Open issues: 0
License: mit
Language: C++
Size: 270 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: about 2 years ago
Pushed at: over 2 years ago
Last synced at: about 2 years ago
Topics: accuracy, control, device, hardware-timers, interrupt, isr, mission-critical, non-blocking, nucleo-144, nucleo-f767zi, precise, stm32, stm32f1, stm32f3, stm32f4, stm32f7, stm32h7, stm32l5, timer, timing