I have programmed many PIC's with this programmer with great success, and see on the list of supported devices a couple of LF versions, but not the 16LF628.
I can actually program it, and read it, when selecting 16F628, but the program does not work.
Same program works when I use a 16F628A.
Should this programmer work with the 16LF628 ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All LF devices are supported, there is a note on the website before the device list; F or LF does not make any difference in the algorithm.
The devices you see listed as LF do not have an F equivalent.
Some LF devices have a lower maximum VDD compared to their F version; in that case, a low voltage adapter is required by the software.
However, if the user is absolutely certain to use an F variant, he can exclude the adapter requirement via a specific option.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have programmed many PIC's with this programmer with great success, and see on the list of supported devices a couple of LF versions, but not the 16LF628.
I can actually program it, and read it, when selecting 16F628, but the program does not work.
Same program works when I use a 16F628A.
Should this programmer work with the 16LF628 ?
YES, it does!! I used the wrong fuse settings. :(
So, Alberto - you can add the 16LF628 to your list of confirmed devices. ;)
Thank you.
PS: These are my settings to use internal oscillator, that works.
// PIC16LF628 Configuration Bit Settings
All LF devices are supported, there is a note on the website before the device list; F or LF does not make any difference in the algorithm.
The devices you see listed as LF do not have an F equivalent.
Some LF devices have a lower maximum VDD compared to their F version; in that case, a low voltage adapter is required by the software.
However, if the user is absolutely certain to use an F variant, he can exclude the adapter requirement via a specific option.