Hello,
I am wondering about the Chip Select Signal for a transmission longer than 2 bytes. This is from the Datasheet at page 87.
To produce this kind of communication it is nessasary to drive the CS signal by the application software instead of the SSI module (SSI Module of the TM4C only operates with maximum 16bits message length)
I am not sure about Note 1. So i was wondering if the following communcation Signal would work. If this is the case i could use the DMA Operations.
My intetion here is to send 4 1-byte messages using the CS signal in the SSI Module. This would look like:
Thanks for your help :)