Hello
I've write a application which I will bootload with my software bootloader (on 0x80000). The code of the application starts at 0x90000 so the Keil compiler generate a hex file with this offset. How I can remove this offset in my hex file to load it directly with my bootloader?
Thank and regards
Reto