2022-08-03 05:58 AM
I have read previous posts ,,,I set up dma to read adc ,Although dma's destination address is allocated from AXI RAM, dma does not work when d cache is active.Can anyone share detailed information or a sample code about this?
2022-08-03 06:09 AM
I'm sure the DMA and D-Cache do exactly what they are supposed too. Understand how to handle Cache Coherency properly. There's a slew of CMSIS functions design for this explicit purpose. My experience is that ARM has extensively documented the function of it's MCUs