Do .bin files use relative or absolute addresses?
I am trying to set up a dual boot system using a bootloader in stm32F7 without using the dual bank operation. I have the bootloader, which can flash the bin files directly to the flash .My concern is whether .bin files contain any address information, if so are they relative? Also, will the jmp instructions work as intended ?
The idea is to use the same linker file to generate the bin files for both memory sections and flash them to different sections using the bootloader. Right now I used different linker scripts for different sections of the memory.
