Also, your shared code would greatly help. I see you have used pin 1.2 on msp430g2553, set as SPI master. Can I use any other pin on the board ? like 1.7 ? I already have another board communicating over UART using pin 1.2. I wonder, how well can I sync both UART & SPI on same controller, especially with tight timing for WS2811. I imagine, I will have to go really low on FPS, about 20 fps with limited number of LEDs, like a strip of 30 and manage my UART activities only during reset pulse time on LED chip. Correct me if I'm wrong.