I am trying to communicate over SPI to a touchscreen controller in WINCE platform.
I have configured the pads(CLK,SIMO,SOMI and CS).Using the driver fns of SPI (provided by TI) I am able to write on the line. The data,clock and CS are observed at the input of the touchscreen controller.
My problem is that I am observing data on the SOMI line in the same cycle and it is the same as the data on the SIMO. And the voltage level is also dipping on the SOMI line.The data is observed on SOMI line even when there is no slave connected.
Please suggest me a solution to this problem.