Posted on May 02, 2017 at 12:07HiI am trying to read an adc value from a potentiometer with the following code: uint32_t readADCServo() { uint32_t adcValue, adcValueDegrees; HAL_ADC_Start(&hadc1); if (HAL_A...
Posted on May 03, 2017 at 15:24My problem is fixed, I started a new program with just my adc in it and now it is working. Probably a something wrong in my other code. Thanks for the replies!