Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Microchip ICD 3 Help !!

Status
Not open for further replies.

kunaltg

Member level 2
Joined
Nov 4, 2010
Messages
45
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,598
Hello friends,

I am working on project having PIC32, it works properly for some time but after some time my program halts.

Now I am having ICD 3 with me & I want to know that is there any way by which I can find, at what location or at which statement my program stops ??

now this program is huge ,, so step by step execution is not a very good option here.

So please guide me on how to use ICD 3 to locate program halt location if possible !
 

Heyy is anybody there ?? not a single reply ???
 

Hi,

You should be able to run your program under the Debugger control so when it 'stops' you can see the line of code where it gets to.

Debugger allows you to either Step though the code or 'Run' the code at near normal speed but under Debugger control.
You can also 'Run' the code using Breakpoints in your code where the debugger will stop at that point and wait until you tell it to carry on again.

You should find full details of how to use the Debugger in the ICD3 manual ( I only have and use the Pickit2 Debugger)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top