Hi,
I'm currently working on a driver under Linux 2.6.37 for UPP DMA transfer on OMAP-L138 platform.
Transmission works well, but I encounter some problems with the reception : it seems the bit D0 of the data is always 1.
i.e.
Data expected : 00 01 02 03 04 05 06 07
Data received : 01 01 03 03 05 05 07 07
My settings are :
Mode = 2 : Dual Channel A/B, Channel A in receive, Channel B in transmit
Data = 8 bits for both channels (pins D0..D7 for Channel A, pins D8..215 for channel B)
Signals START and ENABLE active
I have verified physically the signals START, ENABLE, D0...D7, and the input Clock = 75 Mhz.
I would like to know if someone has already encounter this problem.
I have no more ideas and I will appreciate some help to investigate.
Best regards.
Bruno DAVID