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

adc_stm32: Fix shared ADC IRQs for STM32H7xx #11

Open
wants to merge 1 commit into
base: carbon/master-v2
Choose a base branch
from

Conversation

tristanseifert
Copy link

Fix build issue when using ADC1 and ADC2 on STM32H7; this is caused by ADC1/2 sharing an interrupt vector. The ADC driver for STM32 can support this, but it wasn't yet implemented for STM32H7. This changes it such that ADC1/2 and ADC3 interrupt vectors will always be installed on STM32H7.

- ADC1/2 share an interrupt vectoron STM32H7xx; this wasn't properly
  implemented before.
@tristanseifert tristanseifert changed the title Fix shared ADC IRQs for STM32H7xx adc_stm32: Fix shared ADC IRQs for STM32H7xx Aug 4, 2024
@tristanseifert tristanseifert marked this pull request as ready for review October 4, 2024 02:54
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.

1 participant