Skip to content

drivers: pwm: fix an off-by-one error in the CH32V PWM driver #90439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nzmichaelh
Copy link
Collaborator

The period is the reload register plus 1. Adjust. Note that the earlier code handles the cases where the pulse time is zero or equal to the period.

See the stm32 driver for similar code:

if (cfg->countermode == LL_TIM_COUNTERMODE_UP) {

The period is the reload register plus 1. Adjust. Note that the
earlier code handles the cases where the pulse time is zero or equal
to the period.

Signed-off-by: Michael Hope <michaelh@juju.nz>
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant