Timer2 maximum clock frequency on nucleo f401
Hi,
just to say, I found what the problem was.
Actually I had another timer commanding the timer2, so the combination of master/slave determined half the frequency expected for the PWM.
So, using only timer 2 I measured the expected times for PWM, using a prescaler that normalizes in us.
Regards.