Other Parts Discussed in Thread: OMAPL138
Hi,
I am developing an Encoder application on OMAP L138 EVM. For this I modified 'read write' program in the DSP/BIOS Link sample applications.
But now I am getting error on DSP side program. If I execute a particular function in my application, the code gets hangs after 'MSGQ_put()' function call.
If I disable that function and run my program, its works fine.
Even I increased the stack and heap sizes, the problem remains.
If i remove all arguments from the function call, and create all those variables local to that function, the code is working.
But if I put any arguments(even a dummy variable), the code hangs.
Please help me to solve this problem.
Thanks in advance.