SX-Key debugger starts up in "Running" state
Corwin
Posts: 4
I've built up a new PCB with an SX18 on it. It will run simple programs just fine. But, if I load one of these programs with the debugger, the debugger always comes up in the "running" state and hence not able to do any actual debugging. The reset button is does not stop it, and the "stop" button is grayed out. I've left room at the beginning of the code for debugger. I've tried this on several boards with same result.
I have a couple of older designs with SX28 parts and they work just fine with the debugger, so I'm confident that my software environment is OK.
Any ideas out there?
I have a couple of older designs with SX28 parts and they work just fine with the debugger, so I'm confident that my software environment is OK.
Any ideas out there?
Comments
Can you post your schematic? There might be something about the design that will jog some ideas/solutions loose.
Thanks, PeterM
If so, remove the external clock, then run the debug via your SX key.
Ken
Bean.
Check out page 13 of the SX-Key Manaul 2.0. There you'll see the following:
The power supply to the SX-Key/Blitz must be +5 V DC.
I notice that in your circuit, you're running at 3.3 volts. I believe that is the cause of your problem.
Thanks, PeterM