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

JUMPING TO A SECOND PROGRAM FROM A BOOT LOADERJUMPING TO A SECOND PROGRAM FROM A BOOT LOADER

Note: This was originally posted on 18th January 2011 at http://forums.arm.com

I have an application that is separated into two parts that are compiled and linked separately. Part 1 is a "Bootstrap Program", reside in NVRAM in the processor that checks to see if Part 2 "The Application" which is reside in the external flash is present at address 0x3C000000. After execution of Part 1 my program should jump to address 0x3C000000 which is reside in external flash.

   How do I do this?