Hello,
During prototype debug, it was found GPIO1 of 947 can not be configured. The pin was always locked at logic low.
We set 0x0e with value 0x33, to set both GPIO1 and GPIO2 as input, and then pass through to 948 side as output. GPIO2 channel succeed, and GPIO1 failed.
We read back 0x1c of 947, its value is 0x04, which shows GPIO2 is configured as input as we expected, but GPIO1 not.
What happens on GPIO1 of 947? What is the reason that make it can not be configured as input?
Thanks!