Ram Prasadh
Member level 2
- Joined
- Feb 16, 2011
- Messages
- 51
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 1,725
Your code should be something like this.
Code:ADCON0bits.GO = 1; while(ADCON0bits.GO); ADCON0bits.ADON = 0;
Can you post yout hex and cof files? Check my last post it is updated.
Yes , The MCLR is pulled up with a resistor with Vcc.
- - - Updated - - -
Waseem is right. What is the duration of each interrupt caused due to timer?
Am new to programming controllers.. How to check that?? I just know that when the interrupt comes,it goes to the routine,but how to find out the duration of the interrupt?I will try what waseem has said.. Will come with the results within some time...