Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 5 months ago.
Debugging uVisor MPU configuration?
Hello,
I am trying to debug uVisor example applications at the link below with openOCD and gdb:
https://github.com/ARMmbed/uvisor
The applications are running and uVisor is initialized. My goal is to understand the MPU configuration at different stages of the applications.
The issue is when I check MPU registers with gdb, their values indicate the MPU in not enabled (MPU_CTRL, MPU_RASR...etc), which does not make sense.
The board I am using is FRDM-K64F, the same board mentioned on the uVisor webpage.
Thanks!