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 276241b + 506f340 commit 2c92befCopy full SHA for 2c92bef
ports/stm/boards/STM32F767_fs.ld
@@ -8,7 +8,7 @@ MEMORY
8
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K /* entire flash */
9
FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 32K /* sector 0 */
10
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 */
+ FLASH_TEXT (rx) : ORIGIN = 0x08020000, LENGTH = 1920K /* sector 4 is 128K, sectors 5,6,7 are 256K */
12
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 512K
13
}
14
0 commit comments