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

How to combine application with bootloader?

Hi,

I'm using the STM32F103ZD uC and the Keil IDE uVision V4.03q.

I wrote two programs: a default Application and a Bootloader. The Bootloader can load the Application by some interface and execute it.

Now I want both programs to be combined into one single project so I can compile both and flash both in one go into my uC.

But, the Bootloader should reside at a predefined memory address.

What's the best way to achieve this?

Thanks in advance,

Henk