Robin E3D Flash-based EEPROM (#18219)

This commit is contained in:
DocYester
2020-06-08 02:48:18 +02:00
committed by GitHub
parent 941d72fd8d
commit 19024306fc
3 changed files with 23 additions and 1 deletions

View File

@ -1,7 +1,7 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
rom (rx) : ORIGIN = 0x08005000, LENGTH = 256K - 20K
rom (rx) : ORIGIN = 0x08005000, LENGTH = 256K - 20K - 4K
}
/* Provide memory region aliases for common.inc */