Skip to content

Conversation

@Gissio
Copy link

@Gissio Gissio commented Dec 16, 2025

Added STM32F1 ADC peripheral

It is based on STM32_ADC, with the following changes:

  • Added word-to-doubleword translation (some firmware uses word accesses with the data register).
  • Removed dmaDisableSelection/endOfConversionSelect and related logic (it does not exist on STM32F1 and breaks firmware).
  • Added support for external triggering through GPIO line 0 (this goes together with the STM32F1 TIM peripheral I also added).
  • Fixed tags for matching the datasheet.

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