Skip to content

Commit a009a89

Browse files
dpgeorgevictorallume
authored andcommitted
stm32/boards/PYBD_SF6: Update QSPI size to 8MiB.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 3665dab commit a009a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/boards/PYBD_SF6/f767.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MEMORY
2020
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
2121
FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 32K /* sector 0, 32K */
2222
FLASH_APP (rx) : ORIGIN = 0x08008000, LENGTH = 2016K /* sectors 1-11 3x32K 1*128K 7*256K */
23-
FLASH_EXT (rx) : ORIGIN = 0x90000000, LENGTH = 2048K /* external QSPI */
23+
FLASH_EXT (rx) : ORIGIN = 0x90000000, LENGTH = 8192K /* external QSPI */
2424
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 512K /* DTCM=128k, SRAM1=368K, SRAM2=16K */
2525
}
2626

0 commit comments

Comments
 (0)