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.

DVSDK

Other Parts Discussed in Thread: DLPC300

Hello,

How can I develop my own application with dlp light crafter DVSDK ? I 'm already installed DVSDK . Which files should I use ? and what about UART and I2C API ?

  Any help would be appreciated.

Regards,

Hope

  • Hello Hope,

    After installing DVSDK you must overwrite the changed files from here http://www.ti.com/dlplcr_dm365_dvsdk_v5

    once you overwrite all the files, <dvsdk_install_path>/example-applications/lcr path. Within this folder udner "src" you can find liblcr.so library and LCR_API.h header file.

    Right now the DM365 I2C and UART are not used for communicating or receiving commands. UART - is for debug o/p port and I2C used to communicated with MSP430, FPGA and DLPC300.

    This API lib actually listen to the miniUSB which is configured as USB ethernet gadget. There is no UART and I2C flavour library available. 

    Regards,

    Sanjeev