altos/stm: New compiler doesn't correctly build flash bits yet
[fw/altos] / src / stm / registers.ld
index fd61e4864bd44a434d14f2c6fcad52e7f87ff994..8318c75a87a6330634b08ec6c3a71a5d3e778e97 100644 (file)
@@ -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;