LP-CC2652RSIP: CC2652RSIP UART

Part Number: LP-CC2652RSIP
Other Parts Discussed in Thread: CC2652RSIP

Tool/software:

I need to use external rs232 to ttl device with CC2652rsip for the uart communication with nortos gcc complier 

I have try with TI example code .

ONLY TI XDS110 device USB to UART only i am able to read and write data in xsd110 comport

when I use my external device i am unable to read and write data in usb to serial comport

what I should do to print my data in my external device that is usb to serial comport

  • Hello,

    After reading your question more, it seems an issue related to HW interface, because:

    It seems the SDK example is working when you use the default UART to USB (XDS).

    But it does not work when you try UART to RS232.

    The device itself would have the exact same UART output, independent of the receiving end (whether USB or RS232).

    So I'd recommend checking exactly what signals the RS232/TTL interface requires to process the signal correctly.

    Thanks,
    Toby