muthusnv@rediffmail.com wrote:
> Hi,
> There chips with the mixture of Active HIGH and Active LOW signals. Is
> there any pros and cons of each levels? OR it simply choice of
> designers / manufacturers?
>
> Thanks in advance.
>
> Regards,
> Muthu
>
Unconnected TTL inputs are interpreted as logic high. Hence it is more
convenient to define the active level of control signals as logic low
and allow the designers to simply not connect the pins carrying those
signals if they don't need them. Also, if a cable is unplugged from a
board the inputs read high (not active) and the board does not attempt
to do anything unexpected.
Active low is also commonly used for signals with multiple drivers,
e.g., interrupt request lines. In this case there is a pull-up resistor
and open-collector or open-drain drivers that pull the singnal low.
My 2c.
-- Georgi