Content originally posted in LPCWare by ToBeFrank on Fri Oct 21 15:43:46 MST 2011
Quote: black_ghost
Hi everyone i am trying to use the systick timer as a delay functiion. i looked at the examples from the library and found the systick timer counting every 1ms. but i also want to use systick to count every 1us.
If you want a delay with microsecond resolution, use a timer, not the systick.