User Activity

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...
Posted on June 03, 2014 at 17:04Hi All, I am using STM32 F0 Discovery board with Raisonance IDE, I am with LED blink using TIM. I want to blink for every 1s but I dont know how to set the timer, Please tell me how the calculation is done for 1s and ...