Questions about PIC16F677
I begin a project with PIC16F677 and I should like to ask the experts of
this forum some questions.Here are some details of my application:
1-Pins RA0, RA1 and RA3 are free. If I use internal pull up resistor for
RA3/MCLR can I let this pin floating and save diode protection during programming?
2- Pic will be feed through a batery and should be sleeping as much time
as possible. I will use RA2 as an analog input and I pretend to use IOC
for waking up the system when input RA2 changes but
Which is the minimum input volt change for starting an IOC action?
Is it a risky situation to use IOC for reliable operation of the system considering input signal RA3 is generated by an op-amp with high gain?
3- For generating previous description I imagine I have to setup these registers:
TRISA, ANSEL, IOCA, INTCON,ADCON0, ADCON1 and for disable comparators
CM1CON0 and CM1CON1=0 but Do I forget anything else?
Thank you in advanced for any help
-Francesc
Questions about PIC16F677
[QUOTE=fnovau;48669]I begin a project with PIC16F677 and I should like to ask the experts of
this forum some questions.Here are some details of my application:
1-Pins RA0, RA1 and RA3 are free. If I use internal pull up resistor for
RA3/MCLR can I let this pin floating and save diode protection during programming?
Does anybody can answer or give me any hint about question 1?