Hello
I have a TLC5940 and 1 launchpad and I want to know
If Texas Instrument or some one have a TLC library for MSP430?
Thank For All.
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.
Hello
I have a TLC5940 and 1 launchpad and I want to know
If Texas Instrument or some one have a TLC library for MSP430?
Thank For All.
Hello Raul,
Do you mean generating the driver software for one of the TLC59xx parts?
I am not a programming expert, but I am told that the interfaces of all parts are simple and you just have to make sure that the timings are correct. Normally GPIOs or even existing interfaces can be used (dependent on the TLC59xx part) and therefore I expect for a person that already programmed processors, the system should run relatively fast.
Best regards,
Brigitte
I know that create it maybe can be easy.
I was asking about it because I saw this library for Arduinos microcontroler, and It was Well done at this home page.
http://www.arduino.cc/playground/Learning/TLC5940
http://code.google.com/p/tlc5940arduino/
But I have never programed arduino microcontroler and I realy like to use MSP430 than the others and I thought that maybe texas had the same Librery.
I will try to do some thing like it and I will ask to you some question when I try. If it work I will post here.
Thanks
While creating code for any of these parts is fairly easy, TI should make it easy to use a TI microcontroller with a TI power management part. It's a bad sign when it's easier to use an Arduino (or any other micro) than one of TI's micros with a TI power management solution.
The most aggravating thing about this is that I'm pretty sure that at some point someone inside TI wrote code to test the various power management parts. I assume (maybe wrongfully) that TI "eats their own dog food" and develops on TI micros. In this case the code should be around somewhere.
My recommendation: Make it an internal requirement that no power management part gets shipped without a basic firmware example for the MSP430. That way they'll always be available.
--Derek