Regarding IAP internal flash switching
Hello all,
I am using stm32f407 microcontroller for my application.
For IAP
I have chosen 1 Megabyte flash memory chip, i will separate this into two 512 kb regions.One region will be having my running application,another region will be used to write the the downloaded application from uart ( IAP).
first region address range will be (0x08000000 - 0x0807FFFF)
second region address range will be (0x08080000 - 0x080F FFFF)
how to to switch the booting address from one region to another region
What are the things i have consider to do this
For this is it necessary to relocate the vector table