TIM3 as Timebase Source on STM32F302RB
I recently switched an older project to CubeMX 5.1.0 and the F3 firmware package V1.10.0. We used freeRTOS and tim3 as the timebase source as tim1 and tim2 are already in use. The program does not pass the initial timebase configuration any more and the call of HAL_TIM_IRQHandler(&htim3) in the TIM3_IRQHandler(void) has disappeared. When using any other timer the call is generated and it works if I manually add it in the user code section, could it be that this is a bug in the code generation?
