PIC16F676
PIC16F677 PIC16F684 PIC16F685 PIC16F687 PIC16F688 PIC16F689 PIC16F690 PIC16F707 PIC16F716 PIC16F720 PIC16F721 PIC16F722 PIC16F722A PIC16F723 PIC16F723A PIC16F724 PIC16F726 PIC16F727 PIC16F753 PIC16F785 PIC16F818 PIC16F819 PIC16F84A PIC16F87 PIC16F870 PIC16F871 PIC16F872 PIC16F873 PIC16F873A PIC16F874 PIC16F874A PIC16F876 PIC16F876A PIC16F877 PIC16F877A PIC16F88 PIC16F882 PIC16F883 PIC16F884 PIC16F886 PIC16F887 PIC16F913 PIC16F914 PIC16F916 PIC16F917 PIC16F946PIC16F676
Support summary
ICSP Connection
Programming is impossible at voltages below 4.5V.
PIC16F676 can only be programmed with HVP (High Voltage Programming). This means it requires Vpp voltage (higher than Vdd) for programming.
NSDSP-2 generates Vpp internally and can program PIC16F676.
NSDSP-1 cannot generate Vpp. Therefore, to be programmed with NSDSP-1, PIC16F676 requires NSHVX High Voltage Extension or an external HVP circuit.
Microchip HVP programming specificatons for PIC16F676 require that VPP is applied to MCLR before VDD. Since NSDSP does not have any control of VDD, this requirement cannot be satisfied, however, in our tests the HVP programming has succeeded even without VDD manipulation. Therefore, NSDSP software supports HVP programming for PIC16F676.
Be careful. It is possible to brick PIC16F676 if each of these three conditions is met:
OSCCAL calibration word
PIC16F676 requires an OSCCAL calibration word. This word is stored in program memory at the address 0x03ff. NSDSP will read the calibration word before programming and will restore it back after programming. However, if the HEX file contains data for address 0x03ff, NSDSP will not override the data with the calibration word.
PIC16F676 also stores band-gap calibration as a part of configuration word. NSDSP handles band-gap calibration similar to OSCCAL calibration, however band-gap calibration cannot be supplied as a part of the HEX file - the corresponding bits from the HEX file are ignored.
Since the calibration information must be erased and written back, any adverse event during programming operation (such as power outage) may cause the loss of calibration information.
If the PIC device does not contain the correct calibration word, NSDSP will refuse to program. In such case, you can restore the calibration word using nsprog, for example:
nsprog e -d PIC16F676 -c 34xx:b
where "34xx" should be replaced with the desired calibration word in hexadecimal format, and "b" shoud be replaced with band-gap calibration as a number from 0 to 3.
When reading from PIC16F676, NSDSP does not read the OSCCAL calibration information, however the calibration information can be retrieved with nsread, for example:
nsread 03ff 0400 -d PIC16F676
Unlike OSCCAL calibration, the band-gap calibration is a part of the configuraton word and is read from the device along with the rest of the calibration word.
Programming Benchmarks
We have measured time necessary to program and verify PIC16F676.
Operation | Time | Programming and Verification | 3.1s | Programming only | 3.0s | Verification only | 0.2s |
---|
The measurements reflect the time necessary to program/verify the entire chip, including all user programmable memory areas and very slow data EEPROM.
Debugging
NSDSP cannot be used to debug PIC16F676.
Links
© 2007-2024 Northern Software Inc. All Rights Reserved.