ADC in continuous mode only reading once
I am trying to read data using ADC1 continuously and copy it into a buffer via DMA.However, the data is only read and copied once (seemingly correctly), and afterwards nothing happens anymore (data in buffer does not change, ADC1_IRQHandler() is not ...