We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d1c6c commit 203d14bCopy full SHA for 203d14b
src/dma.md
@@ -234,7 +234,8 @@ starting a DMA transaction.
234
235
In the case of Cortex-M7 cores you'll need memory barriers (DMB/DSB) if you are
236
using the data cache (DCache), unless you manually invalidate the buffer used by
237
-the DMA.
+the DMA. Even with the data cache disabled, memory barriers might still be
238
+required to avoid reordering in the store buffer.
239
240
If your target is a multi-core system then it's very likely that you'll need
241
memory barriers.
0 commit comments