| |||
| Home > The Cortex-M0+ Instruction Set > Miscellaneous instructions > DMB | |||
Data Memory Barrier.
DMB acts as a data memory barrier. It ensures
that all explicit memory accesses that appear in program order before
the DMB instruction are observed before any explicit
memory accesses that appear in program order after the DMB instruction. DMB does
not affect the ordering of instructions that do not access memory.