vasanth kumar
Junior Member level 1
- Joined
- Jul 27, 2012
- Messages
- 18
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Coimbatore
- Activity points
- 1,406
what is meant by source current and sink current. please explain..
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.
source = produces an output current into an external load
sink = draws current from an external source
In the context of a microprocessor pin, there is an output transistor (the source switch) to VDD and an output transistor (the sink switch) to VSS. They are never turned on together because it would short out VSS and VDD causing damage. Only one at a time is turned on and they allow the logic level to go high so it can produce a current into the load or low so it can pass current to VSS (usually ground). The current ratings you refer to are how much current it can pass in each direction.
Brian.
The pin sits at the junction of the transistor connected to VDD and the one connected to VSS. If the top one (the one connected to VDD) is turned on and the other is off, the pin is connected to VDD and current can flow out of it. If the bottom one (the one connected to VSS) is turned onand the top one is turned off, the pin is connected to VSS and current can flow in to it from circuitry outside the device. If both are turned off at the same time, the pin 'floats', it can not source or sink current and is said to be in 'tri-state' condition, in other words internally disconnected and neither sourcing or sinking current. If you turn them both on at the same time, which is not normally allowed by circuitry inside the device, current flows through both transistors and shorts out VDD to VSS through them. The current they would carry would almost certainly overheat them and destroy the device.
Brian.