Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 29th June 2004, 03:30 AM   (permalink)
Default Fuses

Hey,

Which is abbreviation should be selected to run the PIC16f628 with the internal oscillator?

ERCLK
ERIO
IRCLK
IRCIO
EXTCLK
LP
XT
HS

I'm using the software from the DIY K128 programmer. I got the program working and after changing some things, it has stopped. Is it possible that I fried it? how durible are the chips?

Thanks
Thorpydo is offline   Reply With Quote
Old 29th June 2004, 07:59 AM   (permalink)
Default Re: Fuses

Quote:
Originally Posted by Thorpydo
Hey,

Which is abbreviation should be selected to run the PIC16f628 with the internal oscillator?

ERCLK
ERIO
IRCLK
IRCIO
EXTCLK
LP
XT
HS

I'm using the software from the DIY K128 programmer.
Hi!

I don't have any experience with the software you're using. But I think I can figure it out based on the commands that you can use in the asm.-file for MPlab. They are as follows:

_ER_OSC_CLKOUT
_ER_OSC_NOCLKOUT
_INTRC_OSC_CLKOUT
_INTRC_OSC_NOCLKOUT
_EXTCLK_OSC
_LP_OSC
_XT_OSC
_HS_OSC

Looking at your commands I would say either
IRCLK -Internal Rc Clock out on RA6 and RA7
or
IRCIO -Internal Rc I/O-function on RA6 and RA7

Odin
Odin is offline   Reply With Quote
Old 30th June 2004, 05:53 AM   (permalink)
Default

I'm a little bit confused. I thought that RA6 and RA7 were in/out pins. Unless running a external crystal, in which case they might be used for that.

I emailed the creator of the software. This is the response I recieved. Very similar to yours:

IRCLK has internal OSC selected with OSC2 as CLK OUT and OCS1 as IO pin

IRIO has internal OSC selected with OSC2 and OCS1 as IO pins

Which do I want to run and why? Thanks, sorry for the lack of knowledge!
Thorpydo is offline   Reply With Quote
Old 30th June 2004, 05:59 AM   (permalink)
Default

Quote:
Originally Posted by Thorpydo
I'm a little bit confused. I thought that RA6 and RA7 were in/out pins. Unless running a external crystal, in which case they might be used for that.
You should read the datasheet, it explains the different options available. But, as has alread been explained, you can set OSC2 to feed out the internal clock oscillator (if you wanted to).

Quote:
I emailed the creator of the software. This is the response I recieved. Very similar to yours:

IRCLK has internal OSC selected with OSC2 as CLK OUT and OCS1 as IO pin

IRIO has internal OSC selected with OSC2 and OCS1 as IO pins

Which do I want to run and why? Thanks, sorry for the lack of knowledge!
The decision is purely yours, do you want the internal clock oscillator feeding out to an external circuit? - if not there's no point in doing so.

If you check my tutorials, they all use RA6 and RA7 as I/O pins, I've never had a reason to use the OSC output.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 3rd August 2007, 03:23 PM   (permalink)
Thumbs up k128

Quote:
Originally Posted by Thorpydo
Hey,

Which is abbreviation should be selected to run the PIC16f628 with the internal oscillator?

ERCLK
ERIO
IRCLK
IRCIO
EXTCLK
LP
XT
HS
This happen to me at the begining of my using of k128. I suspect every thing starting from the programmer, the program and the Fuse setting, so I found Nigel's tutorials having no problem ( http://www.winpicprog.co.uk ) then tried the fuses until i got IRCLK working very good.

Quote:
Originally Posted by Thorpydo
I'm using the software from the DIY K128 programmer. I got the program working and after changing some things, it has stopped. Is it possible that I fried it? how durible are the chips?

Thanks
You will not belive how rigid is this chip. around six months ago i got one and got a programmer, since then until the last month, i was just doing experiment with differet power supplies, computer sofware, soldring connections and many measuremnts. got another programmer, and amazingly got it progrmmed and working properly.
__________________
Its what your friend in Your mind, what you in your friends mind
aljamri is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 04:42 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.