Hello
For the PIC12F509 i have this command on the top of the code
DEFINE OSCCAL_1K 1
and now i want to use the PIC12F609 and i'm not sure if must change
the command to DEFINE OSCCAL_1K 2
Thanks for information
Regards
Pedro
Printable View
Hello
For the PIC12F509 i have this command on the top of the code
DEFINE OSCCAL_1K 1
and now i want to use the PIC12F609 and i'm not sure if must change
the command to DEFINE OSCCAL_1K 2
Thanks for information
Regards
Pedro
There's no OSCCAL register for this PIC, but OSCTUNE. The internal OSC is factory calibrated... well by the datasheet section 3.4.1.1.
Hello
Sorry, correct is
I use the pic 12F508 and want use the pic12F509
What is correct on top from code
DEFINE OSCCAL_1K 1
or
DEFINE OSCCAL_1K 2
Thanks
Regards
Pedro
Ah now that's different.. yes DEFINE OSCCAL_2K 1 is the right one for a 12F509
Hello Mister_e
Thank you
Regards
Pedro