STM32 RODATA LENGTH (#16580)
This commit is contained in:
parent
bc483b2354
commit
f10d3564e1
@ -1,7 +1,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 256K - 28K
|
rom (rx) : ORIGIN = 0x08007000, LENGTH = 256K - 28K - 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provide memory region aliases for common.inc */
|
/* Provide memory region aliases for common.inc */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
|
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K - 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provide memory region aliases for common.inc */
|
/* Provide memory region aliases for common.inc */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
|
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K - 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provide memory region aliases for common.inc */
|
/* Provide memory region aliases for common.inc */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K
|
||||||
rom (rx) : ORIGIN = 0x08010000, LENGTH = 256K-40K
|
rom (rx) : ORIGIN = 0x08010000, LENGTH = 256K - 40K - 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provide memory region aliases for common.inc */
|
/* Provide memory region aliases for common.inc */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
|
||||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
|
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K - 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provide memory region aliases for common.inc */
|
/* Provide memory region aliases for common.inc */
|
||||||
|
Loading…
Reference in New Issue
Block a user