Hello,
I have a project based on CubeMx. In this project I use a custom linker file. I Configure the project to use the custom linker file by going to “VisualGDB Project Properties -> MSBuild settings and pointing it to my linker file. This works fine until i make a change in the cubemx project and regenerate the code.
When I reload my VS project, VS reloads my cubemx project and in the process of doing that, it defaults back to the ST provided linker file.
How do I stop my linker file setting from being changed every time my cubemx project is reloaded?
Environment =
VS2022
CubeMX 6.10
VisualGDB Version 5.6R9 (build 4777)
Thanks