Dear ti team
When reading data via DMA and writing it to the memory buffer, I encountered the following situation:
During debug execution, data was visible in the buffer, but paused data showed as zero.
I eventually found the forum post I referenced, but still couldn't figure out how to change the cache type to direct-write mode. Later, I disabled the cache and discovered data was present in the buffer.
The configuration is as follows:

1. How do I change the cache type to write through? Will there be any adverse effects after the change?
2. Is the common usage of ADC continuous conversion mode + group memory threshold interrupt or periodic trigger source (RTI/ePWM) +DMA?
3. Is it necessary to collect data 10 times with DMA and average the data of each channel?(Is the data collected in a single session sufficiently accurate?)
4. Is there only three threshold interrupts in MibADC1? (Threshold interrupt for each channel is not possible?)
Finally attached is my code, looking forward to reply, thank you.


