08-06-2009 10:03 PM
Can you tell me what the following error message means
uVision status : Run/Debug failed
Detail: [UVSC_DBG_START_EXECUTION, MSG: 0x2002, STATUS: 0xB] (11)
Thanks,
Richard
08-07-2009 03:40 PM
"Operation not possible when target is executing"
However, the code may be returned in response to many UVSOCK messages.
Perhaps you got the mesage when you tryed to debug an application while another was already in progress, but LabVIEW sends messages in proper order (e.g. stop debug, exit debug, enter debug, etc.).
I am wandering what version are you using?
08-08-2009 11:30 AM
This sort of thing can happen when you are opening uVision and running the target directly through there. LabVIEW may lost track of uVision's status and thus run into these sort of errors.
Your best bet to fix this is use uVision to exit debug mode of the target, or even restart LabVIEW/uVision.
08-08-2009 11:42 AM