Content originally posted in LPCWare by dlo on Mon Jan 11 13:13:28 MST 2016
Working in Slave mode, the master sends 16 bytes of data to the slave, however, only the first byte makes it into the slave buffer. If I send 16 bytes 16 times, then the buffer fills up. However, all with the first byte sent (data string sent is: 0x00 0x11 0x22 0x33 0x33 ... 0xFF).
It does not seem the SPI Data Register is receiving all the bytes.