Continue to Site

What is the use of debugger in microcontrollers?

Status
Not open for further replies.

Code Warrior

Full Member level 4
Full Member level 4
Joined
Dec 30, 2004
Messages
230
Helped
10
Reputation
20
Reaction score
2
Trophy points
1,298
Activity points
1,831
Use of DEBUGGER?

Hello,
I want to know what is the use of DEBUGGER in microcontroller. Please explain me in details.

Regards.
 

Re: Use of DEBUGGER?

Hi !

In the case of PICs, you can use the debugger tools (ICD - In Circuit Debugger and ICD2) to run a circuit in real time e check what is happening inside the uC, as checking the registers contents, ports changes, count cycles, insert breakpoints, etc.
It is very useful to find mistakes and bugs in the program (firmware) and to optimize the code written. The downside os that with PICs, you lose some ports (pins) and a part of memory and RAM, and only the new types have this capabilities (of debugging).

Added after 1 minutes:

Hi !

In the case of PICs, you can use the debugger tools (ICD - In Circuit Debugger and ICD2) to run a circuit in real time e check what is happening inside the uC, as checking the registers contents, ports changes, count cycles, insert breakpoints, etc.
It is very useful to find mistakes and bugs in the program (firmware) and to optimize the code written. The downside os that with PICs, you lose some ports (pins) and a part of memory and RAM, and only the new types have this capabilities (of debugging).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top