Skip to content

Commit

Permalink
Map updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
qba667 committed Jan 8, 2018
1 parent 29d8350 commit 0f68c00
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion source/MKL16Z64xxx4_flash.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -315,7 +323,6 @@ SECTIONS
*(.mod_nextSensorID);
*(.mod_prevSensorID);
*(.mod_asm_aeabi_lmul);

}

.reserved_after_code_C9B0_CA4F 0xCA50 :
Expand All @@ -330,6 +337,7 @@ SECTIONS
{
*(.mod_swEHandling);
*(.mod_checkTimerActive);

}

.reserved_after_code_D50C_D5EF 0xD5F0 :
Expand All @@ -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:
{
Expand All @@ -371,6 +389,7 @@ SECTIONS
*(.mod_getALT);
*(.mod_asl);
*(.mod_mix);
*(.mod_voltADJ);

}
. = ALIGN(1);
Expand Down

0 comments on commit 0f68c00

Please sign in to comment.