This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/buildroot/share/PlatformIO/variants/MEEB_3DP/ld/mem-ram.inc

6 lines
106 B
PHP
Raw Normal View History

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