Question
ADC with Circular DMA on long buffer, not working well
Hi everybody!
I'm trying to acquire data from the ADC1 with two channels, and store them in a 40k long buffer with Circular DMA.
The problem is the following: it seems that every about 3k samples the ADC stops workinkg for a while and then starts again, so the overall acquired signal has some discontinuities.
But this doesn't happen with all the same settings, but without Circular DMA (so Normal DMA).
Which can be the problem?
Thanks in advance for the help.
PS: I'm using the STM32F411VE-DISCO board.
