I have couple of projects(bootloader @ 0x08000000 and application @ 0x081C00000, each output is converted to hex and packed as one Intel hex and flashed at 0x08000000. I wanted to change the program counter so that it can jump from one start location to another start location which is actually application should start executing from RAM. Looking for suggestions.