Search found 1 match
- Wed Jan 04, 2023 8:43 pm
- Forum: ESP-IDF
- Topic: Problem with sampling using ADC via DMA
- Replies: 11
- Views: 18994
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; ...