Systick Interrupt: Periodic Tasks
In pervious two guides we took look at how to use systick timer to blink an led without using delay (here) and how to use interrupt to blink multiple led (here). In this guide, we shall use systick timer to handle multiple periodic tasks. Task 1...
READ MORE