Hallow! i try to debug on OMAP-L138 platform DSPBIOS app on DSPcore: used linux 2.6 , dsplink1.65, dspbios5.42 all ok, but after dsp-side fail i breaking linux-host-side, and after it restarting my app fails with error 0x8050 (DSP_EALREADYEXISTS) from DSPLink. look like DSPLink think that DSP-side alredy run and used required MSGQ before load dsp-code (before PROC_load call) is there any capability to carefuly cleanup DSPLink globals after PROC_stop, PROC_detach, PROC_destroy?
↧