What is SysTick_Handler?
What is SysTick_Handler? It is a blinky that tests the system clock speeds. It takes a number of system clock ticks to be used as the period and initialises the system tick timer and its interrupt and leaves it running. Your code must implement a service routine called SysTick_Handler() which is called every time the […]