Part Number: AM3359
We have an AM3359 custom board running with Linux SDK v 6.1.
There is a device connected on SPI CS0, the data transfer is successful.
When the signals are probed it is observed that the duration between CS and SCLK signals are about 83us i.e., after asserting chip select the processor is taking 83us to initiate the s-clock for data transfer.
The Linux application is made to work with the device file /dev/spidev.0, by calling open, IOCTL (fd, SPI_LOC_MESSAGE(1), &tr).
The delay parameter of struct spi_ioc_transfer is assigned with value zero.
Please help on how to rectify this.


