switch from stm32f407 to H753 PWM period halved
Hi,
i had a programm running on the stm32f407 and PWM output via Tim2
The timer is configured with clock 84MHz and PWM Counter Period 5040 which gives me a period time of 60us. The timer is clocked via APB1. this works fine
now i use an h753 with the same settings(at least this is what i think) and my output period is halved with the same counter period of 5040
ok, i could double my counter period and get the result i want but i do not understand what setting i'm missing which halves my period. can anybody give me a hint where to look?
