STM32CubeMX 6.16.0: Missing STM32U375xx_FLASH.ld generation with CMake Toolchain
Hi everyone,
I am experiencing an issue with STM32CubeMX version 6.16.0 while working on an STM32U375xx based project.
When I set the Toolchain/IDE to CMake, the code generation process completes successfully, but the linker script (STM32U375xx_FLASH.ld) is missing from the project structure. I have checked both the root directory and the cmake/ folder, but the file is nowhere to be found.
Interestingly, if I switch the Toolchain to STM32CubeIDE, the .ld file is generated as expected. This suggests a potential issue or a change in behavior specifically for the CMake generator with the new U3 series in this version of CubeMX.
Environment details:
- MCU: STM32U375xx
- STM32CubeMX Version: 6.16.0
- Toolchain: CMake
Has anyone else encountered this problem? Is there a specific configuration I should check in the Project Manager to ensure the linker script is included in the CMake output?
Thanks for your support!
Best regards,
