Forums » Software Development »
HelloWorldARM DSPLINK example causes Assertion failed
Added by Mads Lind Christiansen over 13 years ago
Hi
When the HelloWorldARM (DSPLINK) example applications runs lpDspApp->StopApp() I get the following error:
Assertion failed (ipsEventList [i].eventHandlerCount == 0). File : /home/mitydsp/MDK_2011-03-31/sw/3rdparty/dsplink_linux_1_65_00_03/dsplink/gpp/src/../../gpp/src/ldrv/IPS/ips.c Line : 604
No that this is a big issue for us, since we will probably in time will write our own loader, I am still wondering what causes this error?
It could be me doing something wrong...
Any thoughts on this?
Thanks,
Mads
Replies (3)
RE: HelloWorldARM DSPLINK example causes Assertion failed - Added by Mads Lind Christiansen over 13 years ago
Should probably note that we are using the OMAPL138 module.
RE: HelloWorldARM DSPLINK example causes Assertion failed - Added by Gregory Gluszek over 13 years ago
Hi Mads,
I'm not seeing this same behavior on my system. Can you give me more details? It seems you're running with the latest MDK, but did you change anything else on your board? Namely, what dsplinkk.ko module are you loading (the one from the MDK, or did you build it on your own?) and what libraries are you linking against (again, from the MDK or did you rebuild them?).
Thanks,
\Greg
RE: HelloWorldARM DSPLINK example causes Assertion failed - Added by Mads Lind Christiansen over 13 years ago
Hi Greg
Sorry I haven't replied yet.
Has been busy on other tasks, and this was a low low priority :-)
I have built the dsplinkk.ko myself. It might very well be the problem.
I will have a look into it, some time soon hopefully.
Thanks,
Mads
Gregory Gluszek wrote:
Hi Mads,
I'm not seeing this same behavior on my system. Can you give me more details? It seems you're running with the latest MDK, but did you change anything else on your board? Namely, what dsplinkk.ko module are you loading (the one from the MDK, or did you build it on your own?) and what libraries are you linking against (again, from the MDK or did you rebuild them?).
Thanks,
Greg