Hi Peter,
Thank you for your response. This has been challenging for me.
From what I am understanding I do not need to alter the DCF records to make the 3.3V IO Functional?
I have set the following (Currently Avoiding writing to DCF Clients):
PMCDIG.VSIO.R = 0x00000000 ; // Setting Main I/O segments to 3.3V supply
PMCDIG.REE_VD13.R = 0x00000000 ; // disabling PORST for 3.3V undervoltage for I/O
PMCDIG.REE_VD14.R = 0x00000000 ; // disabling PORST for 3.3V undervoltage for I/O
Does this mean I have to set these values during phase 1 of the Reset State Machine or do I have to set these values after Reset during Application execution? Once I have set the above values is it valid for me to switch the jumper from 5V to 3.3V without having the MPC5777m to reset?
Also, What if I want to run my Microprocessor directly from 3.3V on a standalone board? How can I manage to have a startup of 3.3V?