This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // The original github gist for lptimTick.c is no longer maintained. It grew into a | |
| // full-fledged repository, https://github.com/jefftenney/LPTIM-Tick/, which integrates | |
| // lptimTick.c into a project for the STM32L476. | |
| // | |
| // Another repo, https://github.com/jefftenney/LPTIM-Tick-U5/, integrates a newer | |
| // version of lptimTick.c into a project for STM32U585. The newer version of | |
| // lptimTick.c supports the newest revision of the LPTIM timer silicon. | |
| // | |
| // Thus there are two actively maintained versions of lptimTick.c, and you must choose | |
| // the correct one for your LPTIM silicon: |