Question
Setting sysyTick Timer to 1ms
Posted on June 04, 2014 at 14:22
Hi All,
May I know how to set Systick Timer to set for 1ms. The code in which I noticed was like thisif (SysTick_Config(SystemCoreClock / 1000)) { /* Capture error */ while (1); }Is it set to 1ms. If so how is that calculated and what is the value to set SysTick for 1s. Thanks