TI中文支持网
TI专业的中文技术问题搜集分享网站

tlv320aic3204 In1R/In1L 输出声音都是噪声

Other Parts Discussed in Thread:TLV320AIC3204

tlv320aic3204 In1R/In1L 输出声音都是噪声,请问一般是什么原因呢, 通过示波器检测 发现声音波形有送到aic3204芯片, 但是录制保存下来的声音全是沙沙的噪声。具体的寄存器配置如下:

aic3204_write(0, 0x1); // Select page 1
aic3204_write(2, 0x9);
aic3204_write(1, 0x8); 
aic3204_write(2, 0x1);
aic3204_write(61, 0x0); 
aic3204_write(71, 0x32); 
aic3204_write(123, 0x1); 
aic3204_write(51, 0x68); 
aic3204_write(52, 0x80); 
aic3204_write(54, 0x80); 
aic3204_write(55, 0x80); 
aic3204_write(57, 0x80);
aic3204_write(59, 0x0C); 
aic3204_write(60, 0x0C); 
aic3204_write(0, 0); // Select page 0
aic3204_write(61, 0x01); 
aic3204_write(81, 0xC0); 
aic3204_write(82, 0x00);
aic3204_write(83, 0x0); 
aic3204_write(84, 0x0); 

Amy Luo:

您好,
首先需要验证寄存器的读写没有问题,即寄存器写入后能够正确读出来
音频CODEC产生噪声问题的原因有很多,见:e2echina.ti.com/…/200067
TLV320AIC3204 Application Reference Guide文档提供了代码示例,请参考4.0.4和4.0.5:
www.ti.com/…/slaa557.pdf

,

user6566179:

j寄存器读写没有问题, 而且音频接In3_R/In3_L 时,是能正常录音的; 作为对比, 使用In1_R/In1_L,只修改了page1 寄存器52/54/55/57 4个寄存器

赞(0)
未经允许不得转载:TI中文支持网 » tlv320aic3204 In1R/In1L 输出声音都是噪声
分享到: 更多 (0)