The ‘5535 DSP does not have a slave SPI port. It appears that the two ways we can communicate are using the I2C (we would need to be a slave device) or by using two I2S ports (one to send data, one to receive). We need to use DMA because we will not be polling this port and cannot use interrupts. We are hesitant to use the I2C for reliably transmitting large amounts of data back and forth to the BB uP. Does T.I. have any application information regarding the use of the I2S ports for uP to uP communication or can you suggest a better way to do this?