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.

[参考译文] PCM1865:器件保持待机模式

Guru**** 2482225 points
Other Parts Discussed in Thread: PCM1865

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/870150/pcm1865-device-stays-in-standby-mode

器件型号:PCM1865

大家好、

客户正在使用以下代码调整 PCM1865、但器件保持待机模式、可能会发生什么情况? 非常感谢!

PCM1865Write (0x00、0x00);//page0 
延迟(10);
PCM1865Write (0x0B、0x57);//1/256、24位、TDM
延迟(10);
PCM1865Write (0x0C、0x01);// 4通道 TDM
延迟(10);
PCM1865Write (0x10、0x00);//GPIO0、GPIO1
延迟(10);
PCM1865Write (0x11、0x00);//GPIO2、GPIO3
延迟(10);
PCM1865Write (0x20、0x11);//SCK 或 XTAL;SCK 或 XI;主模式、CLKDET_EN = 1
延迟(10);
PCM1865Write (0x26、0x01);//bck = SCK / 2
延迟(10);
PCM1865Write (0x27、0xFF);//LRCK = BCK / 256
延迟(10);
PCM1865Write (0x70、0x70);
延迟(1000);
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的乔治:

    似乎时钟配置存在问题。 您能告诉我预期的运行条件是什么;即晶体或 SCK 输入频率是多少以及预期的采样率是多少?  

    如果您可以读取寄存器0x74 (CLK 比率)和0x75 (CLK_ERR_STAT)、这将有助于确定问题所在。

    最棒的

    Zak