I have TM4C1231H6PGE, and I have to program SSI in slave mode.
Reading reference manual:
My SysClk is 24576000Hz. Since SSInClk must be 12 times slower than SysClk, it can be at most 2048000Hz, is that right?
So I initialize it with:
SSIConfigSetExpClk(SSI0_BASE, 24576000UL, SSI_FRF_MOTO_MODE_1, SSI_MODE_SLAVE, 24576000UL/12, 8);
With this setup I have CPSDVSR set to 2 and SCR set to 5, and the I have exacly 12 times slower clock.
I wonder if master *must* send data exacly @2.048MHz or can send at slower bitrate?
best regards
Max
