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.

LAUNCHXL-CC1310: LAUNCHXL-CC1350: CC1350 UART Rx Contiki

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1350, CC1310,

Hi,

I have used this examples as below,  when I send the data to Launchpad it, but it can't be received.

e2e.ti.com/.../2178563 cc1350 uart&tisearch=Search-EN-Support

I used FT232 to  launchpad.

The connector pin:FT232 TXD---Launchpad RXD.

  FT232 RXD--Launchpad TXD.

  FT232 CTS--Launchpad RTS(IOID_18).

  FT232 RTS--Launchpad CTS(IOID_19).

 1) TeraTerm config:Baud rate 115200, data 8, parity none, stop 1 ,flow control hardware.

  It can't send data to Launchpad.

  2)when I used another config:

#define BOARD_IOID_UART_RTS       IOID_UNUSED
#define BOARD_IOID_UART_CTS       IOID_UNUSED

TeraTerm config:Baud rate 115200, data 8, parity none, stop 1 ,flow control none.

The FT232 can send data to Launchpad, but the Launchpad cannot receive it.

What wrong with my steps?

Thanks,

Best Regards!

Kanta