Hi,
I am using EZSDK_59 release. I added Engine_open() to load dsp binary in OMX code and Engine_close() to unload dsp binary. These functions will be called whenever gethandle & freehandle is called for dsp component. If Multiple times gethandle and freehandle is called, i got an issue in second time gethandle call. Issue is, the Master virtual address of SR1 while loading DSP binary is not matched previously saved entry values. In this test, along with DSP binary i am using M3-video binary also. M3-video binary is loaded through firmware loader. Below i mentioned exact error got from syslink.
Assertion at Line no: 2661 /syslink_2_00_02_80/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/fami
ly/hlos/knl/ti81xx/Platform.c: (entry.base == (Ptr) ai.addr [ProcMgr_AddrType_MasterKnlVirt]) :
failed
Can anybody tell what is the issue?
Regards,
Suman