Tool/software:
We are seeing issues, when the UART serial cable is not attached, with the UART Rx pin. In this case, the pin is left floating, and appears to receive duplicated Tx data.
From Hardware Team: The Rx pin appears to be floating and the Tx signal is coupling in, making it look like loopback. Using a cable (pull-up) or an external pull-down, the problem goes away.
Setting the Rx pin with an internal PU doesn't appear to work either. For example
GPIO_setConfig(CONFIG_GPIO_UART2_CONSOLE_RX, GPIO_CFG_INPUT_INTERNAL | GPIO_CFG_IN_INT_NONE | GPIO_CFG_PULL_UP_INTERNAL);
yields the same behavior.
Any ideas on how to correct this in software?
Thanks