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 1a0254a commit ffe266cCopy full SHA for ffe266c
scripts/memory_app_a.x
@@ -1,6 +1,6 @@
1
MEMORY
2
{
3
- FLASH : ORIGIN = 0x00003000, LENGTH = 0x20000 /* 128K */
+ FLASH : ORIGIN = 0x00003000, LENGTH = 0xE800 /* (128k - 12k) / 2 */
4
RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */
5
}
6
scripts/memory_app_b.x
- FLASH : ORIGIN = 0x00011800, LENGTH = 0x20000 /* 128K */
+ FLASH : ORIGIN = 0x00011800, LENGTH = 0xE800 /* (128k - 12k) / 2 */
0 commit comments