This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Application for bootloader

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

Parents
  • Sorry, but you're really not making much sense.

    starts at 0x90000 so the Keil compiler generate a hex file with this offset

    What "this" offset is that? And how does the Keil linker (not the compiler!) know about it in the first place?

    How I can remove this offset in my hex file to load it directly with my bootloader?

    What on earth makes you think you should remove that offset? What is the input data format for your bootloader, anyway?

Reply
  • Sorry, but you're really not making much sense.

    starts at 0x90000 so the Keil compiler generate a hex file with this offset

    What "this" offset is that? And how does the Keil linker (not the compiler!) know about it in the first place?

    How I can remove this offset in my hex file to load it directly with my bootloader?

    What on earth makes you think you should remove that offset? What is the input data format for your bootloader, anyway?

Children