TIMERS used as DELAY Function For Beginners on STM32F3
Posted on December 19, 2013 at 13:28Function works for TIM6 basic timer used as delay on STM32F303 , with suitable modifications can work on any STM8,32 variantsvoid TIMER_DELAY(uint16_t value){ RCC->APB1ENR |= RCC_APB1Periph;//value is 0x10 ...