Hi,
I'm trying to get a better understanding of how PWM frequency is determined. FWIW we're using an ST32F303VC processor...
So I have a 16-bit timer, that has PWM capabilities, in conjunction with an LPF that will be acting as a DAC. I'm trying to determine what frequency the PWM is running at for the LPF filter.
So in order to get the full 16-bits across the duty, that means that one period has to be divided into 2^16 divisions. If the timer is getting 72MHz clock, does that mean that the frequency of the PWM is 1.1k? (72*10^6/2^16). That seems awfully low...
Is any of this right, or am I way off???