How can STM32MP151 support 9bits, SPI?
Dear All,
I have been working on communicating with LCD module by 3 wire, 9bits SPI.
Firstly I implemented it by gpio.
I can communicated with LCD module by 3 wire, 9bits SPI.
But we encounter problem in total time in sending pixel data by SPI.
We're using 320X240 LCD.
It takes around 18 seconds to transfer all pixel data to LCD module.
Therefore I need to find another way to reduce time in communicating with LCD module.
We think that SPI driver will be faster than using GPIO.
But I wonder how to send each data in 9 bits.
If anyone have experience about SPI 9 bits, please advise.
