CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

16f684 generate clock output

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
vinniewryan



Joined: 29 Jul 2009
Posts: 154
Location: at work

View user's profile Send private message MSN Messenger

16f684 generate clock output
PostPosted: Tue Aug 24, 2010 3:37 pm     Reply with quote

I'm trying to output a clock signal from my 16f684 to sync with an IR encoder chip, which has a 16XCLK input pin.

In the datasheet, it lists the correct FUSE as INTOSC, which generates a clock signal on OSC2/CLKOUT pin, but this fuse is not listed in the header file for the PIC and it's not recognized by the compiler. I tried using INTRC, but it's not generating any clock signal.

Compiler V4.03
_________________
Vinnie Ryan
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Aug 24, 2010 5:19 pm     Reply with quote

INTRC is the correct fuse to use the internal oscillator with CLKOUT enabled.

Verify that your programmer is really setting INTRC in the PIC.
Read the PIC with the programmer and look at the Config Bits that
it has been programmed with.

If you can't make it work, post a small test program. Also post your
full compiler version (4 digits: x.xxx).
vinniewryan



Joined: 29 Jul 2009
Posts: 154
Location: at work

View user's profile Send private message MSN Messenger

PostPosted: Tue Aug 24, 2010 7:54 pm     Reply with quote

compiler 4.033

I found the problem, it was a typo that wasn't detected as an error. Thanks for the help!
_________________
Vinnie Ryan
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group