I would like some help figuring out the simplest way to drive the TLC5958 in a non-multiplexed configuration similar to how the TLC5955 would operate. In this case all I would like to do is send data for one "line" without using the VSYNC command to change between memory banks. Is this possible?
I am trying to simplify software complexity to reduce time to prototype. My application is only 36 LEDs. I probably should have chosen the TLC5955 but I have already laid out a board to use the TLC5958.
One potential problem I have is that in order to maximize my GSCLK rate, I am using the buffered output of my 12 MHz crystal on an arduino microcontroller (ATmega328p). This means that I will not be able to create a momentary delay before starting a new line. If I am only using one line, can I use a continuous GSCLK?
What would be the proper signal flow for using the LAT pin and writing SPI data for new GS values?
Thank you,
Dan