reading register

Forum related to the FLEX boards

Moderator: paolo.gai

Locked
bmfs
Newbie
Posts: 8
Joined: Fri Jan 23, 2009 2:40 pm

reading register

Post by bmfs » Thu Feb 19, 2009 5:59 pm

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.

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re:reading register

Post by paolo.gai » Fri Feb 20, 2009 1:38 pm

Sure! Everything works as for every application done with MPLAB IDE. just add the variables to the watch window...

Ciao,

PJ

bmfs
Newbie
Posts: 8
Joined: Fri Jan 23, 2009 2:40 pm

Re:reading register

Post by bmfs » Sun Mar 01, 2009 9:01 pm

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.

Locked