Hi,
I was wondering exactly what does a "reciever enabled" GPIO in AM335x processors does differently from a "reciever disabled" one... When I set this bit, how does it affect the normal GPIO behaviour?
Regards,
Guilherme
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I was wondering exactly what does a "reciever enabled" GPIO in AM335x processors does differently from a "reciever disabled" one... When I set this bit, how does it affect the normal GPIO behaviour?
Regards,
Guilherme
The rxactive bit is just an enable pin to the input buffer. It is NOT for direction control. If you are using a pin that is an output then there is no use in enabling this buffer.
Ali Kanarya said:I just wander that when I disable this bit (that is I am not using it as input) why processor automatically anchors _oe register as "out"?
As mentioned, these bits are INDEPENDENT. One lives in the control module and the other lives in the gpio module.