Hi,
I would like to know if there is a way to continuously sample data from ADC using uDMA and place it in a memory location without relying on interrupts or processor to trigger conversion. I have seen a method implemented using scatter gather mode, but it seems like an overkill for such a simple task.
Thanks