STM32_TimerInterrupt

STM32_TimerInterrupt

khoih-prog

This library enables you to use Interrupt from Hardware Timers on an STM32-based board. 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'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.

11 Stars
3 Forks
11 Watchers
C++ Language
mit License
Cost to Build
$20.4K
Market Value
$18.4K

Growth over time

1 data points  ·  2021-07-30 → 2021-07-30
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about STM32_TimerInterrupt

Question copied to clipboard

What is the khoih-prog/STM32_TimerInterrupt GitHub project? Description: "This library enables you to use Interrupt from Hardware Timers on an STM32-based board. 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'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.". Written in C++. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone STM32_TimerInterrupt

Clone via HTTPS

git clone https://github.com/khoih-prog/STM32_TimerInterrupt.git

Clone via SSH

[email protected]:khoih-prog/STM32_TimerInterrupt.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the STM32_TimerInterrupt issue tracker:

Open GitHub Issues