Hi,Jiri. Thank you for your modification in howto doc.
I have done as you taugnt in doc, but there are some bugs.
Firstly, I import your example project which is downloaded from the attachment in howto doc .
But some warning exist in S32ds

Secondly, I ignored the warning and build the project , which creates *.srec file. And then I debug the *rbf file into the MCU, open the RappID Bootloader, flash the *.srec file into the MCU.
I do the above as the howto doc says, it is successful. The user LED flash and change colour which shows "Helloworld_PLL_Interrupt" project works.
However, it is failed if I wanna flash the *.srec file again, where the messagebox says "the time has been out".
After that I wanna flash the *rbf file into the MCU again, the debug process goes well but the result shows it is also failed. Because the userLED is still flashing and changing color.
And I found that I need to flash another project , for example, S32 example project "ADC_MPC5744P", into the MCU to clear the MCU flash. After it I can debug the *rbf file and flash the *.srec file into the MCU successfully.
It is so weird that I cannot understand.
Some questions:
- After debugging a project into the MCU with S32ds, has all the flash space been cleared? (no matter what project)
- Shall we modified the linker file of application? I guess the rbf file has been overwritten.
- Is there any available description document for the MPC5744P.rbf ?
Thank you previously.