Hello,
Is there any Software Flow Control built into the UART driver for the CC1352? If not, are you aware of any open-source solutions for the same?
Warm regards,
Samyukta
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Is there any Software Flow Control built into the UART driver for the CC1352? If not, are you aware of any open-source solutions for the same?
Warm regards,
Samyukta
Sorry should have been clearer, I was asking about Xon/Xoff Software flow control not hardware flow control using RTS/CTS pins. We only have Rx/Tx pins on the UART.
XON/OFF is similar to MRDY/SRDY in simple_np example so you can refer to it to revise your application accordingly.