Hi, I am using an STM32F103 to control an instrument. I have the DfuSe USB bootloader at address 0x08000000-0x08003000 and then my application code from 0x08003000 onwards. These two chunks of code are the outputs of two separate projects and to program the micro requires two separate programming operations.
My question is: how can I combine the two into one? At the Hitex ARM conference someone demonstrated programming a dual core device using uvision and I'm sure they had somehow included the image file from one project into the build of another, but I can't see how to do this. Is there a way to include an .axf file or similar in a project?
Thanks,
Mark
View all questions in Keil forum