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.

DLP2000: DLP2000 EVM

Part Number: DLP2000
Other Parts Discussed in Thread: DLPC3430, DLPC2607

Hi,

We planned to develop an module that converts HDMI to DPI for that i followed the link https://e2e.ti.com/support/dlp/f/94/p/751205/2778205,My question is there you mentioned to use msp430 sample code, i dont understand how to use this code with dlp2000 what need to be done to make working with dlp2000evm

  • Hi Prabhuram, 

    Welcome to TI E2E Forums! kindly stay tuned, someone from our team will get back to you regarding your query soon. 

    Thanks & Regards,

    Hirak.

  • Prabhuram,

    You do not need an MSP430 or its code to do anything with your HDMI to DPI setup. Rather, the reason this was mentioned was because the MSP430 is used in the DLP2010EVM in order to automate the process of programming the DLPC3430 to external video mode. This was useful for a setup with the ITE6801.

    If you understand the I2C commands required to set the DLPC2607 to external video mode at the correct resolution, as well as the commands required to set up your HDMI to DPI chip, then you do not necessarily need to use the same MSP430 implementation.

    I hope this helps. Let me know if you have additional questions.

    Regards,

    Philippe Dollo

  • Hi,

    As you mentioned i searched the link http://www.ti.com/lit/ug/dlpu013a/dlpu013a.pdf, i can't find the i2c commands external video mode and for hdmi to dpi chip,kindly please mention the commands specifically in next comment section so that it can be useful for us

  • Prabhuram,

    The command for video source selection is in section 2.4.1.3 of the Software Programmer's Guide. You also need to set the video resolution using the resolution command in section 2.4.1.6.

    As for the HDMI receiver chip, I recommend you pull these from the MSP430 code available on TI.com for our other EVMs. I'll link you to one such example:

    http://www.ti.com/tool/DLPDLCR2010EVM

    I hope this helps.

    Regards,

    Philippe Dollo