altos/stmf0: Fix location of device_id register
[fw/altos] / src / stmf0 / registers.ld
index 5358f15ac477683e8d51fbca79286dd28b9316d8..1f9862b185c843a1f38c21ab672cb4ea9f495880 100644 (file)
@@ -51,10 +51,7 @@ stm_scb    = 0xe000ed00;
 
 stm_mpu    = 0xe000ed90;
 
-stm_dbg_mcu = 0xe0042000;
-
 /* calibration data in system memory */
-stm_temp_cal = 0x1ff80078;
-stm_flash_size_medium = 0x1ff8004c;
-stm_flash_size_large = 0x1ff800cc;
-stm_device_id = 0x1ff80050;
+stm_cal = 0x1ffff7b8;
+stm_flash_size_04x = 0x1ffff7cc;
+stm_device_id = 0x1ffff7ac;