What is the difference between INTRC_IO and INTRC?
I want to use internal oscillator for 16F684.And Can i start with this code?
Code:
#include <16F684.h>
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FUSES INTRC //Internal RC Osc
#FUSES NOPROTECT //Code not protected from reading
#FUSES NOBROWNOUT //No brownout reset
#FUSES NOMCLR //Master Clear pin used for I/O
#FUSES NOCPD //No EE protection
#FUSES NOPUT //No Power Up Timer
#FUSES NOIESO //Internal External Switch Over mode disabled
#FUSES NOFCMEN //Fail-safe clock monitor disabled
#use delay(clock=4000000)
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
Posted: Tue Jan 26, 2010 7:00 am
See section 3.1 on page 19 of the datasheet for your answer....reference items 5 and 6 in the list (RC and RCIO). _________________ Google and Forum Search are some of your best tools!!!!
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