lpc1768: Adjust ldscript memory segment attributes
This commit is contained in:
parent
37cb8dcf95
commit
bb7fdb6eda
@ -21,9 +21,9 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rx) : ORIGIN = 0x00000000, LENGTH = 512K
|
rom (rx) : ORIGIN = 0x00000000, LENGTH = 512K
|
||||||
ram (rwx) : ORIGIN = 0x100000C8, LENGTH = (32K - 0xC8)
|
ram (w!rx) : ORIGIN = 0x100000C8, LENGTH = (32K - 0xC8)
|
||||||
usb_ram (rwx) : ORIGIN = 0x2007C000, LENGTH = 16K
|
usb_ram : ORIGIN = 0x2007C000, LENGTH = 16K
|
||||||
eth_ram (rwx) : ORIGIN = 0x20080000, LENGTH = 16K
|
eth_ram : ORIGIN = 0x20080000, LENGTH = 16K
|
||||||
}
|
}
|
||||||
|
|
||||||
INCLUDE cortexm_base.ld
|
INCLUDE cortexm_base.ld
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user