User Activity

I want to implement the oversampling feature in the ADC read to get a better resolution for my values. Data is transmitted directly using DMA.If I enable oversampling, I can correctly get an average value when putting a 16x oversampling ratio (the ma...
Which is the best approach to manage the use of DMA and "control" the flow of data? Implementing some interrupt when the buffer is filled? Is it possible to put one channel of the DMA on "hold" while the other has full priority? Or two DMA are requir...