How to change flash start address without linker file
I need to change my flash jump address when I update firmware. I am using sm32h750 microcontroller, I can change the application code start address with flash .ld (linker) file with this MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K C...