请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:PCM1865 大家好、
客户正在使用以下代码调整 PCM1865、但器件保持待机模式、可能会发生什么情况? 非常感谢!
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、但器件保持待机模式、可能会发生什么情况? 非常感谢!
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);