mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 19:16:29 -04:00
Define and utilize memory region backup_ram.
This commit is contained in:
parent
682c87e3ff
commit
fd3f962e40
2 changed files with 7 additions and 2 deletions
|
@ -69,6 +69,8 @@ constexpr region_t ahb_ram_0 { 0x20000000, 32_KiB };
|
|||
constexpr region_t ahb_ram_1 { 0x20008000, 16_KiB };
|
||||
constexpr region_t ahb_ram_2 { 0x2000c000, 16_KiB };
|
||||
|
||||
constexpr region_t backup_ram { LPC_BACKUP_REG_BASE, 256 };
|
||||
|
||||
constexpr region_t spifi_uncached { LPC_SPIFI_DATA_BASE, 1_MiB };
|
||||
constexpr region_t spifi_cached { LPC_SPIFI_DATA_CACHED_BASE, spifi_uncached.size() };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue