Hi guys, I am a college student who is learning controlling LEDs with FastLEDs.

Hi guys, I am a college student who is learning controlling LEDs with FastLEDs. The question I want to ask is can FastLEDs be used with the MSP430 series chip made from Texas Instrument? because when I debug with the IAR workbench, there always pops the error message saying "cannot open source file “platforms/avr/led_sysdefs_avr.h” ". How can I solve this problem? Thx for answering.

Sadly, no - the MSP430 is not a supported MCU for FastLED. (Because FastLED talks directly to the hardware as much as possible, it means supporting new CPU/MCUs involves a fair amount of porting work).

OK, thank u for answering! Now I have to find another way to meet my need------controlling LEDs with MSP430.