Can anyone shed some light on the fuse configuration Abbreviations? I am programming a 16F628 and some of the names are confusing.
Like in the Oscillator section.
HS - self explanatory. many follow standard names, but the 2 modes of internal oscillator naming seem cryptic.
is there a list of exactly what they are?
Also.. is there a way to get the programmer to read in the configuration file written by the proton Pic Basic Pro compiler? They write out a config file for the fuses. Can it be refreshed with the programmer Refresh button that does the code to?
For the fuse information, you can find it from the chip datasheet. The datasheet you can find from: http://ww1.microchip.com/downloads/en/DeviceDoc/40044F.pdf If your PIC Basic Pro compiler generate standard Hex file and it with configuration information, then the software us able to read it.