This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

try a software UART, code is at silabs, for UART2

Try a software UART, code is at silabs, for your second UART. That way you can use the same stuff you already have. It will take away some of the processor steam but you can use timer interrupts to keep the overhead reasonable.

0