Skip to content

Commit fe8e0e2

Browse files
committed
Add full 2M support to fpga flash
1 parent c434b44 commit fe8e0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/mkrvidor/linker_scripts/gcc/flash_with_bootloader.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
MEMORY
2727
{
28-
FLASH_FPGA (r) : ORIGIN = 0x00040000, LENGTH = 0x00100000
28+
FLASH_FPGA (r) : ORIGIN = 0x00040000, LENGTH = 0x00200000
2929
FLASH (rx) : ORIGIN = 0x00000000+0x2000, LENGTH = 0x00040000-0x2000 /* First 8KB used by bootloader */
3030
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008000
3131
}

0 commit comments

Comments
 (0)