cc26x0: Adjust ldscript memory segment attributes
This commit is contained in:
parent
e3a27a74cc
commit
93e2527a64
@ -12,8 +12,8 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rx) : ORIGIN = 0x00000000, LENGTH = 0x00020000 - 88 /* technically, it's 128K */
|
rom (rx) : ORIGIN = 0x00000000, LENGTH = 0x00020000 - 88 /* technically, it's 128K */
|
||||||
gpram (rwx) : ORIGIN = 0x11000000, LENGTH = 8K /* configurable as cache. 20K here, 8K there, and 2K in the ld-script of cc26x0ware */
|
gpram : ORIGIN = 0x11000000, LENGTH = 8K /* configurable as cache. 20K here, 8K there, and 2K in the ld-script of cc26x0ware */
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K /* sram */
|
ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 20K /* sram */
|
||||||
}
|
}
|
||||||
|
|
||||||
INCLUDE cortexm_base.ld
|
INCLUDE cortexm_base.ld
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user