This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS32C5535 SPI (slave) in interrupt mode

Other Parts Discussed in Thread: TMS320C5535

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