From 0f68c008d03891854c5ec0c54560e9af6d3e2ee9 Mon Sep 17 00:00:00 2001 From: qba667 Date: Mon, 8 Jan 2018 14:53:39 +0100 Subject: [PATCH] Map updated. --- source/MKL16Z64xxx4_flash.ld | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/source/MKL16Z64xxx4_flash.ld b/source/MKL16Z64xxx4_flash.ld index ed7baf0..21584b9 100644 --- a/source/MKL16Z64xxx4_flash.ld +++ b/source/MKL16Z64xxx4_flash.ld @@ -286,6 +286,14 @@ SECTIONS *(.reserved_after_code_5174_5353); } + .mod_595C 0x595C : { + *(.mod_voltADJConfig); + *(.mod_voltSensors); + } + .reserved_after_code_595C 0x5B28 : { + *(.reserved_after_code_595C); + } + .mod_code_65C8_68A7 0x65C8 : { *(.mod_parseAC); @@ -315,7 +323,6 @@ SECTIONS *(.mod_nextSensorID); *(.mod_prevSensorID); *(.mod_asm_aeabi_lmul); - } .reserved_after_code_C9B0_CA4F 0xCA50 : @@ -330,6 +337,7 @@ SECTIONS { *(.mod_swEHandling); *(.mod_checkTimerActive); + } .reserved_after_code_D50C_D5EF 0xD5F0 : @@ -348,12 +356,22 @@ SECTIONS *(.mod_extractConfig); *(.mod_createPacketCh1114); *(.mod_auxChannelsText); + + + } .reserved_after_code_E140_E754 0xE754 :{ *(.reserved_after_code_E140_E754); } + .mod_voltTelemetry_ASM 0x57DA :{ + *(.mod_voltTelemetry_ASM); + } + .reserved_after_voltTelemetry_ASM 0x57EE :{ + *(.reserved_after_voltTelemetry_ASM); + } + .mod_code_F4D0_FF8F 0xF4D0: { @@ -371,6 +389,7 @@ SECTIONS *(.mod_getALT); *(.mod_asl); *(.mod_mix); + *(.mod_voltADJ); } . = ALIGN(1);