X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm%2Fregisters.ld;h=d40fd90f1e04f3339e55a1a89d1db2f377e3dfb5;hb=7348cc4736c9a94f9ad299edd78199b544d0e95a;hp=95a86e358fc3f51019aa29b098271dd7034b12c0;hpb=a46c9398a5f02ff4b52b7a4309a51498560cadb5;p=fw%2Faltos diff --git a/src/stm/registers.ld b/src/stm/registers.ld index 95a86e35..d40fd90f 100644 --- a/src/stm/registers.ld +++ b/src/stm/registers.ld @@ -44,11 +44,18 @@ stm_tim4 = 0x40000800; stm_tim3 = 0x40000400; stm_tim2 = 0x40000000; +stm_systick = 0xe000e010; + stm_nvic = 0xe000e100; 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;