Hello,
here is LED blinking code
For LED conf:
/* Toggling Red LED D6 on EVB to observe MCU reset event */
SIU.GPDO[121].R = 0; /* MPC56x4xS EVB LED: data output: LED on */
SIU.PCR[121].R = 0x0200; /* MPC56x4xS/S EVB LED: enable PK[0] as output */
/* Toggling LED D7 on EVB to observe MCU wakeup event */
SIU.GPDO[70].R = 0; /* MPC56x4xS EVB LED: data output: LED on */
SIU.PCR[70].R = 0x0200; /* MPC56x4xS/S EVB LED: enable PF[0] as output */
Best regards,
Peter