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.

AM1808 no RGB(LCD) out

I am using DDR2, clock run 132MHz.

no RGB output (VPIF LCD), but mDDR 150MHz can work.

how to fix VPIF clock match DDR2?

  • Can you clarify if you are using the LCDC peripheral or the VPIF peripheral?

    If you are modifying the PLL's you need to make sure your pixel clock is not changing either.

    Jeff

  • I use the VPIF peripheral output RGB data to 320*240 LCD on the EVM (use mDDR)

    but can not run my board (use DDR2).

    how to modifying the PLL's  and make sure PCLK? the file path ?

    THANKS!

     

  • You should use the LCD controller if you are outputting RGB data to and LCD.

    VPIF is for connecting to DACs, so you should not be using that.

    Have you checked to make sure the DDR is working on your board? Check the memory window at 0xC0000000. It might be that your controller settings are incorrect so your frame buffer is corrupted.

    Jeff