arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
|
How to setup internal oscillator in a 16F88 |
Posted: Fri Feb 22, 2008 7:19 am |
|
|
Hi,
PCM: 3.169
MCU: 16F88
I would like to setup the internal oscillator of the 16F88. I found that the header file for the device did not contain INTRC_IO, and the compiler returned an error.
I searched for previous posts related to this query, and found that most people used INTRC_IO.
I fail to understand how this can be done.
Kindly help.
thanks
arunb
PS:
Here is the extract of the header file
Code: | Fuses: LP,XT,HS,EC_IO,NOWDT,WDT,NOPUT,PUT,MCLR,NOMCLR,BROWNOUT
//////// Fuses: NOBROWNOUT,LVP,NOLVP,CPD,NOCPD,WRT,NOWRT,DEBUG,NODEBUG,CCPB0
//////// Fuses: CCPB3,PROTECT,NOPROTECT |
|
|
arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
|
RE: |
Posted: Sat Feb 23, 2008 2:19 am |
|
|
Hi,
Thanks a lot, i got it working but only after installing PCM compiler version 3.224, i was previously using 3.169 which did not have the INTRC_IO oscillator setup.
arunb |
|