Setting sysyTick Timer to 1ms
Posted on June 04, 2014 at 14:22Hi 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...