Hello All!
I am trying to read ADCValue in my motorized slide pot.So,I have used a break point before the variable which I want to read the ADCValue.But,unfortunately no ADC value is showing in the variables window(not even the type of the variable).
Can someone tell me what is wrong here?Thanks
PS:using dsPIC33EP512MU810
Below is my code:
#include <stdio.h>
#include <stdlib.h>
#include <p33EP512MU810.h>
#include <xc.h>
#include <libpic30.h>...
Unable to read ADC Value
I am trying to read ADCValue in my motorized slide pot.So,I have used a break point before the variable which I want to read the ADCValue.But,unfortunately no ADC value is showing in the variables window(not even the type of the variable).
Can someone tell me what is wrong here?Thanks
PS:using dsPIC33EP512MU810
Below is my code:
#include <stdio.h>
#include <stdlib.h>
#include <p33EP512MU810.h>
#include <xc.h>
#include <libpic30.h>...
Unable to read ADC Value