User Activity

My code works fine when STM32F303 ADC run at 8 bit, 3.6 MSPSWhen I trying to run ADC at maximum speed - 8bit 7.2 MSPS, DMA fails to get data. The bit OVR in ADC1_ISR is set and conversation stopped.If I read the ADC1_2_CDR register through the debugg...