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