Hi All,
I would like to understand the GPIO6 functional behaviour. Does this gpio has any specific functionality wrt to modem ?
Initially, this signal was configured as input and no access from linux as shown below. It means any specific reason for configuring as input ?
AT+WIOCFG?
+WIOCFG: 2,16,0,0,1,0,0
+WIOCFG: 6,0,0,0,1,0,0
+WIOCFG: 7,16,0,0,1,0,0
+WIOCFG: 8,16,0,0,1,0,0
+WIOCFG: 13,16,0,0,1,0,0
+WIOCFG: 21,16,0,0,1,0,0
+WIOCFG: 22,16,0,0,1,0,0
+WIOCFG: 23,16,0,0,1,0,0
+WIOCFG: 24,16,0,0,1,0,0
+WIOCFG: 25,16,0,0,1,0,0
+WIOCFG: 28,16,0,0,1,0,0
+WIOCFG: 29,16,0,0,1,0,0
+WIOCFG: 30,16,0,0,1,0,0
+WIOCFG: 31,16,0,0,1,0,0
+WIOCFG: 32,16,0,0,1,0,0
+WIOCFG: 33,16,0,0,1,0,0
+WIOCFG: 35,16,0,0,1,0,0
+WIOCFG: 42,16,0,0,1,0,0
OK
So I changed this signal to output from the AT Commands as shown below
AT+WIOCFG=6,16,1,1,0,0,0
I would like to use the gpio6 as like gpio2(Reset signal to Ethernet bridge ) in mangoH.
Is that possible to achieve the same behavior with the gpio6 ?
Thanks,
Siva