Question
Reset vector in IAP application
Posted on April 11, 2013 at 12:40
I have wonder about the reset vector in IAP APP>
I understand that on reset the pointer always jump to the beginning of the FLASH 0x0 or 0x08000000 and from there it take the start of the main. But if I put one time Boot APP start on 0x08000000, and then I put my first core applicvation start on 0x08010000 what will be the address point in the reset vector. I look on address 0x0 and no metter which program I download first it always show to the Boot program. I can't download only the Boot and with the boot bring my APP start on 0x08010000 because there are some ID data I should write at first time which shouldn't touch by the Boot after. I was thinking to download always first the core APP and then the Boot so there the reset vector will have allways the Boot main location. Can it work? Bar. #reset-vector-with-2-app #reset-vector-in-iap