Hardware problem or what ?
Something strange happens in my circuit......
Think a PIC16F877A were PORTD.1 (pin 20)
is defined as Input (WELDEND VAR PORTD.1)
This pin is pulled to Vdd with a 4.7K resistor and there is (was)
a 0.1uF condenser between the pin to ground (Vss) wich i put
thinking to void noise problem but...
Now the problem....
a signal (Vdd) come to this pin through a n.o. external switch.
When you close the switch no problem
When you open the switch the pic is resetted !!!
Removing the condenser the problem disappear.....
Did you have any idea about.... why?
Steve S.
Try disabling the brownout reset
Hi,
It all seems so strange. It is really difficult to comment without having the schematics and the code handy. If you are using Brownout reset enabled then you can try disabling it. If that solves the problem then there is something wrong with your PS. Also take care that all your VDD/VSS pins (11/12<->32/31) are hardwared. Although they are internally connected you cannot give power to one and draw out from the other.