I'm doing a DMA transfer from the SPI module to internal RAM. However, if L1 cache is enabled, I can never actually read the data afterwards. I assume I need to invalidate a small region (I'm working with just 512 bytes) of the L1 cache. Does anyone know how to do this?
↧