| |||
| Home > The Cortex-M3 Instruction Set > Miscellaneous instructions > DSB | |||
Data Synchronization Barrier.
DSB acts as a special data synchronization memory
barrier. Instructions that come after the DSB, in program
order, do not execute until the DSB instruction completes.
The DSB instruction completes when all explicit memory
accesses before it complete.