Replies: 2 comments
-
|
Actually I'm a bit confused, it seems like the template used is |
Beta Was this translation helpful? Give feedback.
-
No, the ADC peripherals differ in functionality and register layout between different STM32 families. The stm32f3 implementation seems to have been the most similar one to the STM32H7, so that's why whoever implemented this chose to reuse this driver. So you'd have to adapt the stm32f3 driver for the h7. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently adc oversampling seems to only be supported with f0 and g0 families. It would be nice to extend it to the h7 family. The tricky thing is, for the ADC3, which is present on some h7, configuration is slightly different. Here is an untested draft, as I don't have access to an h7 with 3 ADCs
Beta Was this translation helpful? Give feedback.
All reactions