cancel
Showing results for 
Search instead for 
Did you mean: 

PWM RESOLUTION OF STM32F030F4P6TR

AMara
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
4 REPLIES 4

PWM is generated by timers, and in 'F030, the timers are 16-bit, so the resolution is 1:65536.

JW

AMara
Associate II

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.

0690X000008iIzhQAE.png

JW

AMara
Associate II

Thank you so much for the help!