Memory map: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Link rdp section to rdp page)
(Added FlashRAM to physical 0x08000000 segment.)
Line 74: Line 74:
When not present, this is a [[Peripheral Interface#Open bus behavior|PI open bus]] area.
When not present, this is a [[Peripheral Interface#Open bus behavior|PI open bus]] area.
|-
|-
| 0x08000000 || 0x0FFFFFFF || Cartridge SRAM || When the cartridge uses a SRAM for save games, this is conventionally exposed at this address range.
| 0x08000000 || 0x0FFFFFFF || Cartridge SRAM/FlashRAM || When the cartridge uses SRAM or FlashRAM for save games, this is conventionally exposed at this address range.
Accesses here are forwarded to the [[PI|PI bus]], with the same address within the PI address space, using the "Domain 2" configuration set. This is one of the few address ranges which are in Domain 2 probably because it is common to access a SRAM with a different (slower) protocol.
Accesses here are forwarded to the [[PI|PI bus]], with the same address within the PI address space, using the "Domain 2" configuration set. This is one of the few address ranges which are in Domain 2, probably because it is common to access SRAM/FlashRAM with a different (slower) protocol.
When not present, this is a [[Peripheral Interface#Open bus behavior|PI open bus]] area.
When not present, this is a [[Peripheral Interface#Open bus behavior|PI open bus]] area.
|-
|-