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