-
Configuration of 16F737
Hi there,
i need some informations about the configuration of a 16F737.
All Pins should be set digital.
Pin1 = MCLR or RE3
Pin9 = OSC1 or RA7
PIN10 = OSC2 or RA6
How looks the settings for this part e.g. with MCLR, RA6 & RA7 connected to a crystal (ADCON1, CMCON,...)
Is it always the same like in other picīs?
ADCON1 = %111
CMCON = %111
-
The config header or modifying the 16F737.inc file is the same as others.
With out looking at the data sheet myself...
ADCON1=7
CMCON=7
xt_osc or XT_OSC
mclr_off or MCLR_OFF to make RE3 an input. Will not output.
What is not working?
-
That was just a question, before i start to build a schematic. If some options are unavailable, then i got problems with dimensioning my board.
Thanks
-
Well then the best thing to do would be to study the data sheet.
Good luck.