Hi,
I'm trying to configure my PCM1864 EVM to do 4 channel TDM recording. The codec is using on board crystal ( disconnect J8, J10, J11) as master clock. Whenever I configure the register for my target sample rate, the board stops working. (register 0x72 change to 0x1, which is wait clock stable). I have tried CLKDET_EN and manually set registers. I'm not sure what I missed. Can any one help me to review my settings?
Here is the manually setup of page 0 ( assume PLL is 98.304MHz, crystal is 24.576MHz)
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | a | b | c | d | e | f | |
00: | 00 | 08 | 08 | 00 | 00 | 86 | 41 | 41 | 42 | 42 | 00 | df | 01 | 00 | 00 | 08 |
10: | 01 | 20 | 00 | 00 | 00 | 00 | 08 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
20: | 3e | 00 | 00 | 01 | 50 | 07 | 17 | ff | 01 | 01 | 00 | 08 | 00 | 00 | 00 | 00 |
30: | 00 | 00 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
40: | 80 | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 80 |
50: | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
60: | 01 | 00 | 10 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
70: | 70 | 10 | 01 | 01 | 47 | 45 | 11 | 44 | 07 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
Here is the auto setup of page 0
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | a | b | c | d | e | f | |
00: | 00 | 00 | 00 | 00 | 00 | 86 | 41 | 41 | 42 | 42 | 00 | df | 01 | 00 | 00 | 00 |
10: | 01 | 20 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
20: | 11 | 00 | 00 | 01 | 50 | 07 | 05 | ff | 00 | 00 | 01 | 10 | 00 | 00 | 00 | 00 |
30: | 00 | 00 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
40: | 80 | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 80 |
50: | 7f | 00 | 80 | 7f | 00 | 80 | 7f | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
60: | 01 | 00 | 10 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
70: | 70 | 10 | 01 | 02 | 47 | 45 | 11 | 44 | 07 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
Thank you,
M Ho