Try these settings instead of yours especially for "RC_OSC_NOCLKOUT" ;
Code:@ DEVICE PIC12F675, INTRC_OSC, WDT_OFF, MCLR_OFF,PROTECT_ON
Try these settings instead of yours especially for "RC_OSC_NOCLKOUT" ;
Code:@ DEVICE PIC12F675, INTRC_OSC, WDT_OFF, MCLR_OFF,PROTECT_ON
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Thanks for the suggestion, but I now get a warning when I try to compile (using MPSAM) - it states "Found lable [DEVICE]" and "Illegal Opcode [12F675]"Originally Posted by sayzer
Originally Posted by malc-c
In your code, put a space between '@' and "DEVICE"
--------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Yup, have done (I copied and pasted the line in your post) and still fails to compile.Originally Posted by sayzer
Malc
if you use MPASM, DEVICE is not the right command, the the FAQ thread about the config fuse.
Or you may set them manually in your device programmer software.Code:@ __CONFIG _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON ' Internal Oscillator ' Enable watch dog timer ' Enable power up timer ' Disable MCLR pin ' Enable brown out detect
HTH
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Steve,
Looks like I might have to set them manually or use the 16F628 as I still get an error when I copy and past the line of code from your mail.
This time I get:
Error 118: overwriting previous address contents 2007
What the hell that means I have no idea ?
I think I need to go back to basics and get a LED flashing on a PIN and then impliment my code for the PWM
Thanks guys for your continuing help, its this support that makes PBP my preferred programming language
Malc
so it seems you didn't read the FAQ![]()
pay attention to post #5 of the link bellow
http://www.picbasic.co.uk/forum/showthread.php?t=543
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks