ezr32wg: Adjust ldscript memory segment attributes
This commit is contained in:
parent
4532c348b4
commit
433322834e
@ -21,7 +21,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K
|
rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
|
ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 32K
|
||||||
}
|
}
|
||||||
|
|
||||||
INCLUDE cortexm_base.ld
|
INCLUDE cortexm_base.ld
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user