2019-07-22 04:36 AM
Hello,
For a project generated with STM32CubeMX I have to update the memory map in the linker file to be able to use it with a bootloader. The linker file is generated by CubeMX but I don’t see an option to define the starting address of the application in flash. The default address is 0x08000000 but I want to change it to a higher value.
My question is: How can I configure a different starting address of the firmware in flash?
If that option is not available in CubeMX I would like to know how I can exclude the linker file from being overwritten when the project is regenerated.
The STM32CubeMX version used is 5.1.0.
With kind regards