Resolved! STM32F0 TIM17 prescale settings has no effect on update interrupt
Posted on February 21, 2018 at 10:02I generated my code from STM32CubeMx and wanted to generate a update event every 1µs. I work with the internal clock at 48MHz, which should be with Prescaler:0 and Autoreload:47 result to 1µs.I use a STM32F030 w...