This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Neon code hangs

Other Parts Discussed in Thread: OMAP3503

Hello Everybody, I have observed that neon code hangs on mistral board. I have hand optimized my codec for neon. My application(without neon optimization) runs indefinitly without any problem. But in case of neon optimized code, my application hangs after I run my decoder/encoder in a while(1) loop. Sometimes this happens in 5 mins and sometimes after half an hour. Did I miss anything while running my neon optimized application on board. I am using init_cpu() on simulator which initialized processor for neon/fpu. Do I need any suchthing on hardware. I was of opinion that Kernel will initialized board for neon/vfu. Did anyone faced such a problem earlier. Thanks!