diff options
Diffstat (limited to 'Software/Embedded_SW/Embedded/tm4c129xnczad.cmd')
| -rw-r--r-- | Software/Embedded_SW/Embedded/tm4c129xnczad.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/tm4c129xnczad.cmd b/Software/Embedded_SW/Embedded/tm4c129xnczad.cmd index be42101c4..b3e3ca9f0 100644 --- a/Software/Embedded_SW/Embedded/tm4c129xnczad.cmd +++ b/Software/Embedded_SW/Embedded/tm4c129xnczad.cmd @@ -34,7 +34,7 @@ /* The starting address of the application. Normally the interrupt vectors */ /* must be located at the beginning of the application. */ #define APP_BASE 0x00000000 -#define FLASH_RAM_BASE 0x000F8000 +#define FLASH_RAM_BASE 0x000FC000 #define RAM_BASE 0x20000000 /* System memory map */ @@ -42,9 +42,9 @@ MEMORY { /* Application stored in and executes from internal flash */ - FLASH (RX) : origin = APP_BASE, length = 0x000F8000 + FLASH (RX) : origin = APP_BASE, length = 0x000FC000 /* Application stored in and executes from internal flash */ - FLASH_RAM (RWX) : origin = FLASH_RAM_BASE, length = 0x00008000 + FLASH_RAM (RWX) : origin = FLASH_RAM_BASE, length = 0x00004000 /* Application uses internal RAM for data */ SRAM (RWX) : origin = 0x20000000, length = 0x00040000 } |
