Hi,
I have installed the AER version 15.1.10.3 (We have been already approved for downloading this version- hence we got one). When I try to use the example code under packages\ti\mas\aer\test, I face with the following problems:
1. The function aerSendIn() where actually the AER is used is called nowhere in the example code aersim.c
2. I manually included aerSendIn() to the aersim.c (that is I included siu_tx_execute(inst) just before piuPcmIo is called- please see below). Then, inside siu_tx_execute(), when I tap out the near end signal, which is Fread into the FILE, sendIn in siutx.c (at aerSimFread(send_frm, sin_frm_len, sendIn)). FYI : sendIn = fopen(txin_file, "rb"); where txin_file = "C:/A/fe_16k.pcm";), the near end signal sounds a little bit fast - as if it is sampled at twice the rate. How to get this to sample correctly?
siu_tx_execute(inst);
stat = piuPcmIo (inst->piuInst, piu_segment_in, piu_segment_out);
I have attached the code herewith for your reference.
How to make the AER work for c6747?
Please help.