SLVSEJ1A February 2021 – May 2022 TLC6983
PRODUCTION DATA
The TLC6983 has an algorithm to distribute the blank time into each subperiod to prevent the black field when taking photos or video.
From Equation 3, 83.4-MHz GCLK frequency and 1.44-us line switch time, the calculated blank time is 0.572 ms ( 47737 GCLK), which is too long and brings black field.
Here are detailed steps of the algorithm:
Step 1: Distribute blank time into each segment
When the blank GCLK number is larger than Nsub_period × Nscan_line, it can be distributed into each segment.
In this application, the blank GCLK number is 47737 and Nsub_period × Nscan_line is 960, so the distributed GCLK number in each segment is 47737/960 = 49...697. These 49 GCLKs can be used to increase PWM length or extend line switch time. If used to increase PWM length, the GCLK number in each segment is 512 + 49 = 561, so the SEG_LENGTH ( Bit9-0 in FC1 register) is 1000110001b.
Step 2: Distribute blank time into each sub-period
If the left GCLK number is larger than Nsub_period, it can be distributed into each subperiod.
In this application, the left GCLK is 697 and the distributed GCLK number in each subperiod is 697/32=21...25. The BLK_ADJ (Bit46-41 in FC1 register) is 010101b.
After distributing into each subperiod, the left GCLK number is 25, which is about 300 ns. This time is too short to bring black field.