Sunday 17 August 2014

Meaning of diamond with four triangles in schematic?


What is the meaning of a symbol consisting of a diamond with four boundary triangles in a schematic?


Re. the following from the Atmega328 datasheet:



enter image description here



Answer



That is a transmission gate: https://en.wikipedia.org/wiki/Transmission_gate.


It is constructed out of a P-channel and a N-channel MOSFET so when ON it is bi-directional. It is often used as a analog switch but that is not the case here.


It is bi-directional when 'SLEEP' is low (0, or OFF), and high-impedance when 'SLEEP' is high (1, or ON). Also the input to the Schmidt trigger is grounded when in sleep mode, so it is not 'floating'.


It is an analog switch but only expecting a logic 1 or 0 as an input to the Schmidt trigger, which cleans up noisy digital inputs.


It is followed by a synchronizing stage so that the data accepted is in step with the local clock for that port.


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...