Hi,
with embOS on stm32f103
when I create a timer with a period of 1ms
ex:
Display All
what is the possible period between StartTimer() and TimerCallback().
Does it depend on the delay between OS Tick and call to StartTimer?
Currently I am experiencing random periods between 0 and 1ms.
with embOS on stm32f103
when I create a timer with a period of 1ms
ex:
C Source Code
what is the possible period between StartTimer() and TimerCallback().
Does it depend on the delay between OS Tick and call to StartTimer?
Currently I am experiencing random periods between 0 and 1ms.