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.

PCM9211EVM-U: Use SW and EVM card with Windows 10?

Part Number: PCM9211EVM-U
Other Parts Discussed in Thread: PCM9211

Team,

-The EVM UG refers to Windows 7. Can it be used under Windows 10? Does it requires a specific installation process or requirements for windows 10?

-Do we have a ready to use script for the two use case:

  in: 96kS-I2S -> out: 6.144Mbps-SPDIF /  PCM9211 CLK master

  in: 6.144Mbps-SPDI -> out: 96kS-I2S /  PCM9211 CLK master

Thanks in advance,

A

  • Hi A,

    The EVM GUI works without issue on Windows 10.

    Here is an example script that takes S/PDIF in from the optical connection on RXIN2 and outputs it as I2S on the main port as well as on the DIT. For I2S to DIT you would just select the AUXIN port you plan to use for I2S as the DIT clock source in register 0x60.


    #U9 P0 low P1 low P3 high enables optical in to RXIN2
    w 70 01 04

    #System Reset Control
    w 80 40 C0

    #RXIN2 to DIR, RECOUT0 and RECOUT1 look at RXIN1
    w 80 34 02 01 01

    #DIT clocks from DIR and DIT data from DIR
    w 80 60 11

    #MPO0 and MPO1 TXOUT
    w 80 78 dd

    #Main output select DIR data and clocks
    w 80 6B 11

    Best,

    Zak

  • Hi Zak,

    Thanks for your help.

    When you have issue with PCM9211EVM to be recognized by the Codeccontrol SW how do you debug the src of the problem?
    Is there some sort of logs on the PC side that can be checked?

    Can your script be used "as is" or does it need some modification to run on the EVM?

    Thanks in advance!

    A.