In a single-processor system, which of these operations requires a barrier instruction to guarantee correct operation?
Copying data from Flash to RAM
Changing from one privileged mode to another
Loading code into memory and then executing it
Incrementing a RAM location that will be read by an interrupt handler
Submit