I have found that when configuring the ADSP-21488 SPI for transmission in slave mode to send multiple 32-bit values (in my case four) that the TXS flag does not behave properly unless the master toggles the chip select after each value. This is the same whether I use DMA to feed the TXSPI or if I "manually" feed the TXSPI during an interrupt.
Is this the normal behavior or is there a way to allow transmission of all four 32-bit values in one transaction?