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.

TMS320F280025C: f280025c

Part Number: TMS320F280025C

Dear Team,

I Hope you are getting some good questions from people:)!

I have used sci_ex3_echoback example and I run it successfully!

what I want is, whenever I received interrupt then and than it should transmit data.

So, for that what changes I have to make in this example

Please guide me!!

Best and regards,

Dipak

  • Hi Dipak,

    Thanks for your question!

    I think the simplest way to accomplish what you are looking for is to use the "sci_ex2_loopback_interrupts.c" example, and simply disable loopback and add a "SCI_writeCharArray" to the RX interrupt! You could also probably remove the TX interrupt if you want to simplify the code (may want to start with no TX interrupt).

    That will make it "loopback" the data in RX to a transmit as soon as it receives it.

    Try that out and let me know if that is what you're looking for!

    Regards,

    Vince