Question
BootLoader functions use in Application
Posted on November 20, 2012 at 14:04
My application requires a BOOT loader that loads an application into a FLASH device. I have created two different applications:
A BOOT loader application. start 0x08000000 A FLASH application. start 0x08008000Both has vector tables.
The FLASH application must call some of the functions in the BOOT loader. Is there a clever way to do this? I use coocox IDE and stm 103ZE dev board .... Havent you some examples for better understanding? thanks for reply >:-) #bootloader-application-function