Hi all
I am copying and modifying my code to work on a 16F887 PIC (and some others later on.
Would somebody please explain how to or what to alter the following settings to.
With you help I can start doing a comparison and see how it's done so I can safely do it myself in future
[code]
'Ocsillator selections here
OSCCON = $70 'Int CLK 8MHz
OSCTUNE.6 = 1 'PLL 4x
ADCON1= %00001111 '$0F = disable A/D converter
cmcon = 7
INTCON2.7 = 0 'switch pull-ups ON
'END of oscillator selections
'timer/oscillator defines
DEFINE OSC 32 '4x 8MHz
'END of timer/oscillator defines
[code]
Any tips as always would be much appreciated
Kind regards
Dennis
Bookmarks