ADSTP not work on STM32F030R8T6
Posted on August 04, 2016 at 09:35Some time on my run I see that even if I do ADC1->CR |= ADC_CR_ADSTP;And wait on while ((ADC1->CR & ADC_CR_ADSTP) != 0);It didn't go to ''0''.I check and see that ADSTART=''1'' and ADDIS=''0''.It configure to ADC1-...