cancel
Showing results for 
Search instead for 
Did you mean: 

Run DMA while ICache and DCache are enables

HAlzo
Senior

Hello,

I read the input data over SPI DMA, but when I added the AI part ICache and DCache are enabled.

The problem is that when ICache and DCache are enabled, the SPI DMA is not working.

How can I overcome this problem?

1 ACCEPTED SOLUTION

Accepted Solutions

You'd have to manage the cache coherency via Clean / Invalidate DCache by Address functions.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

You'd have to manage the cache coherency via Clean / Invalidate DCache by Address functions.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..