mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 23:35:05 -06:00
MKS Robin Nano flash-based EEPROM (#18466)
This commit is contained in:
parent
ca4ade4c44
commit
69b5b91c91
2 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
|
||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
|
||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue