I have a LPC1768 XPresso board with the SSP0 port configured as a slave. The master is an Analog Devices AD73322 codec.
After configuring the SSP port to TI mode, and after enabling the port, I load two values into the data register. I can see on my logic analyzer that the master is sending SCLK and FS as shown in UM10360 (LPC176X user manual) Fig. 77 page 425, however the LPC1768 is not transmitting the contents of the data register on the MISO0 pin.
I've tried lots of configuration changes but so far no luck in getting it to work. However, I do have this codec working as a master on an SSP bus with the LPC2138 as the slave.
Any ideas?