Tool/software:
Hello TI Team,
We are working on an LED application and are doing some prototyping. We found that when we go to turn on all the LEDs that R0 is significantly dimmer than the rest of them and that the ERR pin asserts as soon as we perform as GS write. When we read the SID register however, it shows that the APS and LOD-LSD tests passed and no error flags are set. We begin the initialization with an error clear and global reset which eliminates the error until a GS write happens. We are driving the serial lines with gpio and running at around 120kbits/sec. We are using a free-running GCLK output on a pin of our microcontroller as suggested here, it's running at 4MHz. The code we are using is based off of the sample code provided here. When I read back the RX buffer after as GS write, I find that the data matches the data sent on the FC-BC-DC write, which suggested that the R0 DC is correctly set to the same as all the others. On Page 32 of the data sheet on table 12, a PWM Error is mentioned. What are the conditions for the PWM error and could it be causing the brightness to not be correct?