We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb82de commit 42efbd7Copy full SHA for 42efbd7
ledger_device_sdk/nanosplus_layout.ld
@@ -2,7 +2,7 @@ MEMORY
2
{
3
FLASH (rx) : ORIGIN = 0xc0de0000, LENGTH = 400K
4
DATA (r) : ORIGIN = 0xc0de0000, LENGTH = 400K
5
- SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 30K
+ SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 44K
6
}
7
8
PAGE_SIZE = 512;
ledger_device_sdk/nanox_layout.ld
+ SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 28K
PAGE_SIZE = 256;
0 commit comments