Difference between revisions of "Microchip PIC"

From Bashlinux
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
= PIC =
 
= PIC =
 
Before start programing any please note
 
   
   
Line 11: Line 9:
 
2. NEVER program a PIC 'in circuit' with ANY other connections to the target board
 
2. NEVER program a PIC 'in circuit' with ANY other connections to the target board
 
</nowiki></pre>
 
</nowiki></pre>
  +
  +
  +
The config options must have always `MCLRE_ON` and a 10K pull-up resistor to Vdd.

Revision as of 16:21, 9 April 2011

PIC

#!wiki caution
'''JDM specific warnings'''

 1. NEVER disable the PIC's /MCLR (Reset) pin function
 2. NEVER program a PIC 'in circuit' with ANY other connections to the target board


The config options must have always `MCLRE_ON` and a 10K pull-up resistor to Vdd.