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.

CCS/TMS570LC4357: interrupt based transmit and receive UART

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN, TMS570LS1224, LAUNCHXL2-570LC43

Tool/software: Code Composer Studio

Dear sir, 

I want interrupt based  transmit and receive a frame through UART. First i want to receive a frame(interrupt based) and the i have to sent a frame(also interrupt based).  i know i have to use scisend() and scireceive() in HL_notification.H file. but i am confused that once i receive a frame of 10 bytes then interrupt will be generated and  i have to read the data. after that i have to sent a frame of 10 bytes how to write the logic for it?

kindly help