We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3251f5b commit c21ff16Copy full SHA for c21ff16
himax_usb_board/v1-0/firmware/STM32F750Z8Tx_FLASH.ld
@@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
62
MEMORY
63
{
64
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K
65
-FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 40K
+FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 64K
66
}
67
68
/* Define output sections */
0 commit comments