While proceeding Build And Program process with MikroProgC For PIC and à PiC 16F88, the following message appears :
« Device detected PIC 12F508 »
« Device selected PIC 16F88 ».
Some one have an idea ?
Merci beaucoup.
Your programming tool detects a PIC12F508 connected to the programmer.
What programmer hardware do you use? Is the wiring correct? Is the power supply correct and stable?
Happy New Year Paul and All.
Hope with no anymore !
16F88 is the PIC defined when I create the project.
Build process works.
But not Build And Program process.
I don’t have Pickit2 or 3.
Somewhere in your code you have defined a second PIC. Usually when we see this problem it is because the programming hardware (Pickit) is reading the wrong ID from the device it should be programming but in your case it seems to be a problem when creating the code. You screen shot shows the type selected as 16F88 but the type in use as 12F508 (completely different PIC families) and the MCU information doesn't match either of them!