Hi,I am try to develop a bootloader for STM32F103C8T6 controller. my bootloader memory is 16 KB address range 0x8000000 to 0x8004000.my application range is 45 KB 0x800C000 to 0x8010000. jump statement I am using below mentioned one,void(*app_reset_h...