Hello,
I'm using S32 Design Studio for Power Architecture and the PE-Micro Debugger Tool (Multilink Universal FX).
For my board i need the external clock source from EXTAL pin. So I want to change this setting in the
UTEST Miscellaneous record.
I setup my toolchain like in this howto.
https://community.nxp.com/docs/DOC-334094
The DCF Startrecord is 0x00400300 and the next free is 0x00400308 from manual and memory view.
Flash-script: NXP_MPC5777C_1x32x4k_UTest.pcp
For my SRecord i use this Excel sheet:
https://community.nxp.com/docs/DOC-335523
This is my S32 record:
| S30D00400308B008014001000000AD |
If i try to debug, i get no error message, but the Memory is not filles with my data.
But if i use the Flash button, to Flash the new created configuration i get the following error message:
CMD>EM
Command is inactive for this .PCP file.
Error Erasing flash of device
Error occured during Flash programming.
AND:
Error during Flash programming. Terminating debug session.
I found this error always in this thread, but i don't have the Lauterbach Debugging tool, to use this solution.
https://community.nxp.com/message/1010145
Is there any other possible solution or fixit for this issue?