Maker Pro
Maker Pro

Reset pin of PIC

Hi,
I have a reset pin of a PIC micro connected to 5V via a 10K pull up resistor.
If i connect a I/O line of a second PIC to the reset of the first PIC. Can i reset the PIC by outputting a zero? Or should it be a logic 1?
Thanks
 
Thanks.
I wanted to ask what actually happens internally to the MCLR line of the PIC i.e. in terms of the FET/transistors.
Is there any good sources to explain this?
Thanks in advance.
 

Harald Kapp

Moderator
Moderator
I wanted to ask what actually happens internally to the MCLR line of the PIC i.e. in terms of the FET/transistors.
The rest pin can be considered as a standard input pin which is connected to the reset inputs of all internal logic functions of the mcu.
You should be familiar with the operation of CMOS logic gates. If not, read e.g. here.
 
Hi
So am i correct in saying that the pull up is tied to VDD via an PMOS FET internally? A logic 1 will keep the MCLR high. A logic 0 will turn on the PMOS FET and short drain to source to 0V.
Is that correct?
 
Top