HI,
I want to use TMS320C5535 SPI in interrupt mode ( 32 bit Read/write) which is interfaced with ADC and configured for 20MHz. expected to read at 16KSPS.
The SPI 32 bit read/write works in polling mode but it introduces a gap of few microseconds in between consecutive Rx/Tx ( in case of multiple word frame read/write)
Initially I faced issue with 32 bit read/write and I got it working by modifying "csl_spi.c" for 32 bit R/W and by clearing data reg's before reading.
Regards,
Rajaram