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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Issues with 16F785 and FUSES
Gareth

Replies: 4
Views: 6936

PostForum: General CCS C Discussion   Posted: Wed Oct 19, 2005 7:59 am   Subject: Issues with 16F785 and FUSES
Hi

The reason it does not compile is because the compiler database has the wrong settings for this device. I have corrected this in Device Editor, but still the FCMEN does not work 0x2007: MASK 0x8 ...
  Topic: Issues with 16F785 and FUSES
Gareth

Replies: 4
Views: 6936

PostForum: General CCS C Discussion   Posted: Wed Oct 19, 2005 12:44 am   Subject: Issues with 16F785 and FUSES
#include <16F785.h>
#fuses INTRC_IO, PUT, NOWDT,NOPROTECT, NOBROWNOUT, NOIESO, NOFCMEN, NOMCLR
#use delay(clock=4000000)

main() {

}


///////////////////////////////
The above does ...
  Topic: Issues with 16F785 and FUSES
Gareth

Replies: 4
Views: 6936

PostForum: General CCS C Discussion   Posted: Tue Oct 18, 2005 4:46 pm   Subject: Issues with 16F785 and FUSES
I am having trouble simply setting the fuses correctly for this device.

I have had to modify to the compiler data as the fuse settings were quite wrong. More of the fuses are set correctly when com ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group