Hello,
I have AER library from TI, c64x+. I try to run this lib. I call:
1.aer_sim_init(&siuSetup);
2. aerGetSizes()
3. siu_alloc_aer_buffs()
4. aerNew()
5. aerOpen()
6. aerControl ()
7.aerActivate()
and then I try to process data using aerReceiveIn(). I don't get error but this function doesn't make anything with this data (data flow through). I know that it is an example (which doesn't work on my PC). I use ccs 5.4. Has anybody working project with echo canceller?
Kind regards,