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.

TMS320F2800157: USB to UART MCU

Part Number: TMS320F2800157
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi experts,

Good day! I want to ask is there an C2000 MCU that can be used for conversion from USB to UART? The customer only needs MCU to implement this function.

Could you give some advices?

Thanks!

Best Regards

Kita

  • Hi Kita,

    Any C2000 MCU that has both an SCI module and a USB module can be used for this purpose. The following (gen 3) devices have both of these peripherals:

    • F2837xD
    • F2837xS
    • F2838x
    • F28P65x
    • F28P55x

    I would suggest they take a look at the usb_ex1_dev_serial example in C2000ware path: [C2000ware install]/driverlib/[device]/examples/cpu1/usb/. It configures both the SCI module and the USB module on the C2000 device to implement this conversion functionality to create a UART-to-USB bridge. 

    Best Regards,

    Delaney