Nucleo-H743zi2 + freeRTOS, TIM4 PWM doesn't work!
I'm using nucleo-h743zi2 with freeRTOS for drone flight controller project
before using h743, I tested my code on f429zi everything works fine
But after migrate to h743, All PWM channels on TIM4 does't work,
Prescaler and counter period is correct for 500Hz operation(prescaler:12-1 , counter: 40000-1, APB timer clock 240mhz)
With another timer (1, 3, 12) on same setting ,PWM works fine
Is there any special consideration for H743-TIM4 ??
Here's my git
