Are there a STMF4 or STMF7 ADC overun detection code example?
Hi,I´m working with a STMF767zi and STMF429zi kits and I´d like detect ADC overrun. Sow I write the callbackup code:void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) { flagOverRunCH1=0; if (hadc->Instance==hadc1.Instance){ // Overun detection/* ...