I am using CC1111 to interface with a modem over a UART interface, can someone please refer me to a code example that I can use in my development. Thanks.
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.
I am using CC1111 to interface with a modem over a UART interface, can someone please refer me to a code example that I can use in my development. Thanks.
Fahd,
We have demos that do that on our home page.
http://www.ti.com/product/cc1111f32
Please download the USB demo, it does that. The SimpliciTI stack also has a demo for that.
Regards,
/TA
Thanks for the suggestion. I wrote a driver for the UART, my goal is to talk to a modem and I can see data on the TX and RX lines as expected but I had an issue. My modem does not require Hardware flow control so I did not configure RTS and CTS in P0SEL (0x0C). This did not work event though. When I configured P0SEL with 0x3C even though I have flow control off. It worked, any thoughts why this is happening? Thanks.