I've been playing around with the STLink Utility and noticed that all BIN files have a starting memory address of 0x00000000.
Lets say I download the SRAM of a device, which has target address 0x20000000. If I open and upload that file wouldn't STLink Utility load it at address 0x00000000 instead of 0x20000000 or am I missing something?
Thanks,
JRMN