diff options
author | Christian Cunningham <cc@localhost> | 2022-03-19 17:35:20 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-19 17:35:20 -0700 |
commit | 8f166eca3029eec4d7a283c83cc3385f1d52ee53 (patch) | |
tree | a4de196a12885b3b6d6b3a652becef511250bd0b | |
parent | e9418d9eb3de66dcd4dfc6641ed412f47e4afb97 (diff) |
Updated Memory Map
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ Note: SYS and USER share registers but differ in privilege - 0x00004000 - 0x00008000 MMU Entries - 0x00008000 - 0x0000D000 Code - 0x0000D000 - 0x0000E000 Data - - 0x0000E000 - 0x00296000 BSS + - 0x0000E000 - 0x00089000 BSS - 0x18000000 - 0x20000000 Thread Stacks - 0x3F000000 - 0x40000000 MMIO - 0x40000000 - 0xFFFFFFFF Local Peripherals |