Hint: DMA and cache coherency
Posted on February 19, 2016 at 00:36To share experience with all: STM32F7 has DMAs and caches (DCACHE here in mind). You can use a DMA for Peripheral-to-Memory or even Memory-to-Memory (I use as HW-based 'background' memcpy() ). But you should bear ...