Discussion Forum

Including another hex file in the linker

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Marco Donati
Posted
31-Aug-2009 08:57 GMT
Toolset
ARM
New! 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 ?

Read-Only
Author
Stefan Hartwig
Posted
31-Aug-2009 10:01 GMT
Toolset
ARM
New! RE: Including another hex file in the linker

Hi,
maybe this (http://www.keil.com/support/docs/2666.htm) is what you are searching for.

Read-Only
Author
Marco Donati
Posted
31-Aug-2009 10:11 GMT
Toolset
ARM
New! RE: Including another hex file in the linker

Great and practical solution, thank you very much.
I'm sorry I didn't find it myself browsing through support pages.

Read-Only
Author
Stefan Hartwig
Posted
31-Aug-2009 10:22 GMT
Toolset
ARM
New! RE: Including another hex file in the linker

It was the first page, google gave me when searching merge 2 hex files

Next Thread | Thread List | Previous Thread Start a Thread | Settings