Hi Team,
I am working with mcspi_slave_mode example provided in
-->/pdk_jacinto_07_03_00_29/packages/ti/drv/spi/example/mcspi_slavemode/src
I am sending 26 bytes of data over loop of 16 times.
for first transfer it is taking approx 1 sec. and later on it is taking 8 to 10 ms for single transfer.
and to complete data transfer that is 26 bytes *16 times it is taking 1.17 seconds.
test case:- single channel DMA mode
I am using default configuration
as per my understanding those are
from
dataSize=8 bit(tried with 16 bit no significant change in timings)
bitrate = 1Mhz (tried upto 48Mhz no significant change)
for sync
Osal_delay(1000); //master(reduced upto 20ms)
Osal_delay(500);//slave(reduced upto 10ms)
considering this scenario are those time taken for transmission is appropriate?
Please suggest.
Best Regards,
Tanvi