Closed
Description
MPU->CESR &= ~MPU_CESR_VLD_MASK;
The MPU appears to be a protected memory region that cannot be accessed by unprivileged code. Access to this region results in a halt with uVisor.
My original post was over at uVisor as I originally thought it was a configuration related issue. See it here: ARMmbed/uvisor#315