perts
Electrical
- Jun 30, 2004
- 39
I have a micro and sinks the current to a 3.3 V LED via 220 ohms to turn it on. It works but as soon as I put my scope probe on the LED (micro side) the LED doesnt turn on. What can cause that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The ANSELD register must be initialized
to configure an analog channel as a digital
input. Pins configured as analog inputs will
read ‘0’.
A pin with TRIS clear and ANSEL set
will still operate as a digital output, but the Input mode will be analog. This can cause unexpected behavior when executing read-modify-write instructions on the
affected port.
The PIC16F72X devices have an internal low dropout voltage regulator. An external capacitor must connected to one of the available VCAP pins to stabilize the regulator. For more information,
Section 5.0 “Low Dropout (LDO) Voltage Regulator”. The PIC16LF72X devices do not have the volt
regulator and therefore no external capacitor is required.