Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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.

LP5890: Control

Part Number: LP5890

Tool/software:

Hello E2E Experts,

Good day.

I have some questions about the control LP5890. I use the project they mention on the page https://www.ti.com/lit/ug/snvu844/snvu844.pdf.

Now I have several questions, I edited it so that I could run only part of the code, which is:

I changed ANIMATION from TRUE to FALSE

if(ANIMATION == FALSE) {
        //
        // Execute your simple test here
        //

        while(1) {
            // Make the screen all white
            LED_Write_White_ALL();
            //LED_Write_Red_ALL();
            //LED_Write_Blue_ALL();
            //LED_Write_Green_ALL();
            //LED_Write_Black_ALL();

            // Send VSYNC
            sendSYNC();

            // Update LOD and LSD information
            LED_Update_Chip_Status();
        }
    }

but I understand that all the colors should remain fixed, but I see that they flash and in the graphs, I get the following:

I have not found where they explain the code, and I do not know if you could guide me to see a line of code that always keeps the red LED 1 on without that 25 Hz frequency, I can base it on that for the rest of my code. or more examples?

Regards,

TI-CSC

  • Hi TI-CSC,

    the flash is caused by the register setting, so we public a register generation tool which is link with the device on the official website, you can download for better setting.

    or please let me know which feature do you want to achieve and the detailed specs:

    1.sclk rate

    2.frame rate

    3.line number

    4.which board are you testing?

    .....

    the function code is merged in the API file which can be found under the project(example code).

    by the way, which project or application or customer are using this?

    BR

    Monet Xu