Other Parts Discussed in Thread: TCA9535
The GPIO ports or "PCA9535RGER" are configured as Inputs by default and are to be configured as outputs based on application need. However default value on output pin when they are configured as outputs is "1" or a high, because the default value of output port register is "FF".
However in out particular application, there is a need to have default low or "0" on the pins from the moment they are configured as outputs. The approach we are planning to accomplish this is to "Write Output port register with "00" before configuring the port as output"
Is it possible or is there any restriction on writing the output port registers when the device pins are configured as inputs?