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.

DSPlink message sample doesn't work!

Other Parts Discussed in Thread: OMAP3530

After building the message sample, I copied the messagegpp.exe and message.out files to my omap3530 Wince 6.0 board and put them in the root directory. I ran this sample with command line: \messagegpp.exe \message.out 10000 0 and got some errors as follows: 

Entered MESSAGE_Create()
PROC_load () failed. Status = [0x80008009]
Leaving MESSAGE_Execute ()
Entered MESSAGE_Create()
MSGQ_release () failed. Status = [0x8000800b]
Leaving MESSAGE_Delete ()

It seemed like the message.out file could be loaded. I can't figure out why this happend.

Any help will be appreciated!

Liu

  • Liu,

    The error message you are getting from PROC_load is due to "file not being loaded". Details here:-

    http://processors.wiki.ti.com/index.php/Troubleshooting_DSPLink_configuration_issues#Problem:_PROC_load_failed_with_DSP_EFILE_error

    Can you confirm that the executable is on the same path in the target file system as where you're running the messagegpp sample application from ?

  • Hi Gunjan,

    I check the path of the messagegpp.exe and message.out and confirm that they are in the same path several times,  so that's not the cause of the problem.  I have solved this problem by re-building the dsplink. It seemed that I failed to notice the pre-built dsplinkk.dll in the BSP when I built the dsplink at the first time.

    Thanks anyway!

    Liu

  • Good to know you are all set.