From 9d07e2cc6b50e07933f38e18a042a64f6515aa4c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 5 Apr 2020 12:44:48 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13514 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- ...E-NUCLEO144 (ST-Link GDB Server, Flash and Run).launch | 2 +- ...tency (Select ELF file)(OpenOCD, Flash and Run).launch | 2 +- os/common/startup/ARMCMx/compilers/GCC/ld/STM32L552xE.ld | 8 ++++---- .../startup/ARMCMx/compilers/GCC/ld/STM32L552xE_TZ.ld | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) 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 }