Skip to main content
AMara
Associate
June 5, 2019
Solved

PWM RESOLUTION OF STM32F030F4P6TR

  • June 5, 2019
  • 4 replies
  • 891 views

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.

This topic has been closed for replies.
Best answer by waclawek.jan

0690X000008iIzhQAE.png

JW

4 replies

waclawek.jan
Super User
June 5, 2019

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

JW

AMara
AMaraAuthor
Associate
June 6, 2019

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.

waclawek.jan
waclawek.janBest answer
Super User
June 6, 2019

0690X000008iIzhQAE.png

JW

AMara
AMaraAuthor
Associate
June 6, 2019

Thank you so much for the help!