| Author |
Message |
nomad13
Joined: 29 Jan 2007 Posts: 154 Helped: 12
|
26 Oct 2007 6:34 16f628 internal oscillator |
|
|
|
|
I have this 16f628 and I want to utilize all the available pins.
To achieve this I need to remove the crystal oscillator so that I can use this pins.
I am using proton compiler and I'm not familiar on setting this internal oscillator.
Any help would be appreciated.
Thank you guys in advance.
|
|
| Back to top |
|
 |
rameshchand
Joined: 11 Sep 2007 Posts: 118 Helped: 31
|
26 Oct 2007 6:58 fuses 16f628 |
|
|
|
|
http://www.picbasic.org/forum/archive/index.php/t-1104.html
http://www.picbasic.org/forum/showthread.php?t=3793
|
|
| Back to top |
|
 |
Google AdSense

|
26 Oct 2007 6:58 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Medtronic
Joined: 19 May 2005 Posts: 165 Helped: 11 Location: Egypt
|
26 Oct 2007 14:40 16f628 internal oscilator |
|
|
|
|
Hi My Friend
making the 628 run on its internal Osc is just a matter setting the fuse at program time.
To start with do it when programming time via the programmer
compile your code then on you programmer set the fuses manual.
What programmer are you using?
i hope i help you
Regards
MedTronic
|
|
| Back to top |
|
 |
nomad13
Joined: 29 Jan 2007 Posts: 154 Helped: 12
|
30 Oct 2007 2:46 intrc_osc_noclkout 16f628 |
|
|
|
|
As of now I'm using pickit 2 I guess that is one of the downside of this programmer.
The fuses cannot be configured manually. (not sure yet)
BTW what is the maximum oscillating frequency (internal)?
|
|
| Back to top |
|
 |
blueroomelectronics
Joined: 17 Sep 2006 Posts: 1681 Helped: 99 Location: Toronto, Canada
|
30 Oct 2007 3:14 pic16f628 internal oscillator |
|
|
|
|
| nomad13 wrote: |
As of now I'm using pickit 2 I guess that is one of the downside of this programmer.
The fuses cannot be configured manually. (not sure yet)
BTW what is the maximum oscillating frequency (internal)? |
Use MPLAB 7.62 and the PICkit 2 will work fine, fuses and all. No different than an ICD2 as far as using it goes.
As for the 16F628A it has two internal speeds 4MHz and 48KHz
|
|
| Back to top |
|
 |
ennio
Joined: 28 Sep 2006 Posts: 13 Helped: 4 Location: La Paz, Bolivia
|
30 Oct 2007 5:11 how to use internal osc |
|
|
|
|
Try:
Device 16F628A
Config INTRC_OSC_NOCLKOUT, WDT_OFF, PWRTE_ON, BODEN_OFF, LVP_OFF, CP_OFF, MCLRE_OFF, DATA_CP_OFF
ennio
|
|
| Back to top |
|
 |