This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Program counter

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.