Can't get the ADC to work #17712
Unanswered
iovaris
asked this question in
STM32 / Pyboard
Replies: 1 comment 11 replies
-
What firmware are you running on the board? What does 'ENC' mean? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use the ADC on a custom board with a STM32G474CB. I compiled my own kernel with
MICROPY_HW_ENABLE_ADC
enabled.When I try to create an ADC instance the MCU hangs. If I pass it a number like
ADC(0)
it doesn't freeze, but doesn't function as intended.Any help on what the issue might be or how to go about debugging this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions