Posted on May 17, 2011 at 13:03Hi How I can jump from the my bootloader to the Application at 0x08004000 My bootloader address (0x08000000 - 0x0800Cfff ) I tried typedef void (*JUMP_TO)(void); static unsigned int start_adr=0x08000000;// Main code s...