Tool/software:
Good morning.
I am using CM core to communicate with BT815 based display with SPI and faced strange behaviour. Before I implemented same display using Tiva C, STM32 and FTDI chip on PC, whithout problems.
But when I'm using CM's SSI, I see when I read data from SSI it is shifted one bit right. As the communication with display is half duplex, so I do not have to write and read at the same time, I have to set clock phase to 1 before reading and restore it to 0 after. It works, but not realy convinient. As I see, the C28x core's SPI ports behave the same.
Is there any cure for this? Thank you!

