correct memory placement for lpc13. CDC work well

This commit is contained in:
hathach
2018-12-03 16:23:38 +07:00
parent f9ae8fa5d2
commit 786b04e19d
3 changed files with 6 additions and 1 deletions

View File

@@ -34,4 +34,8 @@
<ProgramSection alignment="4" load="No" name=".data2_run" />
<ProgramSection alignment="4" load="No" name=".bss2" />
</MemorySegment>
<MemorySegment name="$(RAM3_NAME:RAM3)">
<ProgramSection alignment="4" load="No" name=".data3_run" />
<ProgramSection alignment="4" load="No" name=".bss3" />
</MemorySegment>
</Root>