Hello,
We are working on a customized board based on AM5728. We want to implement echo cancellation using DSP cores. We are working on ARM linux on A15 core. We have downloaded Volib provided on TI website for same.
Following are the queries regarding the same:
1) We can run Volib ECU example on DSP using CCS and Jtag emulator. How can we run the ECU example from A15(arm linux) core without using emulator?
2) When we run the ECU example from CCS on DSP using Jtag emulator, the output pcm files are saved on host PC. Where will they be created if the ecu example is run from A15 core?
3) In our implementation we want to send the RTP packets received on A15 core to DSP for processing, and then send the processed packet back to A15 core from DSP. How can we implement the feature? Can we implement this using IPC?
4) How to implement an application on A15 core(arm linux) which can offload ECU on DSP and do packet processing?
5) There are external API's provided in Volib, can we call the API's from a application written for A15 core? How can we integrate Volib with the Linux SDK?
Regards
Akshi