Monday 28 December 2015

integrated circuit - When a datasheet specifies output current is it per pin or aggregated for all pins?



When a datasheet specifies something like output current, as with the 74FCT244 or for example, is this referring to the aggregated output current between all pins or the capacity of a single pin ?



enter image description here


enter image description here


enter image description here



  • Other device example


enter image description here


Also, it specifies above for the 74FCT244 that with an output HIGH, the max current is -15mA, while with output LOW the associated current shall be no more than 64mA. Clearly one of these refers to the capacity of the device to source and sink current, but the relationship between current sign and output voltage appears backwards to me. Namely, the datasheet says with a HIGH output then it appears to allude to sinking 15mA (indicated by the negative sign). Similarly, the LOW output voltage has a capacity of 64mA .. sourcing? (positive sign).





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...