You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Time] Fix ticks per ms value used to compute micros
The timer interrupt or COUNTFLAG bit (in the SysTick Control
and Status register) is activated on the transition from 1 to 0,
therefore it activates every n+1 clock ticks.
So, ticks per ms is SysTick->LOAD +1.
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments