Tool/software: Code Composer Studio
Hi,
I am using TM4C123GH6PM MCU and need to communicate through SPI. But the data size of SPI is maximum 16 bits. So maximum 16 bits only can transmit at a time. In my case i have to transmit 20 bit data through SPI and not finding anyway to do that.
According to MCU datasheet, For continuous back-to-back transfers, the SSInFss pin is held Low between successive data words and termination is the same as that of the single word transfer. But not clear that how to do this .
So please help me to find a way to keep SSInFss low for sending complete 20 bit data and please explain how to transmit 20 bits data through SPI (as the data size can be maximum 16)