I know that 0x80000000 - 0x9FFFFFFF is cached area and 0xA0000000 -
0xBFFFFFFF is uncached area.
When I debug an ARM board with Platform Builder, I can see the cached area
with View->Debug Windows -> Memory 1 (or 2).
But when I try to see the uncached area with it, I've got an data abort
error in debug console and just '??' on the Memory Viewer.
Is It impossible to see the uncached memory with platform Builder's Memory
Debug Window?