Hi,
I am writing sample loopback example for DA828 board but the stream_create() function fails, unable to trace the problem..
Please anybody help me to solve the problem, attaching the c file.
6708.audioSample_main.c
Packages:
bios_6_32_02_39
edma3_lld_02_00_01_04
ipc_1_23_02_27
pspdrivers_02_00_01
xdctools_3_22_01_21
Thanks
Kiran
Kiran,
Is the handle returned from the create call "NULL"?
A failing "create" function seems to suggest that your heap might be too small. Please check to make sure you have a big enough heap in your app.
Judah
If my reply answers your question please mark the thread as answered
Judahvang,
Thanks for your reply. Even if increase the size of heap stream_create() fails(returns NULL).
Attaching the configuration file(.cfg file), please check where i am going wrong.Please help me to solve the problem.
8877.audioSample.cfg
I looked at your .cfg file and I don't see anything that jumps out at me.
Did you try using the ROV tools to help you debug? It can show you information about your heap and its usage.