Skip to content

Commit 42efbd7

Browse files
committed
Fix SRAM sizes for S+ and X
1 parent ceb82de commit 42efbd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ledger_device_sdk/nanosplus_layout.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MEMORY
22
{
33
FLASH (rx) : ORIGIN = 0xc0de0000, LENGTH = 400K
44
DATA (r) : ORIGIN = 0xc0de0000, LENGTH = 400K
5-
SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 30K
5+
SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 44K
66
}
77

88
PAGE_SIZE = 512;

ledger_device_sdk/nanox_layout.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MEMORY
22
{
33
FLASH (rx) : ORIGIN = 0xc0de0000, LENGTH = 400K
44
DATA (r) : ORIGIN = 0xc0de0000, LENGTH = 400K
5-
SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 30K
5+
SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 28K
66
}
77

88
PAGE_SIZE = 256;

0 commit comments

Comments
 (0)