2020-08-14 07:49 AM
Hi there,
I would like to customize the linker script generated by CubeMX.
Right now, any changes to the linker file get overwritten when I generate code from CubeMX.
Is there a way I can accomplish this? Thanks!
Solved! Go to Solution.
2020-08-14 07:59 AM
You can rename the generated .ld file and specify the new file name in the linker settings. The renamed file should not be touched anymore.
2020-08-14 07:59 AM
You can rename the generated .ld file and specify the new file name in the linker settings. The renamed file should not be touched anymore.
2020-08-19 08:49 AM
Thanks @KnarfB that did the trick.
2021-06-29 10:11 AM
I cannot get this solution to work for my project. I have renamed the linker script AND moved it to a different folder (Core) but CubeIDE still overwrites it when I generate code.
2023-09-07 03:19 AM
in case anyone still wondering:
it's here:
2024-09-26 10:52 AM