PDA

View Full Version : PIC 12c509 - No External timing components



stay_aliveuk
- 2nd September 2006, 17:12
I am new to this area of electronics but have done a bit with the 16c84. I have just noticed from some schematics I stumbled across that you do not have to have external timing components. This can apparently be done though software. Does anyone have any samples of do they need to be specific to a program?

Best regards

niels
- 8th September 2006, 14:10
I didn't think that the 16c84 had an internal oscillator. Some chips (such as the 16F88 do). These are configured when you program the PIC.

mister_e
- 8th September 2006, 15:04
you can run the 12C509 by setting the according configuration fuses in your code or before programming it... do it in your code, it's handy and easy. The whole thing is explain in the following thread.
http://www.picbasic.co.uk/forum/showthread.php?t=543

paul borgmeier
- 8th September 2006, 17:20
In additon to what the others have said ... I went to MELabs website and used their PIC search tool to find all PICs that have internal oscillator capabilities. You can see these here:

http://tinyurl.com/rjfux

As far as specific examples, I have a picture posted (link below) showing a serial interface to a custom display (with no external oscillator)

http://tinyurl.com/rtgtm

a small code snippet is included under the picture. As the others have noted, the choice to use the internal or external is made when you program the chip. Follow the links they provided for more information on that.

Good Luck