3 Forks
11 Stars
11 Watchers

STM32_TimerInterrupt

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.

How to download and setup STM32_TimerInterrupt

Open terminal and run command
git clone https://github.com/khoih-prog/STM32_TimerInterrupt.git
git clone is used to create a copy or clone of STM32_TimerInterrupt repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with STM32_TimerInterrupt https://github.com/khoih-prog/STM32_TimerInterrupt/archive/master.zip

Or simply clone STM32_TimerInterrupt with SSH
[email protected]:khoih-prog/STM32_TimerInterrupt.git

If you have some problems with STM32_TimerInterrupt

You may open issue on STM32_TimerInterrupt support forum (system) here: https://github.com/khoih-prog/STM32_TimerInterrupt/issues