I am using MPC5748G Devkit Rev D and I am able to load successfully rbf file and communicated with the Rappid BL utility.
Now if I want to run my test app on top of the BL code, what is the next SOP.
Are there any changes to be done in the linker scripts of the test app like linker_flash or linker_ram.ld.
I have tried flashing the test app on top of it, but unable to run my application.
I have used the Bootloader code provided in the S32DS sdk for MPC5748, but that BL code doesn't seems to make a jump to app image.
Does the BL code needs to be modified for jumping to application.
Any help on this will be appreciated.