Hi! I am trying to follow Stanish's instruction to try the BootLoader_MPC5748G example on my DEVKit-MPC5748G board. But I got the following error when trying to flash the BootLoader_MPC5748G.RBF to the board. Could someone please help me? Thanks!
Connection from "127.0.0.1" via 127.0.0.1. Connection from port "55762" to 7224
Copyright 2018 P&E Microcomputer Systems,Inc.
Command Line :C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\pegdbserver_power_console -device=MPC5748G -startserver -singlesession -serverport=7224 -gdbmiport=6224 -interface=OPENSDA -speed=5000 -port=USB1Ø
OpenSDA detected - Flash Version 1.10
Flash Data in range 0x00F8C000-0x00F8C01B.
Flash Data in range 0x00F8C020-0x00F8DC0B.
CMD>RE
Initializing.
Device IDCODE is $00000082
Device ID revision is $00000000
Initializing Ram Block 0x40000000-0x40007FFF.
MPC574xC Device detected.
Target has been RESET and is active.
CMD>CM C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\gdi\P&E\nxp_mpc5748g_1x32x1520k_cflash.pcp
Initializing.
Device IDCODE is $00000082
Device ID revision is $00000000
Initializing Ram Block 0x40000000-0x40007FFF.
MPC574xC Device detected.
DOUBLE BUFFERING enabled.
Initialized.
;version 1.05, 06/26/2017, Copyright P&E Microcomputer Systems, www.pemicro.com [5748G_6080k]
;device NXP, MPC5748G, 1x32x1520k, desc=CFlash
;begin_cs device=$00F90000, length=$005F0000, ram=$40000000
Loading programming algorithm ...
Done.
Programming sequency is : erase, blank check, program, and verify {default}
CMD>VC
Verifying object file CRC-16 to device ranges ...
Error - no valid data in range of module.
Current content of flash does not match application to be programmed
CMD>EM
Erasing.
Module has been erased.
CMD>PM
Programming.
Processing Object File Data ...
No data to program.
.
Error during programming.
Error Programming flash of device
Error occured during Flash programming.
Device IDCODE is $00000082
Device ID revision is $00000000
Device IDCODE is $00000082
Device ID revision is $00000000
Starting reset script (C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\gdi\P&E\s32e200_mpc574xg.mac) ...
REM This script is compatible with MPC574xG devices.
REM Clean GPRs to remove residual data after using algorithm
REM Initialize all of the Main SRAM - 768KB
Initializing RAM from $40000000 to $400BFFFF.
Initializing Ram Block 0x40000000-0x400BFFFF.
Reset script (C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\gdi\P&E\s32e200_mpc574xg.mac) completed.
MPC574xG Device detected.
PEmicro GDB Launch Failure : Error during flash programming. Terminating debug session.