2019-06-05 02:15 AM
Hello, I am new to the embedded community and was facing a problem figuring out the pwm resolution of the STM32F030F4P6TR microcontroller. I went throught the datasheet and the user manual but did not find any solution to my problem.
Thanks,
Apurv.
Solved! Go to Solution.
2019-06-06 02:36 AM
2019-06-05 03:18 AM
PWM is generated by timers, and in 'F030, the timers are 16-bit, so the resolution is 1:65536.
JW
2019-06-06 02:29 AM
Actually I wanted it in terms of time period. Like many dsp processors mention directly or at least the formula in their datasheet which results in terms of nano,even pico seconds. I wanted to know the resolution in those terms.
Thank you.
2019-06-06 02:36 AM
JW
2019-06-06 02:40 AM
Thank you so much for the help!