What is located in the 0x4021 0000 area? The memory map just says "Reserved". No further info is in the TRM about it.
I am getting data abort resets from my code that is trying to access this area.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
First of all, why are you accessing the reserved area? I could only comment that, the behaviour is expected, you must not access reserved memory location.
Thanks,
Vaibhav
I am not purposefully trying to access that area. My Realview ICE debugger lists that memory location as the memory data abort
location for what was trying to be accessed.
The PC is somehow getting set to it.
Any ideas?