Hi,
I am currently trying to accomplish the following goals:
- Have some ADC1 channels (in the event group) be hardware triggered.
- Use DMA to transfer ADC readings from ADC1's RAM to CPU's RAM (SRAM).
My implementation is able to accomplish these goals. However, ADC1's memory overruns (indicated by ADEVINTFLG), after DMA completes its transfer of ADC readings once.
The ADC readings that are transferred are correct, and DMA's PEND register shows its not waiting for services.
Thanks for your help!