Problem with polling ADC scan mode
Posted on August 10, 2016 at 17:26 Hello. I have some troubles with ADC scan mode... For example: while (1) { uint32_t adc; HAL_StatusTypeDef err; HAL_ADC_Start(&hadc1); for (int i = 0; i < 9; i++) { err = HAL_ADC_PollFo...