bfmitch
Joined: 21 Aug 2004 Posts: 8
|
ICD-U40 "Could not start target". My fix. |
Posted: Wed Aug 25, 2004 9:03 am |
|
|
I've been gettng this error with one program. Others would work just fine. Finally I checked the fuses of the programs that would work against the program that wouldn't work. I'd forgotten that I set up code protection in the Project Wizard.
Way over at the end of the #fuses line were
CPB, EBTR, EBTRB
I changed them to:
NOCPB, NOEBTR, NOEBTRB
and the debugger works just fine.
I guess it kinda makes sense when you think about it. |
|