sam_common: Adjust ldscript memory segment attributes
This commit is contained in:
parent
28361592ae
commit
e29e0588b4
@ -21,7 +21,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rx) : ORIGIN = 0x00080000, LENGTH = 512K
|
rom (rx) : ORIGIN = 0x00080000, LENGTH = 512K
|
||||||
ram (rwx) : ORIGIN = 0x20070000, LENGTH = 96K
|
ram (w!rx) : ORIGIN = 0x20070000, LENGTH = 96K
|
||||||
}
|
}
|
||||||
|
|
||||||
INCLUDE cortexm_base.ld
|
INCLUDE cortexm_base.ld
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user