First configuration of the XSPNController

This commit is contained in:
2020-11-04 17:41:56 +01:00
parent 4720c923cd
commit 8249a0417e
4 changed files with 37 additions and 27 deletions

View File

@ -5,7 +5,7 @@ ENTRY( _start )
MEMORY
{
flash (rxai!w) : ORIGIN = 0x20400000, LENGTH = 512M
ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 16K
ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 512K
}
PHDRS