There was an error while loading. Please reload this page.
1 parent 2d4fde8 commit 4b1e2fcCopy full SHA for 4b1e2fc
1 file changed
firmware/common/linker_common.ld
@@ -1,6 +1,6 @@
1
MEMORY
2
{
3
- IAPL (rx) : ORIGIN = 0x08000000, LENGTH = 2K - 0x20 /* Preloader code (IAPL) */
+ IAPL (rx) : ORIGIN = 0x08000000, LENGTH = 0x7E0 /* Preloader code (IAPL) */
4
TOMBSTONE_IAPL (rx) : ORIGIN = 0x080007E0, LENGTH = 0x20 /* Tombstone Preloader (IAPL) @ end of preloader section */
5
TOMBSTONE_UAPP (rx) : ORIGIN = 0x08000800, LENGTH = 0x20 /* Tombstone User Application (UAPP) @ before app code start */
6
APP (rx) : ORIGIN = 0x08000A00, LENGTH = 32K - 0xA00 /* User Application (UAPP) */
0 commit comments