STM32F4 generate interrupt on 0.5 microsecond using timer
Posted on November 18, 2014 at 14:39Hi I am trying to generate timer interrupt on each 0.5microseconds. But as of now I was only able to generate timer interrupt on each 1microsecond. below is my code void TIM2_IRQHandler(void) { if (TIM_GetITStat...