MPC5777M-PinToggle GHS614 - Do not run

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5777M-PinToggle GHS614 - Do not run

526 Views
duyhung
Contributor II

Hi all,

I tested projects on flashing LED chip MPC5777M but I did not see what happened. Here is part of pin configuration and project. Will I be doing wrong? My project configuration correct ?

 

    /* Setup pin to toggle */     SIUL2.MSCR[62].R = 0x12380000;     SIUL2.MSCR[63].R = 0x12380000;     SIUL2.MSCR[68].B.OERC = 0x10;     SIUL2.MSCR[68].B.ODC = 0x10;     SIUL2.MSCR[68].B.SSS = 0x00;      /* Pin to toggle */     SIUL2.GPDO[63].B.PDO = ~SIUL2.GPDO[63].B.PDO;     SIUL2.GPDO[62].B.PDO = ~SIUL2.GPDO[62].B.PDO;     SIUL2.GPDO[68].B.PDO = ~SIUL2.GPDO[68].B.PDO;

Original Attachment has been moved to: MPC5777M_GHS_Base_1_1.zip

Labels (1)
0 Kudos
Reply
0 Replies