Resolved! Timer frequency is way off
My STM32F303RE is running with an 8MHz crystal feeding into HSE:Using TIM4 I want to generate 700 interrupts per second, but I only get 318.As can be seen TIM4 runs at 64MHz and the following configuration should trigger about 318 interrupts:Using th...