Memory layout: Difference between revisions
No edit summary |
|||
Line 38: | Line 38: | ||
| FCRAM | | FCRAM | ||
|} | |} | ||
=ARM9 Physical memory regions = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Address | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x4000 | |||
| Instruction TCM | |||
|- | |||
| 0x0 | |||
| 0x20000 | |||
| Data TCM | |||
|- | |||
| 0x1FF8000 | |||
| 0x8000 | |||
| ??? | |||
|- | |||
| 0x8000000 | |||
| 0x100000 | |||
| ??? | |||
|- | |||
| 0x10000000 | |||
| 0x8000000 | |||
| [[IO]] memory | |||
|- | |||
| 0x20000000 | |||
| 0x8000000 | |||
| FCRAM | |||
|- | |||
| 0xFFFF0000 | |||
| 0x8000 | |||
| Bootrom?? | |||
|} | |||
=Memory map by firmware= | =Memory map by firmware= |