diff options
Diffstat (limited to 'support/ld/stm32/mem/sram_8k_flash_128k/mem-ram.inc')
-rw-r--r-- | support/ld/stm32/mem/sram_8k_flash_128k/mem-ram.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/ld/stm32/mem/sram_8k_flash_128k/mem-ram.inc b/support/ld/stm32/mem/sram_8k_flash_128k/mem-ram.inc new file mode 100644 index 0000000..4063ab4 --- /dev/null +++ b/support/ld/stm32/mem/sram_8k_flash_128k/mem-ram.inc @@ -0,0 +1,5 @@ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 8K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 0K +} |