X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Fregisters.ld;h=8318c75a87a6330634b08ec6c3a71a5d3e778e97;hp=5192144485d2f693c507d109aa637dde27194966;hb=2fa87754c5c11bb86e9b1878580c3d4f4b2463f5;hpb=9279fd42793123784ce83ca151df6f4630487722 diff --git a/src/stm/registers.ld b/src/stm/registers.ld index 51921444..8318c75a 100644 --- a/src/stm/registers.ld +++ b/src/stm/registers.ld @@ -44,4 +44,13 @@ stm_tim4 = 0x40000800; stm_tim3 = 0x40000400; stm_tim2 = 0x40000000; -stm_nvic = 0xe000e100; \ No newline at end of file +stm_systick = 0xe000e010; + +stm_nvic = 0xe000e100; + +stm_scb = 0xe000ed00; + +stm_mpu = 0xe000ed90; + +/* calibration data in system memory */ +stm_temp_cal = 0x1ff80078;