diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1897680')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1897680 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1897680 b/results/scraper/launchpad-without-comments/1897680 new file mode 100644 index 000000000..88f89b064 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1897680 @@ -0,0 +1,14 @@ +memory address over 0x2000_7ffc is not accessible in mps2-an505 + +I currently run qemu with the following options +`qemu-system-aarch64 -machine mps2-an505 -cpu cortex-m33 -m 16` + +For some reason, memory address over 0x2000_7ffc is not accessible. +It can be tested in gdb as follow. + +(gdb) x/x 0x20007ffc +0x20007ffc: 0x00000000 +(gdb) x/x 0x20007ffd +0x20007ffd: Cannot access memory at address 0x20007ffd +(gdb) x/x 0x20008000 +0x20008000: Cannot access memory at address 0x20008000 \ No newline at end of file |