Hello,
I am using the TIVA TM4C123BH6ZRB and want to send 256*16Bit-data via SSI0 (Master-Mode, Clock=6MHz, DataWidth=16Bit).
Before CS-edge arrives, the Tx-FIFO is filled with valid data (before filling the Tx-FIFO is empty, after filling the Tx-FIFO is full).
But when the Clock begins to run the first 16 bit-data on the bus (via scope) is always NULL. On following transmits all the data is out of allignment...
I tried to fill the FIFO via DMA and also very simple via DataPut (8x16 Bit), but the result is always the same - first 16 Bit-Value is never transferred,
although it is in the FIFO (first Tx 16Bit-value on bus is always NULL)!
The delay between CS edge and clock-run is > 130 µs!
Could this cause the Problem (timeout)?
Thanks in advance,
Tobi