We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
uVision 3... I try to stop the debugger to see why my application is crashing. But then I get "Could not stop ARM device! Please check the JTAG cable." I then have to cycle power to be able to run my application again.
Any idea what could be causing this? It's hard to debug my software when the debugger does this.
Thanks,
Mike
when I stated "run my application again" I meant run with the debugger, i.e. I cannot start the debugger again without cycling power.
Ya its your code. i guess you tried to debug your code with your hardware. So if any error occurs in your hardware because of your software, then there might be some current overflow to your USB. Then you have to reset your board.
Hello Dhanraj, yes this application crashes during USB data transfer. Thank you for the tip.