Tool/software: TI-RTOS
Hi,
I am using SPI TX through DMA in pingpong mode as SPI is configured as slave device.
I have configured the SPI to DMA interrupt DMA transfer complete interrupt, This interrupt will raise request if the transfer is completed.
Since I have configured the device in slave mode, it will wait for clock from master then only data will be send out of the device.
But without master clock, the interrupt is getting triggered and the ping pong is performing transfer alternately even in slave mode.
Regards,
Manohar