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.

CC2650: How to enable UART when in RX

Part Number: CC2650

Hi all,

my customer has some issues with the CC2650. His project is about wireless sensor networks, namely he is using 2 sensortags (CC2650) connected to the gateway (beaglebone), all done following the approach showed by TI in our Contiki-6LOWPAN page.

http://processors.wiki.ti.com/index.php/Contiki-6LOWPAN

The problem arises once he tries to communicate with another micro-controller from ST (stm8s): how can he enable the UART when in RX ?

As a matter of fact, in the contiki project, for the cc26xx_uart_init() function, it's commented as follows:

  /* Only TX and EN to start with. RX will be enabled only if needed */

  input_handler = NULL;

Hence the question on how to enable the UART when in RX.

Thanks and beset regards,

Adrian