Can anyone enlighten me on the interaction between the receiver disable/enabled control in the pad control registers and the output data enable/disable control in the GPIO_OE register?
If you configure a pad as a GPIO does the RXACTIVE bit matter - i.e. do you have to set RXACTIVE=1 and OUTPUTEN[n]=1 for an input and RXACTIVE=0 and OUTPUTEN[n] for an output? If not, which one take precedence?