Need Help for BootLoader in STM32F407xx
I am trying to implement bootloader code , that run an application code in STM32F407VGT6 micro controller. I have written two different codes one is bootloader and other is Application. My question is How two different code loading at different flash location. I have tried, but its not working. The bootloader code is flashed from Default start address and Application code is flashed by making Vector table value 0x8008000.(Also used download offset 8000)
But the two codes are not worked as expected. here I am attaching the two main.c files. 6KB file is bootloader and 5kb is app code. Anyone please help me to solve the issue
