ARM Architecture - Exception and Interrupt Model
Given the following code snippet, what will happen when the SysTick timer reaches zero?
SysTick->LOAD = 1000 - 1;
SysTick->VAL = 0;
SysTick->CTRL = 7;
