Skip to content

Commit 506f340

Browse files
committed
STM32: f767: Fixes linker settings.
1 parent 276241b commit 506f340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/STM32F767_fs.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MEMORY
88
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K /* entire flash */
99
FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 32K /* sector 0 */
1010
FLASH_FS (rx) : ORIGIN = 0x08008000, LENGTH = 96K /* sectors 1,2,3 are 32K */
11-
FLASH_TEXT (rx) : ORIGIN = 0x08010000, LENGTH = 1920K /* sector 4 is 128K, sectors 5,6,7 are 256K */
11+
FLASH_TEXT (rx) : ORIGIN = 0x08020000, LENGTH = 1920K /* sector 4 is 128K, sectors 5,6,7 are 256K */
1212
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 512K
1313
}
1414

0 commit comments

Comments
 (0)