Hi Lukas,
To understand its working, I tried the RAppID BL on MPC5748G EVB. I was able to flash a sample application using RAppID BL Tool over UART. Verified the flash memory contents. However, the flashed code is not getting executed on Reset.
As said in the user manual of RAppID BL, I added the following in sample application:
1. RCHW (@0x00FA0000) is set as 0x005A0000.
2. Next 4 bytes represent start address of the application.
3. Next 4 bytes represent the delay before boot loader launches application.
4. Next 4 bytes represent the location of application key. The application key (0x55AA55AA) is placed at the end of of program and that address is provided here.
Is there anything missing?
Thanks
Sandeep