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.

WinVcc4 software

Other Parts Discussed in Thread: THS8200, TVP7002

Is there anyplace left where I can download WinVcc4 for the TVP5145EVM or just the configuration files associated with the TVP5145+TVP6000 ? I understand the devices are obsolete and very very old, but I still require them. I've been using WinVcc4 for the TVP5146EVM at the moment and using the generic i2c register map editor to initialize the encoder. 

Thanks for your help.

  • I can't find any TVP5145 or TVP6000 files anywhere, but if you look at the format of the command files (open in a text editor) you can very easily write your own command files to help simplify your specific tasks. The command files are really just a list of register writes.

    BR,

    Steve

  • Thanks.
    I have tried that but for some reason only the Decoder registers are modified after loading the command file, while the Encoder registers remain unchanged. Any ideas? I can change the data manually in the generic i2c register map and it works. Also i have to disable i2c acknowledge to be able to write to the TVP6000.

    Example of register writing:

    // Direct I2C Registers for TVP5145

    WR_REG,VID_DEC,0x01,0x00,0x02 // Video Input Source Select 1
    WR_REG,VID_DEC,0x01,0x01,0x15 // Analog Channel Ctrls
    WR_REG,VID_DEC,0x01,0x02,0x00 // Operation Mode Ctrls

    ......

    // Direct I2C Registers for TVP6000

    WR_REG,0x40,0x01,0x3A,0x0E //F_CONTROL
    WR_REG,0x40,0x01,0x5A,0x00 //CPHS
    WR_REG,0x40,0x01,0x5B,0x01 //GAIN_U
    WR_REG,0x40,0x01,0x5C,0x6B //GAIN_V


    Thanks again!

  • All I can suggest is to download the configuration files for something like the TVP7002/THS8200 and use them as an example of multi-device configuration.

    BR,
    Steve