What is the CPU behavior when the Load Exclusive is responded with RRESP=OKAY on the AXI interface or 'Exclusive access failed' on the AHB interface for all Cortex-M processors? Answer Load Exclusive and Store Exclusive are always used in pairs to implement atomic operations. They provide a ...