EXT_LOADER file attached as a .txt file, rename it as a .ld one.The key point is the KEEP command.Here the linker configuration: #define VECT_TAB_OFFSET 0x00000200UL
Hi all.Upgrading the STM32CubeProgrammer to v2.17 we found that the issue was related to the size of the ExternalLoader.We fixed it in this way:Discard unused functions flag enabled in STM32CubeIDE linker options.EXT_LOADER.ld file modified to keep o...