How can I switch Off auto update of Stm32.mak file. I changed the location of .lds file into my project directory. So I changed stm32.mak file as I wanted, but every build VisualGSB makes it back (like changes in the BSP_ROOT field)
You cannot disable the auto-updating of LDFLAGS in stm32.mak, but you can override them directly in Makefile after the “include $(ADDITIONAL_MAKE_FILES)” line.