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.

Compiler/AM3352: Acoustic echo removal issue

Part Number: AM3352

Tool/software: TI C/C++ Compiler

Our product is a VoIP gateway based on AM3352, and we handle the "acoustic echo" problem by using "TI AER Bundle".  It works fine, but only ONE AER instance works at a time, which is not sufficient for the product.

When we tried to generate 2 or more instances, program exits with an error "Error when calling aerNew() for HES with error code 2!" According to the manual, it means "aer_ERR_NOMEMORY (supplied memory are not enough)".

So, is there anything wrong in our code? Or AM3352 isn't able to support 2 or more AER instances?

Thanks.