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 Not Supported On STM32U535 / 545 Series #3654

Closed
Spotigus opened this issue Dec 15, 2024 · 1 comment
Closed

ADC Not Supported On STM32U535 / 545 Series #3654

Spotigus opened this issue Dec 15, 2024 · 1 comment

Comments

@Spotigus
Copy link

The adc1 is currently not supported. Doing a quick comparison to options in cube mx:

  • The channel sample times are different.
  • Analog watch dogs are not implements.
  • Max clock freq is 160 mhz vs 60
  • Maybe different DMA differences. (Ran into some issues with the STM23 Hal version at work)
@MDr164
Copy link
Contributor

MDr164 commented Jan 2, 2025

Looks like the closing keyword from #3688 was not picked up here. Should be resolved now with the aforementioned PR (at least on the STM32U595 and STM32U5A5 I got for testing here it works with the new code).

@Dirbaio Dirbaio closed this as completed Jan 2, 2025
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

No branches or pull requests

3 participants