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

HardwareTimer: start timer in case only CC interrupts are used #1549

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

ABOSTM
Copy link
Contributor

@ABOSTM ABOSTM commented Nov 18, 2021

Summary
HardwareTimer: start timer in case only CC interrupts are used

Start timer in case only CaptureCompare interrupts are used,
without update interrupt (and without pin used).
fixes #1544

Start timer in case only CaptureCompare interrupts are used,
without update interrupt (and without pin used).
fixes stm32duino#1544

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fpistm fpistm added the Fix label Nov 18, 2021
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Nov 18, 2021
@fpistm fpistm added this to the 2.2.0 milestone Nov 18, 2021
@fpistm fpistm merged commit 8a7fc16 into stm32duino:main Nov 23, 2021
STM32 core based on ST HAL automation moved this from In progress to Done Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

Timer not enabled when using only CC Interrupts
2 participants