View previous topic :: View next topic |
Author |
Message |
elpic
Joined: 09 May 2006 Posts: 1 Location: Argentina
|
PIC 16F627 at 37KHZ |
Posted: Tue May 09, 2006 7:19 am |
|
|
Hi, im working with PIC16F627 , INTRC_IO 4Mhz. I need to set oscillator at 37KHZ, Can I do this?
Waiting for answer, thank you.
Best wishes |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Tue May 09, 2006 7:48 am |
|
|
Faster is normally better. Why do you want to set the clock to 37KHz?
Are you trying to use the Dual speed feature?
PCON REGISTER (ADDRESS: 8Eh)
bit 3 OSCF
Last edited by treitmey on Tue May 09, 2006 10:50 am; edited 1 time in total |
|
|
jim Guest
|
yes |
Posted: Tue May 09, 2006 9:11 am |
|
|
If they data sheet says you can set up the internal clock to that speed, you should be able to use the setup_oscillator() command |
|
|
|