diff options
Diffstat (limited to 'support/ld/stm32/mem/maple_native/maple_native_heap.inc')
-rw-r--r-- | support/ld/stm32/mem/maple_native/maple_native_heap.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/ld/stm32/mem/maple_native/maple_native_heap.inc b/support/ld/stm32/mem/maple_native/maple_native_heap.inc new file mode 100644 index 0000000..34b5a2d --- /dev/null +++ b/support/ld/stm32/mem/maple_native/maple_native_heap.inc @@ -0,0 +1,3 @@ +/* Specify heap boundary addresses on the external SRAM chip */ +_lm_heap_start = 0x60000000; +_lm_heap_end = 0x60100000; |