Update FYSETC STM32F103 ldscript and script (#18179)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K
|
||||
rom (rx) : ORIGIN = 0x08010000, LENGTH = 256K - 40K - 4K
|
||||
rom (rx) : ORIGIN = 0x08010000, LENGTH = 256K - 64K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
Reference in New Issue
Block a user