I am new to the world of PIC programming. I'm trying to run an extremely simple experiment lighting an LED with a PIC10F206. I am running MPLAB X IDE v2.20 and programming the chip with a PICkit 3. When I attempt to program the chip, here's what I get:
Connecting to MPLAB PICkit 3...
Firmware Suite Version.....01.33.20
Firmware type..............Baseline
Target detected
***Target has invalid calibration data (0x0f).
The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x1ff
configuration memory
Programming...
Programming/Verify complete
I don't understand the error message I have marked with *** above. Have I somehow clobbered the calibration data in the chip? Any idea what I am doing wrong?
~ Russ
Connecting to MPLAB PICkit 3...
Firmware Suite Version.....01.33.20
Firmware type..............Baseline
Target detected
***Target has invalid calibration data (0x0f).
The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x1ff
configuration memory
Programming...
Programming/Verify complete
I don't understand the error message I have marked with *** above. Have I somehow clobbered the calibration data in the chip? Any idea what I am doing wrong?
~ Russ