Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Hitech C compiler debugging...

Status
Not open for further replies.
Hi,

I have learnt as how to compile program in Hi tech C for Pic compilers ...

Now one main question is how can i simulate the program step by step and check the internal registers of Pic microcontrollers...

Regards,

Simran..
 
simrantogether said:
Hi,

I have learnt as how to compile program in Hi tech C for Pic compilers ...

Now one main question is how can i simulate the program step by step and check the internal registers of Pic microcontrollers...

Regards,

Simran..

I do not use Hi Tech. But given that you are working inside MPLAB when you compile the program... just set debugger to MPLAB_SIM and set a breakpoint in the .c source and hit run.

The MPLAB instructions should cover this.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top