What state are GPIOs in if they are set to Alternative Function, but the controlling peripheral is disabled?
For example, if two pins are set, via the Alternative Function registers, to be the rx and tx for a UART, but that UART is disabled, what state are the pins left in if the various GPIO registers are not changed?Does the rx pin remain an input, and th...