I have selected TLC5954 as display driver for led based user interface. The controller is Raspberry Pi3B+.
A SPI port will not let transfer 49 bits, I am able to transmit 48 bits using SPI and verify on oscilloscope.
How to transfer the 49th bit? Same PI3B+ pins using SPI.
The 49 bits can be transferred using bit-bang interface, which is not acceptable.
IS there another approach?
Mahesh