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.

can anyone share a uart rx and tx program using driverlib/uart.c and driverlib/uart.h driver in TMS320F28075

Other Parts Discussed in Thread: TMS320F28075, CONTROLSUITE

can anyone share a uart rx and tx program using driverlib/uart.c and  driverlib/uart.h driver , i couldnt find any uart examples using ur driverlib/uart.c and  driverlib/uart.h drivers , the examples shared in the control suit dosent use this driver files.in TMS320F28075

  • Hello,

    For the Concerto devices (F28M35x/F283M36x) and the driverlib files found in MWare, you can find the uart_echo example in the folder:
    controlSUITE\device_support\f28m35x\v207\F28M35x_examples_Master\uart_echo

    If you haven't already, I suggest reading through the user guides for getting started with Concerto and descriptions of the example projects. These can be found at:
    controlSUITE\device_support\f28m35x\v207\doc

    You may be able to port this uart_echo example from F28M35x to F28075.

    Elizabeth