Skip to content

Commit ffe266c

Browse files
committed
update memory files
1 parent 1a0254a commit ffe266c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/memory_app_a.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MEMORY
22
{
3-
FLASH : ORIGIN = 0x00003000, LENGTH = 0x20000 /* 128K */
3+
FLASH : ORIGIN = 0x00003000, LENGTH = 0xE800 /* (128k - 12k) / 2 */
44
RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */
55
}
66

scripts/memory_app_b.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MEMORY
22
{
3-
FLASH : ORIGIN = 0x00011800, LENGTH = 0x20000 /* 128K */
3+
FLASH : ORIGIN = 0x00011800, LENGTH = 0xE800 /* (128k - 12k) / 2 */
44
RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */
55
}
66

0 commit comments

Comments
 (0)