This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

tlc5941 cascading

how would i select between the different chips i would be using. if it helps im gonna use a tm4c123gxl as controller. im piggybacking 16 of them together. to control 512 leds. ive tried reading the datasheet on it but im getting lost. 

  • Hi Dirk,

     

    When cascading the devices together, there is no "selection" process. You simply clock in bits to the first device and as you continue clocking in bits they will be pushed on to the next device. So for example with 16 devices each with 16 bits, you have 256 bits total for all devices. The first 16 bits would be for the 16th device, the next 16 for the 15th device, and so on. Once you have 256 bits you would then latch them using XLAT.

     

    Regards,

    Nate