I use 18f67k22 but I don't set port C1 for pwm.
There are something but i don't understand and i don't use for pwm or io. SOSC_LOW,SOSC_DIG,SOSC_HIGH ? How can do this?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Fri May 25, 2012 12:49 pm
SOSC_HIGH and SOSC_LOW are used if you use an external oscillator
circuit (crystal, etc.) for Timer1.
To use the SOSC pins as normal i/o, just select SOSC_DIG for the #fuses.
The reason you need to select SOSC_DIG, is because the default state
for the 18F67K22 is to enable SOSC_HIGH (which enables the Timer1
oscillator in high power mode). But most people don't want that.
Most people should use SOSC_DIG.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum