Question
ADC Regular Conversion Interrupt Example
I can't get the STM32L07RZ-Nucleo ADC regular conversion interrupt example to work. I'm using the Keil MDK variant. I upload the program, start the debugger and put uwADCxConvertedValue into watch window #1
The doc file says to connect a signal to PA.0 which I think corresponds to A0 on the Arduino header. I connected it to 3.3V and the value of the variable in the watch window does not change. Maybe I'm not using the debugger correctly? Thanks.
