I am creating a program that runs in RAM using MCUXpresso and using Managed Linker Script. I check the 'Load from RAM' to create a program that runs exclusively in RAM.
Debugging the program is not a problem.
My question is there any NXP projects, supplied tools, or scripts to take the RAM image and attach it to a RAM loader to create an S-RECORD file that can be loaded into Flash. Thus on power-on the RAM image is loaded into RAM by the RAM loader and it jumps to the start of RAM.