I'm very inexperienced in STM32
programming and want to ask about firmware installment with ST-Link-Utility
.
I've a flight controller that must be flashed with custom firmware.
The firmware provided by developer now is compiled as hex file and has starting address at 0x8008000
.
I need to change it's starting address to 0x2000000
.
Is there any possibilities to do this, without modify source code of the hex file? What I need to do first in this case?