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.

OMAP3530 WINCE DSPLink sample application execution error

Hi,

I am getting the following result after executing the message.out sample application,

End s \Release\messagegpp  \Release\message.out 5  09:42:46 01/07/2011 India Standard Time

 435536 PID:265000a TID:26e000e Entered MESSAGE_Create ()
 435538 PID:400002 TID:26e000e DSP Clk Rate 265846
 435692 PID:400002 TID:26e000e RELFSD: Opening file message.out from desktop
 518336 PID:400002 TID:26e000e DSP-side configuration mismatch/failure
 518387 PID:400002 TID:26e000e 0              -> success
 518387 PID:400002 TID:26e000e Positive value -> DSP-side failure code.
 518388 PID:400002 TID:26e000e (Uint32) -1    -> DSP-side component was not initialized.

 518388 PID:400002 TID:26e000e     ProcId received : 0, Expected : 0
 518389 PID:400002 TID:26e000e     DRV configuration status    [0x0]
 518389 PID:400002 TID:26e000e     IPS configuration status    [0x0]
 518390 PID:400002 TID:26e000e     POOL configuration status   [0x0]
 518390 PID:400002 TID:26e000e     MPCS configuration status   [0x0]
 518391 PID:400002 TID:26e000e     MPLIST configuration status [0x0]
 518391 PID:400002 TID:26e000e     MQT configuration status    [0x0]
 518392 PID:400002 TID:26e000e     DATA configuration status   [0xffffffff]
 518392 PID:400002 TID:26e000e     RINGIO configuration status [0xffffffff]
 518393 PID:265000a TID:26e000e PROC_start () failed. Status = [0x80008052]
 518394 PID:265000a TID:26e000e Leaving MESSAGE_Create ()
 518394 PID:265000a TID:26e000e Entered MESSAGE_Delete ()
 518394 PID:265000a TID:26e000e MSGQ_release () failed. Status = [0x8000800b]
 518432 PID:265000a TID:26e000e Leaving MESSAGE_Delete ()
 518433 PID:265000a TID:26e000e ====================================================

Can anybody suggest me what I may be missing(any configuration)?

 

  • Muragesh

    The error basically means that the configuration of DSPLink on the ARM side does not match the DSPLink configuration on DSP side. There looks like a mismatch in build configuration in the binaries that you are trying.

    It looks like that CHNL and RingIO configuration is different on the HLOS and RTOS side builds. Could that be a possibility? Please see the WinCE Install Guide at $DSPLINK/doc on details on how to configure and build DSPLink.

    Deepali