Hello, we are working on a power converter controlled using the GPIC platform. We are using the LVTTL DIO's as outputs for controlling the DC pre-charge circuit. I know -- should have used the DO or RLY DO pins instead -- this can still be done but will require interface board redesign, layout and fabrication which I am hoping to avoid.
We are finding that upon powering on these are initialized as either high output or high impedance state. This is causing the pre-charge relays to close without a close command. After the controller boots up and our application starts running, these DIO pins are initialized and the relays open. Behavior is fine here on out. So we are exposed for some 20 odd seconds.
Is there a way to initialize these pins so that the output is low upon power on and stays low till commanded otherwise? I think that if there were a way to pre-load the bitfile to the FPGA instead of loading when the RT application initializes, that may solve this issue but I have not been able to find how to do this.
Thank you for you reading and any help is appreciated.