Incorrect ADC values when using HAL setup for DISCO-L475VG-IOT01A
The ADC values remain unchanged even when input signals does change. The C++ code provided below should hopefully clarify the situation, as I am a stuck. Thank you in advance for any help! #include "mbed.h" #include "stm32l4xx_hal.h" //Once the buff...