This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am working with MSP430G2553 and TLC5940nt,can you please tell me how to interface both the components.As there is not much information about TLC5940nt .Thank you in advance.
As you should avoid bit-banging the serial data, but use the msp430 UCB0 SPI
The pins should be used this way, the others are general GPIO
P1.7 SIMO (MOSI = master out>slave in: a msp output)
P1.6 SOMI (MISO = a msp input)
P1.5 CLK (a msp output)
Edge and phase have to be set correctly too, TI is pretty much the opposite of Motorola SPI.
Probably a patent issue and is silly if you ask me.
**Attention** This is a public forum