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

Including another hex file in the linker

Hi all.

I'm developping a bootloader to allow firmware upgrade (IAP) in our application on F103RB microcontroller.
I'm coding with keil uVision 3 V3.85.

Bootloader has its flash space (specified in Bootloader target options).
Application has a different flash space (specified in Application target options).

I'd like to include Bootloader Hex file in the application project (or vice versa) to generate a SINGLE hex file for production.

I had a quick look at the linker manual but didn't find anything.

Is it possible ? How ?