From 5e14ecf0421849b5a41541ddeab617bbf4f3007d Mon Sep 17 00:00:00 2001 From: Jorge Date: Sun, 26 Apr 2026 23:25:41 +0300 Subject: [PATCH] Fix: Rename misnamed linker script in STM32F401RE-Nucleo Template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The linker script was incorrectly named STM32F401CEUX_FLASH.ld which references the F401CE chip variant in UFQFPN48 package. The Nucleo-F401RE board uses the STM32F401RET6 chip (LQFP64 package), so the linker script should be named STM32F401RETX_FLASH.ld to match STM32CubeIDE's auto-generated convention. Changes made: - Renamed STM32F401CEUX_FLASH.ld → STM32F401RETX_FLASH.ld - Updated linker script header from F401CEUx to F401RETx - Updated all 4 filename references in .cproject file - Updated chip name references in .cproject from F401CEUx to F401RETx This aligns the Template with what STM32CubeIDE actually generates and prevents confusion for developers using this template. --- .../Templates/STM32CubeIDE/.cproject | 12 ++++++------ ...STM32F401CEUX_FLASH.ld => STM32F401RETX_FLASH.ld} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename Projects/STM32F401RE-Nucleo/Templates/STM32CubeIDE/{STM32F401CEUX_FLASH.ld => STM32F401RETX_FLASH.ld} (98%) diff --git a/Projects/STM32F401RE-Nucleo/Templates/STM32CubeIDE/.cproject b/Projects/STM32F401RE-Nucleo/Templates/STM32CubeIDE/.cproject index cb018e12d9..ed51109729 100644 --- a/Projects/STM32F401RE-Nucleo/Templates/STM32CubeIDE/.cproject +++ b/Projects/STM32F401RE-Nucleo/Templates/STM32CubeIDE/.cproject @@ -17,13 +17,13 @@ -