Hello!
In my application, I have to receive UART signals from another device. The problem is the signal comes inverted so the nrf51422 can't handle it. I thought in 2 possibilities: Using external hardware to invert signal (transistor) or do it in software.
Does anyone know if the nrf51422 support UART inversion via software? If not, how can I achieve it?
Another question, but related: I was thinking of sending signals to 1 GPIO and generating the UART interrupt on another pin, just inverting the signal. Can I connect 2 pins together via software?
Thanks in advance