Hello,
I have to make a code on Stellaris LM4F231H5QR.
I can't find the the register which reset SSI FIFO.
In our board, threre are host CPU and a LM4F231H5QR through SSI.
I want that host CPU can control LM4F231H5QR with SSI.
But there are problem with SSI FIFO.
If host CPU transfer 4 bytes {command , address, length, data}
But I think LM4F231H5QR can't find command byte, because when it receive a byte, there are no registers indicating first byte in this frame.
So, I can't handle error which may happens in framing.
Frame means one transfer with one frame signal (FSS)
Is there any solution?
Sorry for my poor english~