I used the subproject %DSPLINK%\etc\host\projects\WinCE\CATALOG\dsplink.PbcXml supported in TI, and it should run the message sample application as default.
I got the file 'message.out ' after building the project, and I copied it to the FLATRELEASEDIR directory.
But, when I run it in Target Control as the command "s messagegpp /Release/message.out 10000, I can't get any results from that.
My debugger output is like below:
352250 PID:400002 TID:45400b6 RELFSD: Opening file messagegpp.exe from desktop
PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS\EVM_3530_NEW\EVM_3530\RELDIR\EVM_OMAP3530_ARMV4I_RELEASE\MESSAGEGPP.EXE'
354658 PID:2e6000e TID:45400b6 ========== Sample Application : MESSAGE ==========
354659 PID:2e6000e TID:45400b6 Entered MESSAGE_Create ()
354660 PID:400002 TID:45400b6 DSP Clk Rate 430000
354667 PID:2e6000e TID:45400b6 PROC_attach () failed. Status = [0x80008012]
354667 PID:2e6000e TID:45400b6 PROC_setup () failed. Status = [0x80008012]
354668 PID:2e6000e TID:45400b6 Leaving MESSAGE_Create ()
354668 PID:2e6000e TID:45400b6 Entered MESSAGE_Delete ()
354668 PID:2e6000e TID:45400b6 MSGQ_release () failed. Status = [0x8000800b]
354684 PID:2e6000e TID:45400b6 Leaving MESSAGE_Delete ()
PB Debugger Unloaded symbols for 'C:\WINCE600\OSDESIGNS\EVM_3530_NEW\EVM_3530\RELDIR\EVM_OMAP3530_ARMV4I_RELEASE\MESSAGEGPP.EXE'
I don't know why PROC_attach() and PROC_setup() failed.
I followed the document 'InstallGuide_WinCE_OMAP3530.pdf'