From 0630d110044d7d8799a18628e1b2af5a1cd7ab0b Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Fri, 25 Oct 2024 19:47:50 +0800 Subject: [PATCH] only use DTCM --- ldscripts/devices.data | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ldscripts/devices.data b/ldscripts/devices.data index b051f2f..7acb65e 100644 --- a/ldscripts/devices.data +++ b/ldscripts/devices.data @@ -1,5 +1,3 @@ # SPDX-License-Identifier: Apache-2.0 -stm32f407vg stm32f4 ROM=1024K RAM=128K -stm32f4 END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m4 FPU=hard-fpv4-sp-d16 -stm32f767zi stm32f7 ROM=2048K RAM=384K -stm32f7 END ROM_OFF=0x08000000 RAM_OFF=0x20010000 CPU=cortex-m7 FPU=hard-fpv5-sp-d16 +stm32f767zi stm32f7 ROM=2048K RAM=128K +stm32f7 END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m7 FPU=hard-fpv5-sp-d16 \ No newline at end of file