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.

DM365 - Removing Slave TVP5158 Chip

Other Parts Discussed in Thread: TVP5158

Based on the DM365 RDK, we have designed a new board without the slave video decoder chip - VP5158.

We are not quite sure about where to look in terms of removing slave related code in the existing SW which supports both master & slave.

 

Any help would be very appreciated.

 

 

  • Hi,

    Please refer to the framework/mcvip folder. This has the relevant files for the TVP5158.

    For your particular requirement, you need to refer to mcvip_tvp5158.c It has MCVIP_tvp5158Start() that sets TVP5158 as master and slave. You can use it to remove the slave TVP5158.

    Regards,

    Anshuman

    PS: Please mark this post as verified, if you think it has answered your question. Thanks.