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.

Wince 6 driver for TVP5151 for AM3703

Other Parts Discussed in Thread: AM3703, TVP5151, TVP5146, OMAP3530

Hello,

I am trying to integrate the TVP5151 Video Decoder into my windows ce 6 image for AM3703.

(http://www.ti.com/product/tvp5151)

Does someone know where I could find a driver for this?

( I have tried to modify from the tvp5146 but seems to have I2C write errors)

Regards,

Marc

  • Which I2C bus is the TVP5151 on your board connected to? The TVP5146 driver you are inspiring from is connected on the I2C3 bus of the OMAP, which might be different in your case.Have a look in EVM_OMAP3530\SRC\DRIVERS\CAMERA\PDD\TvpCtrl.cpp, you'll see that it uses identifier OMAP_DEVICE_I2C3 in I2CInit. If yours is different, then you might need to change it. You might probably need to change the I2C address of your chip as well, this one is defined by TVP5146_I2C_DEVICE_ADDR in the BSP.