summaryrefslogtreecommitdiff
path: root/src/stm/registers.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/registers.ld')
-rw-r--r--src/stm/registers.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stm/registers.ld b/src/stm/registers.ld
index fd61e486..8318c75a 100644
--- a/src/stm/registers.ld
+++ b/src/stm/registers.ld
@@ -44,7 +44,13 @@ stm_tim4 = 0x40000800;
stm_tim3 = 0x40000400;
stm_tim2 = 0x40000000;
+stm_systick = 0xe000e010;
+
stm_nvic = 0xe000e100;
+stm_scb = 0xe000ed00;
+
+stm_mpu = 0xe000ed90;
+
/* calibration data in system memory */
stm_temp_cal = 0x1ff80078;