I am using 12F675 ic for small project but cant program it with pickit4? also i am using MPLABIDE V5.2 And XC8 compiler. It will show message C99 File absent for mid range controllers
I am using 12F675 ic for small project but cant program it with pickit4? also i am using MPLABIDE V5.2 And XC8 compiler. It will show message C99 File absent for mid range controllers
Hello,
I think you are having a different problem than PIC12F675 not being supported by PICkit4. If you see the product page and switch to Overview tab, there is a link to release notes of MPLAB X . I downloaded the archive, extracted and opened the following file: mplabx-ide-release-notes-v5.45/Device Support.htm . It states PIC12F675 as supported by PICkit4 for both programming and debugging (but not the rf version, which you probably don't have).
From the last sentence you wrote I would guess you have some kind of a compilation error. Could you, please, provide a screenshot?
David
Hello, from the scroll bar on the right, I can see that you are facing multiple errors (marked as red).
I would start from the beginning - the first tells you about line 12 and a non existing register - maybe you could paste the source code...
By the way, you were asking about PIC12F675, but the code is compiled for PIC16F886 - isn't this the issue? I mean, the configuration bits are probably different in some cases like oscillator etc.
By the way, you were asking about PIC12F675, but the code is compiled for PIC16F886 - isn't this the issue? I mean, the configuration bits are probably different in some cases like oscillator etc.