From 34a6a8d704eb5558d0df97ea47f619798b4a9d42 Mon Sep 17 00:00:00 2001 From: euquiq <31453004+euquiq@users.noreply.github.com> Date: Thu, 4 Jun 2020 01:43:02 -0300 Subject: [PATCH] Updated Persistent Memory (markdown) --- Persistent-Memory.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Persistent-Memory.md b/Persistent-Memory.md index 8dcc87a..5c7098d 100644 --- a/Persistent-Memory.md +++ b/Persistent-Memory.md @@ -6,14 +6,16 @@ The RTC subsystem keeps the actual clock (date / time) running, powered by a CR2 The persistent memory map is defined at `/firmware/chibios-portapack/os/hal/platforms/LPC43xx/lpc43xx.inc`: -* **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_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) -* **LPC_OTP_CTRL_BASE** (LPC_RTC_DOMAIN_BASE + 0x5000) -* **LPC_RTC_BASE** (LPC_RTC_DOMAIN_BASE + 0x6000) +``` + **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_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) + **LPC_OTP_CTRL_BASE** (LPC_RTC_DOMAIN_BASE + 0x5000) + **LPC_RTC_BASE** (LPC_RTC_DOMAIN_BASE + 0x6000) +``` ## backup_ram region