1MHz timer in one pulse mode - no interrupt in case of small auto-reload value
Posted on May 07, 2014 at 23:04I am trying to build a scheduler on top of a 1MHz tim5 32 bit timer operating in one pulse mode:void initMicrosecondTimer(void) { RCC ->APB1ENR |= RCC_APB1ENR_TIM5EN; // Enable TIM5 clock nvicEnableVector(HW_...