1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sam_common: Adjust ldscript memory segment attributes

This commit is contained in:
Joakim Nohlgård 2018-05-06 07:48:43 +02:00
parent 28361592ae
commit e29e0588b4

View File

@ -21,7 +21,7 @@
MEMORY
{
rom (rx) : ORIGIN = 0x00080000, LENGTH = 512K
ram (rwx) : ORIGIN = 0x20070000, LENGTH = 96K
ram (w!rx) : ORIGIN = 0x20070000, LENGTH = 96K
}
INCLUDE cortexm_base.ld