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.

Audible hiss and popping when using the beep generator in the TLV320AIC3204

Other Parts Discussed in Thread: TLV320AIC3204

Hi there,

I'm currently using the TLV320AIC3204 in a project at work and I'm currently having some issues with audible hisses and pops when I use the beep generator. I'm aware of the steps outlined on the wiki to remove pops and I believe I am following them.

w 30 00 00              # Page 0
w 30 40 0C              # Mute DACs
f 30 26 xxx1xxx1        # Wait for mute flag
w 30 0B 02              # Turn off NDAC
w 30 47 8C              # Beep!, -6dB Gain
w 30 0B 82              # Turn on NDAC
w 30 40 00              # Un-mute DACs
f 30 47 0xxxxxxx        # Wait for beep to finish

does anyone have any ideas or suggestions of steps that I could try to narrow down on what is causing this problem.