From 7c9cda27d1a216ff996de12f959bd40a59c444ec Mon Sep 17 00:00:00 2001 From: euquiq <31453004+euquiq@users.noreply.github.com> Date: Thu, 4 Jun 2020 01:43:19 -0300 Subject: [PATCH] Updated Persistent Memory (markdown) --- Persistent-Memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Persistent-Memory.md b/Persistent-Memory.md index 5c7098d..e958e4c 100644 --- a/Persistent-Memory.md +++ b/Persistent-Memory.md @@ -9,7 +9,7 @@ The persistent memory map is defined at `/firmware/chibios-portapack/os/hal/plat ``` **LPC_RTC_DOMAIN_BASE** (0x40040000) **LPC_ALARM_TIMER_BASE** (LPC_RTC_DOMAIN_BASE + 0x0000) - **LPC_BACKUP_REG_BASE** (LPC_RTC_DOMAIN_BASE + 0x1000) <-- backup_ram region ! + **LPC_BACKUP_REG_BASE** (LPC_RTC_DOMAIN_BASE + 0x1000) <- backup_ram region! **LPC_POWER_MODE_CTRL_BASE** (LPC_RTC_DOMAIN_BASE + 0x2000) **LPC_CREG_BASE** (LPC_RTC_DOMAIN_BASE + 0x3000) **LPC_EVENT_ROUTER_BASE** (LPC_RTC_DOMAIN_BASE + 0x4000)