Skip to content

Commit

Permalink
Update memory layout to LM3S6965
Browse files Browse the repository at this point in the history
  • Loading branch information
gjadi-mej committed Jul 17, 2020
1 parent e52451e commit 0e2e31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FreeRTOS/Demo/CORTEX_LM3S6965_GCC/standalone.ld
Expand Up @@ -28,8 +28,8 @@

MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 64K
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 8K
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 256K
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
}

SECTIONS
Expand Down

0 comments on commit 0e2e31d

Please sign in to comment.