Hi all,
I want to configure the UART1_RTSn pin as GP1[25] pin to control the value of the pin. I have used the sysfs application to modify the pin value, and put it to "high"; in the cat /sys/kernel/debug/gpio appear that is "high" but with the scope, it is "low".
Also I have check it with another gpio, which controls a LED, and in this case, it works properly.
I am thinking about if the problem is a loaded firmware, that changes the configuration I put for the pinmux.
Am I right? Please, some advice or idea would be ok.
The final purpose is to do it in the kernel space, to automate the pin control
BR,
Inigo