Hello,
After calling PROC_load I'm getting error number 0x80008008.
Any idea what I'm missing?
PROC_setup & PROC_attach returned without any error.
Yehuda.
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.
Hello,
After calling PROC_load I'm getting error number 0x80008008.
Any idea what I'm missing?
PROC_setup & PROC_attach returned without any error.
Yehuda.
If any API fails, you can use the following tip to see where it exactly failed? http://processors.wiki.ti.com/index.php/Debugging_DSPLink_using_SET_FAILURE_REASON_prints
Can you give some more back ground on your scenario?
Deepali
craja said:Can you elaborate on what you are attempting to do? Are you trying this on windows CE or Linux?
Regards,
Chander
I'm trying to use dspLink for the first time. Running Linux on the ARM and trying to work with CCS on the DSP side.
First I want to see if I can use dspLink as a loader to the DSP image.
Yehuda.
I'm getting the following fom the trace:
Entered PROC_load ()
procId [0x0]
imagePath [0x127b8]
argc [0x0]
argv [0x0]
Entered _SYNC_USR_enterCS ()
csObj [0x1f020]
Leaving _SYNC_USR_enterCS () status [0x8000]
Entered DRV_Invoke ()
drvObj [0x1f008]
cmdId [0xc018e015]
arg1 [0xbee36be4]
arg2 [0x0]
Status: 80008008
Leaving DRV_Invoke () status [0x80008008]
Failure: Status:[0x80008008] File:[0x200] Line:[909]
Entered _SYNC_USR_leaveCS ()
csObj [0x1f020]
Leaving _SYNC_USR_leaveCS () status [0x8000]
Leaving PROC_load () status [0x80008008]
PROC_load failed with error 0x80008008
Any idea?
Yehuda.