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.
2 parents cf93708 + a8f450b commit 0c92f5dCopy full SHA for 0c92f5d
ion/src/device/n0110/internal_flash.ld
@@ -1,7 +1,7 @@
1
/* Same as flash.ld but everything is linked in internal flash */
2
3
MEMORY {
4
- INTERNAL_FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K
+ INTERNAL_FLASH (rx) : ORIGIN = 0x00200000, LENGTH = 64K
5
SRAM (rw) : ORIGIN = 0x20000000, LENGTH = 256K
6
}
7
0 commit comments