Skip to content

Instantly share code, notes, and snippets.

View jefftenney's full-sized avatar

Jeff Tenney jefftenney

  • Gilbert, Arizona
View GitHub Profile
@jefftenney
jefftenney / lptimTick.c
Last active May 21, 2023 17:02
No-Drift FreeRTOS tick/tickless for STM32 via LPTIM
// lptimTick.c -- Jeff Tenney
//
// STM32 No-Drift FreeRTOS Tick/Tickless via LPTIM
//
// Example integration and validation: https://github.com/jefftenney/LPTIM-Tick
//
// Revision: 2021.11.23
// Tabs: None
// Columns: 110
// Compiler: gcc (GNU) / armcc (Arm-Keil) / iccarm (IAR)