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

mcu/stm32: Fix TIM6 timer interrupt number #3154

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Mar 6, 2024

Most supported device have TIM6_DAC_IRQn.
STM32U5xx line has TIM6_IRQn.
So default is changed to TIM6_DAC_IRQn while U5
overrides it to TIM6_IRQn

Most supported device have TIM6_DAC_IRQn.
STM32U5xx and STM32L1xx line has TIM6_IRQn.
So default is changed to TIM6_DAC_IRQn while U5
overrides it to TIM6_IRQn

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer force-pushed the kasjer/stm32-tim6-irqn branch from f595be9 to 6e9516d Compare March 6, 2024 13:44
@kasjer kasjer merged commit 2640b48 into apache:master Mar 6, 2024
17 checks passed
@kasjer kasjer deleted the kasjer/stm32-tim6-irqn branch March 6, 2024 14:07
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.

2 participants