Skip to content
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

STM32: fix HRTIM pwm init and corner case #31

Merged
merged 3 commits into from
Sep 29, 2023

Conversation

leonardocavagnis
Copy link
Member

Summary of changes

Fixing HRTIM (High Resolution Timer) PWM initialization procedure that causes erroneous initialization of the duty cycle of the HRTIM channels in STM32 microcontrollers.

Impact of changes

Migration actions required

Documentation

None


Pull request type

[X] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[X] Tests / results supplied as part of this PR

Reviewers


@facchinm facchinm merged commit 3636262 into arduino:extrapatches-6.17.0 Sep 29, 2023
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analog output malfunction on AO2
2 participants