STM32 adc breaks interrupt based wakeup #104322
Unanswered
Valentin-gt
asked this question in
Q&A
Replies: 0 comments
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.
-
Hey, I have the following quite simple project. A STM32wle5cc should be in a Low Power mode, until a button is pressed, then an adc should be read out and for now printed over UART.
thats my main for now, i just want to log when a button is pressed. My next step now was to ad the adc.
but as soon as i even just add
CONFIG_ADC=yto my prj.conf, the button wakeup doesnt work anymore. what am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions