Firmware2/buildroot/share/PlatformIO/variants/marlin_maple_MEEB_3DP/ld/mem-flash.inc

6 lines
119 B
PHP
Raw Normal View History

2020-06-02 01:25:13 +02:00
MEMORY
{
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 64K - 3K
rom (rx) : ORIGIN = 0x08005000, LENGTH = 512K - 20K
2020-06-02 01:25:13 +02:00
}