We have two applications. The first application is at 0x1000000 in flash memory, the second application is at 0x01140000. The boot header(0x00FA0000) is the same.
I want to be able to choose a flash memory address during the application call process. I would like to know if it is possible to utilize the flash overlay function for this. As seen in the MPC5746C Reference Manual "Support is also provided to reroute flash access to a different on-chip flash memory address." and like writing. I would like to know how I can reroute to the 0x01140000 flash memory address.
Or I would like to know if there is a way to select the application start address(0x1000000 or 0x1140000).
If you have an example program or document for the above method, please reply.
Thank you.