we are developing a custom bootloader for MPC5777C. The bootloader code is loaded to 0x00800000 base address , the fuctionality is to receive the srec file (i.e application code ) and store in 0x00840000 address later it is mapped to flash memory.
Later it is not required to load the srec file to the address 0x00840000, when reset is done it should automatically point to the application baseaddress and excecute the code present.
We are unable to execute the reset function , can I get any further reference to execute the above function.