Skip to content
Snippets Groups Projects
Commit bb7fdb6e authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

lpc1768: Adjust ldscript memory segment attributes

parent 37cb8dcf
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment