update memory files

This commit is contained in:
Robin Müller 2024-09-30 11:31:12 +02:00
parent 1a0254a5c1
commit ffe266c513
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MEMORY
{
FLASH : ORIGIN = 0x00003000, LENGTH = 0x20000 /* 128K */
FLASH : ORIGIN = 0x00003000, LENGTH = 0xE800 /* (128k - 12k) / 2 */
RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */
}

View File

@ -1,6 +1,6 @@
MEMORY
{
FLASH : ORIGIN = 0x00011800, LENGTH = 0x20000 /* 128K */
FLASH : ORIGIN = 0x00011800, LENGTH = 0xE800 /* (128k - 12k) / 2 */
RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */
}