Author |
Message |
Topic: Issues with 16F785 and FUSES |
Gareth
Replies: 4
Views: 6936
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|