I need to communicate in a manner that resembles SPI Slave with some external equipment. Based on some initial measurements, the communication appears to be in eight 18-bit words at a 10 MHz clock rate. The signals appear to be SPI-like, meaning I am receiving Clock, SS, and Data In, and I need to transmit Data Out.
The TM4C SSI peripheral does not appear to support arbitrary size words (only 8, 16, or 32 bit).
Any ideas on a strategy to deal with this? (Other than bit-banging?)