Hello,
We are working on a project that uses a UART->RS485 bridge, but the data coming from the bridge IC is idling low. In other words, the UART data we are receiving is "upside-down". At all times, the line is low until data starts to appear on the line, where the data raises the logic level to high repeatedly. This is a problem because the stock nRF52840 UART drivers expect UART to come in idling high. Is there any way we can flip the UART in software or do we have to add an inverter in hardware?
Thanks,
Nathan