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.

Zeros as the output values from miniDSP aic3254

Hi, sorry for my English.

I configured the audio codec for using with miniDSP on my board with MSP430 - 16 KHz, 16 bit. Mic is the input for codec. When I configure the dsp without any specific blocks:

This works perfectly, and I get the same values in both channels (random value).

But when I try to set block of alaw_encoder or biquad_filter between the splitter and I2S_Out (for only one channel), I get only zeroes in both channels. (But alaw_encoder case give the constant value in its channel - that is - 1chnl=0x0000 2chnl=0x806A, and filter case - 1chnl=0x0000 2chnl=0x0000).

I suppose the trouble is in the array of coefficients and instructions (miniDSP_A_reg_values[], that I get from PPStudio), because I change nothing except of this table.

Anyone help me clarify this issue?