Hi,
I'm trying to drive 15 ws2812b leds using a g2553 sitting on a Launchpad
I'm finding the following behaviour a bit confusing and am wondering if anyone can provide an explanation...
The code below is borrowed from RobG's post (http://forum.43oh.com/topic/2680-group-buy-10-o-rgb-smd-led-with-built-in-controller/page-4#entry23841 )
If I try to run at 16MHz the strip does not behave/work as expected
BCSCTL1 = CALBC1_16MHZ;
DCOCTL = CALDCO_16MHZ;
However, if I set DCOCTL to CALDCO_1MHZ and keep BCSCTL1 at CALBC1_16MHZ (see code below) , the strip works fine...
Is the clo