Content originally posted in LPCWare by Ex-Zero on Sat Oct 08 08:03:00 MST 2011
So what is the problem with this functions?
SysTick_Handler is your interrupt handler, which should increment msTicks every ms (if it's configured somewhere :rolleyes:),
Delay is just waiting until the difference between current and actual ms counter is reached :eek: