We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Simulator gives a "Data Abort: ARM Instruction at 00000BB0H, Memory Access at FFE08000H" error.
The error occurs when executing this instruction:
EMC_CTRL = 0x00000000;
I'm attempting to disable the External Memory Controller (EMC) peripheral since I'm not using any external memory devices.
Is this a known issue or something I'm missing?
Thanks, Tomas
Default state of EMC : Not enabled
You are receiving data abort because the EMC is not enabled in PCONP register.