Hi,
I am using UPP peripheral of TMS320C6748 to connect FPGA for High speed data transfer. I am using upp_bios_drv_v10 provided at wiki. I want to configure upp peripheral in DUPLEX 1 mode of operation but need separate handles for CH A and CH B. I want to keep read and write operations to these channels independant of each other. I am unable to get handle using GIO_create with IOM_INPUT/IOM_OUTPUT parameter. It works only with IOM_INOUT. Is it possible to operate it independantly ? I mean if some read operation is going on CH B and at the same time if I will configure CH A for write operation, will it work without interferring other channel operation?
Regards,
Chandra