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.