MKS Robin Nano flash-based EEPROM (#18466)

This commit is contained in:
Keith Bennett
2020-06-28 22:59:08 -07:00
committed by GitHub
parent ca4ade4c44
commit 69b5b91c91
2 changed files with 8 additions and 5 deletions

View File

@ -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 */