reading register

Forum related to the FLEX boards

Moderator: paolo.gai

Locked
bmfs

reading register

Post 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.
paolo.gai
Administrator
Posts: 877
Joined: Thu Dec 07, 2006 12:11 pm

Re:reading register

Post by paolo.gai »

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

Ciao,

PJ
bmfs

Re:reading register

Post 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.
Locked