Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to use internal oscillator of 16f628 in proton

Status
Not open for further replies.

nomad13

Full Member level 3
Joined
Jan 29, 2007
Messages
150
Helped
18
Reputation
36
Reaction score
6
Trophy points
1,298
Activity points
2,196
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.
 

fuses 16f628

**broken link removed**

**broken link removed**
 

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
 

    nomad13

    Points: 2
    Helpful Answer Positive Rating
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)?
 

pic16f628 internal oscillator

nomad13 said:
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
 

    nomad13

    Points: 2
    Helpful Answer Positive Rating
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
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top