NRF52_MBED_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.

Author
Khoi Hoang
Website
https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
mbed, mbed_nano, nrf52

These nRF52 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
NRF52_MBED_TimerInterrupt-1.4.1.zip 2022-10-26 158.96 KiB
NRF52_MBED_TimerInterrupt-1.4.0.zip 2022-01-22 158.04 KiB
NRF52_MBED_TimerInterrupt-1.3.0.zip 2021-09-10 174.74 KiB
NRF52_MBED_TimerInterrupt-1.2.1.zip 2021-05-04 172.96 KiB
NRF52_MBED_TimerInterrupt-1.2.0.zip 2021-01-11 169.93 KiB
NRF52_MBED_TimerInterrupt-1.1.1.zip 2020-12-06 161.64 KiB
NRF52_MBED_TimerInterrupt-1.0.2.zip 2020-11-24 153.47 KiB
NRF52_MBED_TimerInterrupt-1.0.1.zip 2020-11-23 148.85 KiB