Hello,
This microcontroller do not implement cache coherency unit.
So you have to:
1.) For resource sharing you can use XBAR settings to prioritize accesses. So DMA won't access to memory while it is used by core and vice versa.
2.) Use SMPU to disable caching on memory area share between core and DMA. This is common case.
Peter