Robin E3D Flash-based EEPROM (#18219)
This commit is contained in:
parent
941d72fd8d
commit
19024306fc
3 changed files with 23 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue