I am experimenting with using the MPU, and I found that after initializing it and switching to user mode, I get an undef entry exception at this instruction: "FMXR FPEXC, R1". I understand coprocessors can be configured to not work in user mode and this will cause an undef exception, but I have found 0xF00000 which indicates to me that if the coprocessor was accessible in system mode it would also be accessible in user mode. What else can cause this exception?
Thanks