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