[stm32] fix linkscript issue in stm32f411-atk-nano
This commit is contained in:
parent
6e36f54e28
commit
6609dfb516
|
@ -6,7 +6,7 @@
|
|||
/* Program Entry, set to mark it as "used" and avoid gc */
|
||||
MEMORY
|
||||
{
|
||||
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 256 /* 256KB flash */
|
||||
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 256k /* 256KB flash */
|
||||
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 128k /* 128K sram */
|
||||
}
|
||||
ENTRY(Reset_Handler)
|
||||
|
|
Loading…
Reference in New Issue