Add mini ld scripts in the example which include the global one.
This commit is contained in:
@@ -19,13 +19,7 @@
|
||||
|
||||
/* Linker script for Olimex STM32-H103 (STM32F103RBT6, 128K flash, 20K RAM). */
|
||||
|
||||
/* Define memory regions. */
|
||||
/* TODO: Make this overridable by the application code, it's MCU specific. */
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x00000000, LENGTH = 128K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
||||
/* Memory regions must be defined in the ld script which includes this one. */
|
||||
|
||||
/* Define sections. */
|
||||
SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user