S130 SoftDevice requires minimal 0x1FE8 memory.

This commit is contained in:
imi415 2021-11-25 23:36:28 +08:00
parent 495dfabfcb
commit 8c5843179c
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x0001B000, LENGTH = 0x25000
RAM (rwx) : ORIGIN = 0x200013C8, LENGTH = 0x2C38
RAM (rwx) : ORIGIN = 0x20001FE8, LENGTH = 0x2018
}

View File

@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x0001B000, LENGTH = 0x25000
RAM (rwx) : ORIGIN = 0x200013C8, LENGTH = 0x6C38
RAM (rwx) : ORIGIN = 0x20001FE8, LENGTH = 0x6018
}