diff --git a/demos/STM32/RT-STM32L552ZE-NUCLEO144/debug/RT-STM32L552ZE-NUCLEO144 (ST-Link GDB Server, Flash and Run).launch b/demos/STM32/RT-STM32L552ZE-NUCLEO144/debug/RT-STM32L552ZE-NUCLEO144 (ST-Link GDB Server, Flash and Run).launch index 30754e98c..ed9b9ef3c 100644 --- a/demos/STM32/RT-STM32L552ZE-NUCLEO144/debug/RT-STM32L552ZE-NUCLEO144 (ST-Link GDB Server, Flash and Run).launch +++ b/demos/STM32/RT-STM32L552ZE-NUCLEO144/debug/RT-STM32L552ZE-NUCLEO144 (ST-Link GDB Server, Flash and Run).launch @@ -33,7 +33,7 @@ - + diff --git a/demos/various/RT-TEST-Latency/debug/RT-TEST-Latency (Select ELF file)(OpenOCD, Flash and Run).launch b/demos/various/RT-TEST-Latency/debug/RT-TEST-Latency (Select ELF file)(OpenOCD, Flash and Run).launch index c2591243b..79ecb7768 100644 --- a/demos/various/RT-TEST-Latency/debug/RT-TEST-Latency (Select ELF file)(OpenOCD, Flash and Run).launch +++ b/demos/various/RT-TEST-Latency/debug/RT-TEST-Latency (Select ELF file)(OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ - + diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE.ld index 8ac753ecc..76f9605d2 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE.ld +++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE.ld @@ -29,10 +29,10 @@ MEMORY flash7 (rx) : org = 0x00000000, len = 0 ram0 (wx) : org = 0x20000000, len = 256k /* SRAM1+SRAM2 NS */ ram1 (wx) : org = 0x20000000, len = 192k /* SRAM1 NS */ - ram2 (wx) : org = 0x00000000, len = 64k /* SRAM2 NS */ - ram3 (wx) : org = 0x0E000000, len = 256k /* SRAM1+SRAM2 NSC */ - ram4 (wx) : org = 0x0E000000, len = 192k /* SRAM1 NSC */ - ram5 (wx) : org = 0x0E030000, len = 64k /* SRAM2 NSC */ + ram2 (wx) : org = 0x20030000, len = 64k /* SRAM2 NS */ + ram3 (wx) : org = 0x30000000, len = 256k /* SRAM1+SRAM2 NSC */ + ram4 (wx) : org = 0x30000000, len = 192k /* SRAM1 NSC */ + ram5 (wx) : org = 0x30030000, len = 64k /* SRAM2 NSC */ ram6 (wx) : org = 0x00000000, len = 0 ram7 (wx) : org = 0x00000000, len = 0 } diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE_TZ.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE_TZ.ld index dea6fca41..8266ea3b6 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE_TZ.ld +++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE_TZ.ld @@ -29,10 +29,10 @@ MEMORY flash7 (rx) : org = 0x00000000, len = 0 ram0 (wx) : org = 0x20000000, len = 256k /* SRAM1+SRAM2 NS */ ram1 (wx) : org = 0x20000000, len = 192k /* SRAM1 NS */ - ram2 (wx) : org = 0x00000000, len = 64k /* SRAM2 NS */ - ram3 (wx) : org = 0x0E000000, len = 256k /* SRAM1+SRAM2 NSC */ - ram4 (wx) : org = 0x0E000000, len = 192k /* SRAM1 NSC */ - ram5 (wx) : org = 0x0E030000, len = 64k /* SRAM2 NSC */ + ram2 (wx) : org = 0x20030000, len = 64k /* SRAM2 NS */ + ram3 (wx) : org = 0x30000000, len = 256k /* SRAM1+SRAM2 NSC */ + ram4 (wx) : org = 0x30000000, len = 192k /* SRAM1 NSC */ + ram5 (wx) : org = 0x30030000, len = 64k /* SRAM2 NSC */ ram6 (wx) : org = 0x00000000, len = 0 ram7 (wx) : org = 0x00000000, len = 0 }