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.

UART

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

I want to configure uart in an example project for my F2837xD eval. board. Does uartstdio.h/.c files in /utils have to used? How can I include in the project.

Thanks

Prakash

  • Hi Prakash,

    Prakash Patel said:
    I want to configure uart in an example project for my F2837xD eval. board. Does uartstdio.h/.c files in /utils have to used? How can I include in the project.

    You can find a ready-made example code named sci_echoback (uart) and so on in controlSuite.

    C:\ti\controlSUITE\device_support\F2837xD\v110\F2837xD_examples_Cpu1\sci_echoback

    Regards,

    Gautam

  • Thanks Gautam for the reply.

    I have one more question. Can I use this code for serial communication because I am using A:J1 USB/UART connector for connecting with PC. Do I need to add USB interface in order for it to work ?

    Your help is greatly appreciated.

    Regards

    Prakash

  • Prakash Patel said:
    Can I use this code for serial communication because I am using A:J1 USB/UART connector for connecting with PC. Do I need to add USB interface in order for it to work ?

    Yes, why not! No, you might not need the USB interface (If you're able to power the board externally). Just check the schematic whether you need a level converter or is it present. Usually SCIA can be directly connected to serial port but do check the schematic.

    Regards,

    Gautam

  • Thanks Gautam,

    It is working with the hardware.

    Prakash

  • Prakash Patel said:
    It is working with the hardware.

    That's Great, Prakash!

    Goodluck & Regards,

    Gautam