electroinfo
Joined: 27 Jul 2010 Posts: 5
|
PIC12 |
Posted: Sat Jul 31, 2010 1:35 am |
|
|
Hello everyone,
I need your help because I use an ICD U-40 and I can't program PIC12F509, PIC12F508. The software tells me it can not find the PIC. But with a 12F675 or a 12F629 or a 12F683, I can program. The only difference is that the 509 and the 508 did not detect self. How can I do?
I'm new with CCS so thanks in advance for your help.
P.S. I have the same problem with PIC16F54. |
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sat Jul 31, 2010 11:00 am |
|
|
Quote: | I can't program PIC12F509, PIC12F508. I have the same problem with PIC16F54. |
Those PICs are supported by the PCB compiler. Do you have the PCB compiler ?
Quote: | But with a 12F675 or a 12F629 or a 12F683, I can program. |
Those PICs are supported by the PCM compiler. Even though they
start with "12F", they are supported by PCM, not PCB.
CCS makes several different compilers, with these names:
PCB, PCM, PCH, PCD.
They bundle them together in various ways, and call them PCW, PCWH,
PCWHD, and they sell them separately as PCB, PCM, PCH, PCD.
What is the name of the CCS compiler that you have ?
Do you have a limited "Student" version that only supports certain PICs ?
What is your compiler version ? |
|