diff options
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/stm32f407g_disc1/STM32F407VGTx_FLASH.ld | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/bsp/stm32f407g_disc1/STM32F407VGTx_FLASH.ld b/hw/bsp/stm32f407g_disc1/STM32F407VGTx_FLASH.ld index 4f8a997dc..c41602720 100644 --- a/hw/bsp/stm32f407g_disc1/STM32F407VGTx_FLASH.ld +++ b/hw/bsp/stm32f407g_disc1/STM32F407VGTx_FLASH.ld @@ -41,9 +41,9 @@ _Min_Stack_Size = 0x4000; /* required amount of stack */ /* Specify the memory areas */ MEMORY { -RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K -CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 64K -FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K + RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K + CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 64K + FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K } /* Define output sections */ |
