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.

关于TVP5158 4路half-D1+1路D1数据输出问题。



您好,我需要让5158输出4路half-D1+1路D1数据,通过查询数据手册,发现该工作模式下可以有108M和81M时钟输出选择,为了能在81M时钟下输出4路half-D1+1路D1数据。我将5158寄存器配置为如下

( 0xFE, 0x0F);

 (0xB0, 0xE2);
( 0xB1, 0x11);

( 0xB2, 0x65);

( 0xB3, 0xE4);
( 0xB4, 0xE4);

( 0xB5, 0x00);

( 0xB6, 0xA6);
( 0xB7, 0x1E);

第一个为寄存器地址,第二个为配置该寄存器的值。

希望通过配置B2寄存器的Out_CLK_Freq_Ctl位为1来控制时钟输出81M,但代码运行后用示波器读取OCLK_P的输出频率却仍为108M。并非所期望的81M时钟输出。请问专家我的问题出在哪里?谢谢!