STM32H747_CM4: add RAM_D3 memory section

pull/13826/head
Martino Facchin 2020-12-10 11:13:22 +01:00
parent a7a6f2a2c5
commit 5b91a00da3
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ MEMORY
{
FLASH (rx) : ORIGIN = MBED_APP_START, LENGTH = MBED_APP_SIZE
RAM (rwx) : ORIGIN = MBED_RAM_START + VECTORS_SIZE, LENGTH = MBED_RAM_SIZE - VECTORS_SIZE
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K
}
/* Linker script to place sections and symbol values. Should be used together