This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Connecting 24 Bit SPI Slave to TM4C12336H6PZ

Other Parts Discussed in Thread: TM4C1233H6PZ

I plan to connect a 24 Bit SPI Slave to the TM4C1233H6PZ. A typical SPI read access to the slave is shown in the timing below:

Unfortunately the TM4C1233 only supports maximal SPI transfere length of 16 bits. At the first glance this doens't seem to work. Now I had the idea to break up the 24 bit access into two 12 bit accesses. With the drawback SPI chipselect going inactive between the two accesses. This can be overcome by driving the chipselect not directly by the SSI but rather by a GPIO contol.

Is this a possible solution or has anybody a better idea?