Hi,
Issue:
I have observed that, there is ~300microseconds delay between 2 consecutive SPI writes.
Even if we try by modifying the delay_usecs in spi_transfer structure and tested most of the time we are getting ~300 microseconds delay only and sometimes even less delay upto ~200 microseconds.
I had seen the similar issue on Debian image from below link.
http://www.96boards.org/forums/topic/how-to-enable-spi-and-access-it-in-debian-os/#gsc.tab=0
Can any one share what causes this delay?How we can decrease the delay?