Other Parts Discussed in Thread: SN74AVC4T245
Hi team,
I need to provide guidance on calculating power consumption of SN74AVCBH164245. I found a thread below.
https://e2e.ti.com/support/logic/f/151/t/875721
It doesn't look suitable for this device, as this device is dual-rail bus transceiver. Plus, the thread is saying about Nsw, fi, fon, CLn, and Dn. Could you let me know more general/simple method to calculate power consumption, when such detailed operation conditions are not given? Thank you.
And I tried to calculate as below. Can you correct my understanding?
Can it be modeling simply as below load cirsuit, S1 = 2xVcco when High level transmission, S1 = Open when disable, and S1 = GND when Low level transmission? If then the calculation would be :
Supposed VCCA = VI = 3V, VCCB = VO = 3.3V and high/low level transmission at half rate.
Ptotal.dynamic = P(highIN-highOUT) + P(lowIN-lowOUT) = [(Vcca / RL) + (Vccb / RL)] / 2 + [(Vcca / RL / 2) + (Vccb / RL /2)] / 2 = [(3V * 3V / 500ohm + 3.3V * 3.3V / 500ohm)]/2 + [(3V * 3V / 250ohm + 3.3V * 3.3V / 250ohm)]/2 = 19.89mW + 39.78mW = 59.67 mW
Pstatic = VCCA * ICCA + VCCB * ICCB = 3V *40uA + 3.3V *40uA = 252uW
(There is no condition for VCCA = 3V, VCCB = 3.3V, so I choose case of VCCA = 3.6V, VCCB = 3.6V from table below.)
Thank you for your prompt response.