Skip to content

Commit fed9087

Browse files
committed
nrf: Add flash section for fatfs for no SD pca10056
1 parent 616cbc6 commit fed9087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/nrf/boards/nrf52840_1M_256k.ld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ MEMORY
77
{
88
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x100000 /* entire flash, 1 MiB */
99
FLASH_ISR (rx) : ORIGIN = 0x00000000, LENGTH = 0x001000 /* sector 0, 4 KiB */
10-
FLASH_TEXT (rx) : ORIGIN = 0x00001000, LENGTH = 0x0FF000 /* 1020 KiB */
10+
FLASH_TEXT (rx) : ORIGIN = 0x00001000, LENGTH = 0x0E6000 /* 920 KiB */
11+
FLASH_FATFS (r) : ORIGIN = 0x000E7000, LENGTH = 0x019000 /* File system 100 KiB */
1112
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x040000 /* 256 KiB */
1213
}
1314

0 commit comments

Comments
 (0)