Search found 1 match

by LenStruttmann
Wed Jan 04, 2023 8:43 pm
Forum: ESP-IDF
Topic: Problem with sampling using ADC via DMA
Replies: 10
Views: 18294

Re: Problem with sampling using ADC via DMA

I, too, am having the problem of interwoven data. The suggestion of manually powering down the apll and then powering it up after all the config functions have been called did NOT work for me. Is there a solution to this? For now, my workaround is to re-order the data: for (int i =0; i<NUM_SAMPLES; ...