diff --git a/cpu/cc26xx/cc26xx.ld b/cpu/cc26xx/cc26xx.ld index 27c39c6c5..5902161c3 100644 --- a/cpu/cc26xx/cc26xx.ld +++ b/cpu/cc26xx/cc26xx.ld @@ -35,14 +35,14 @@ ENTRY(ResetISR) MEMORY { - /* Flash Size 128 KB minus the CCA area below (76 bytes) */ - FLASH (RX) : ORIGIN = 0x00000000, LENGTH = 0x0001FFAC + /* Flash Size 128 KB minus the CCA area below (88 bytes) */ + FLASH (RX) : ORIGIN = 0x00000000, LENGTH = 0x0001FFA8 /* * Customer Configuration Area and Bootloader Backdoor configuration - * in flash, up to 80 bytes + * in flash, up to 88 bytes */ - FLASH_CCFG (RX) : ORIGIN = 0x0001FFAC, LENGTH = 84 + FLASH_CCFG (RX) : ORIGIN = 0x0001FFA8, LENGTH = 88 /* RAM Size 20KB (PG2.1) */ SRAM (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00005000