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

0.7 v at pin 3 of 12f683

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



Joined: 30 Jul 2007
Posts: 112
Location: Moscow, Russia

View user's profile Send private message

0.7 v at pin 3 of 12f683
PostPosted: Thu Dec 11, 2014 2:10 am     Reply with quote

Why can be a 0.7 v always at pin 3 of 12f683?
Ttelmah



Joined: 11 Mar 2010
Posts: 19338

View user's profile Send private message

PostPosted: Thu Dec 11, 2014 2:56 am     Reply with quote

Almost certainly not.
How are you measuring this?.
Is the chip actually running?.

Unless you have specified otherwise, this pin will be defaulting to being the clock out. If the chip is set for an internal oscillator, then probably something like a 1MHz signal on this pin. A DVM might well see this as a DC voltage. If the chip is set for crystal, then the voltage will depend on what is on the clock in pin.
40inD



Joined: 30 Jul 2007
Posts: 112
Location: Moscow, Russia

View user's profile Send private message

PostPosted: Thu Dec 11, 2014 6:06 am     Reply with quote

Here are my FUSES:
Code:
#FUSES NOWDT                      //Watch Dog Timer
#FUSES INTRC                    //Internal RC Osc
#FUSES NOCPD                    //No EE protection
#FUSES NOPROTECT                //Code not protected from reading
#FUSES NOMCLR                   //Master Clear pin used for I/O
#FUSES PUT                      //Power Up Timer
#FUSES BROWNOUT                 //Reset when brownout detected
#FUSES NOIESO                   //Internal External Switch Over mode disabled
#FUSES NOFCMEN                  //Fail-safe clock monitor disabled
Ttelmah



Joined: 11 Mar 2010
Posts: 19338

View user's profile Send private message

PostPosted: Thu Dec 11, 2014 7:11 am     Reply with quote

So you'll have a signal at 1/4 the clock rate coming out of pin 3. Fosc/4.

INTRC_IO is the setting if you don't want this clock.

Read the data sheet.

Section 3.1

"
7. INTOSC – Internal oscillator with FOSC/4 output
on OSC2 and I/O on OSC1/CLKIN.
8. INTOSCIO – Internal oscillator with I/O on
OSC1/CLKIN and OSC2/CLKOUT."
40inD



Joined: 30 Jul 2007
Posts: 112
Location: Moscow, Russia

View user's profile Send private message

PostPosted: Thu Dec 11, 2014 9:26 am     Reply with quote

Yes, i already got it.
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