Page 1 of 1

reading register

Posted: Thu Feb 19, 2009 5:59 pm
by bmfs
I use MPLAB IDE v8.00 to upload my program to the dsPIC, what I want to know is how can I read the registers (or contents of the variables) at the end of the program execution. Do I need to use serial connection or does MPLAB debugger provides the registers info?
thanks.

Re:reading register

Posted: Fri Feb 20, 2009 1:38 pm
by paolo.gai
Sure! Everything works as for every application done with MPLAB IDE. just add the variables to the watch window...

Ciao,

PJ

Re:reading register

Posted: Sun Mar 01, 2009 9:01 pm
by bmfs
My program running on dsPic produces one variable (array). If I want to visualize its content at the end of the program what can I do? because I don\'t think that the debugger is enough without using the serial connection to send the produced result to the PC.