HomeTools HubSTM32F1 PWM Calculator

STM32F1 PWM Calculator

Quickly compute the PSC, ARR, and CCR values for STM32F1 timers and generate accurate PWM signals without trial and error. Just select your timer, enter the APB clock, desired PWM frequency, and duty cycle — the calculator instantly provides optimized values along with a ready-to-use configuration for STM32CubeIDE or CubeMX.

This tool is tailored specifically for the STM32F1 series, so keep in mind that timer availability, bus assignments, and clock limits can vary across other STM32 families.

Configuration
Register values
PSC
ARR
CCR / Pulse
Timer clock
Actual freq
Freq error
DC resolution
Timer details
Formulas
Timer clk = APB × multiplier
PSC = ⌊Tclk / (F × (ARR+1))⌋ − 1
Maximise ARR → best resolution
CCR = round(ARR × Duty / 100)
F_actual = Tclk / ((PSC+1)×(ARR+1))
STM32CubeIDE / HAL snippet

Explore More Tools

Return to the Tools Hub to access all STM32, ESP32, LCD, and other embedded development utilities.

Go to Tools Hub

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

×

Don’t Miss Future STM32 Tutorials

Join thousands of developers getting free guides, code examples, and updates.