Hi Pedro,
It shouldn't show any errors. The 12F609 is a 14-bit core. The 12F509 is a 12-bit core.With the 12F609 it works, the compiler not show any errors
DEFINE OSCCAL_2K 1 is for a 2K part. DEFINE OSCCAL_1K 1 would be for a 1K part, but this isn't necessary for a PIC that doesn't have a factory OSCCAL calibration value stuffed in the last program memory location or an OSCCAL registerdo i not need to add the
DEFINE OSCCAL_2K 1 on the begin of the code?
Bookmarks