SlideShare a Scribd company logo
1 of 31
3.6 Semiconductors and the
Active Building Blocks of
Processors and Memory
• While P-type and N-type semiconductors
are the basic types of semiconductors
• When P-type and N-type semiconductors
are combined, the contact point, called the
P-N Junction, acts as a one-way gate to
allow electrons to flow
• the most common basic electronic
devices: diodes and transistors
3.6.1 Diodes
• A diode is a semiconductor device made up of two materials, one P-
type and one N-type, joined together.
• A terminal is called an anode, labeled "A", and a cathode, labeled
"C".
• Current flows through a diode from the anode to cathode as long as
the anode has a higher (positive) voltage; this phenomena is called
forward biasing.
• When current will not flow through the diode because the cathode
has a higher (positive) voltage than the anode, this is called reverse
biasing.
types of diodes
• rectifier diodes that convert AC to DC by keeping the
polarity constant, PIN diodes as switches
• zener diodes for voltage regulation,
• Light Emitting Diodes or LEDs: LEDs are the blinking
or steady lights that can indicate anything
3.6.2 Transistors
• Transistors are made up of P-type and N-type semiconductor
material, with three terminals
• two main types are the bipolar junction transistor (BJT) and the
field effect transistor (FET)
• There are two main subclasses of bipolar transistors, PNP and
NPN.
• PNP BJT is made up of two sections of P-type materials, separated
by a thin section of N-type material,
• NPN bipolar transistor is made up of two sections of N-type material,
separated by a thin section of P-type material.
• When the NPN BJT is OFF, electrons in the
emitter cannot bypass the P-N junction to flow to
the collector,
• To turn the NPN BJT "ON“, a positive voltage
and input current must be applied at the base
• the larger the base voltage, the greater the
emitter current flow
• When the PNP BJT is OFF, electrons in the collector cannot
bypass the PN junction to flow to the emitter, because the 0
volts at the base is placing just enough pressure to keep
electrons from flowing.
• To turn the PNP BJT ON, a negative base voltage is used to
decrease pressure and allow a positive current flow out of the
collector, with a small output current flowing out of the base,
as well.
• In short, PNP and NPN BJTs work in the same manner, given
the opposite directions of current flow, the P and N type
material makeup, and the voltage polarities applied at the
base.
• FETs have three terminals, but in FETs these terminals
are called a source, a drain/sink, and a gate
• FETs do not require a biasing current, and are controlled
via voltage alone.
• subtypes of FETs: the metal-oxide-semiconductor
field-effect transistor (MOSFET) and the junction
field-effect transistor (JFET).
• types of MOSFETs: enhancement MOSFETs and
depletion MOSFETs.
• enhancement-type MOSFETs become less resistant to
current flow when voltage is applied to the gate.
• Depletion-type MOSFETs have the opposite reaction to
voltage applied to the gate: they become more resistant
to current flow
• These MOSFET subclasses can then be further divided
according to whether they are P-channel or N-channel
transistors
• In N-channel enhancement MOSFETs, the source and
drains are N-type (- charge) semiconductor material and
sit on top of P-type material (+ charge).
• In P-channel enhance-ment MOSFETs, the source and
drains are P-type (+ charge) semiconductor material and
sit on top of N-type material (- charge).
• When no voltage is applied to the gate, these transistors
are in the OFF state, because there is no way for current
to flow from the source to the drain (for N-channel
enhancement MOSFETs) or from drain to source for P-
channel enhancement MOSFETs
• N-channel depletion MOSFETs are in the "OFF" state
when a negative voltage is applied to the gate to create a
depletion region
• P-channel depletion MOSFET, the voltage applied at the
gate to turn the transistor OFF is positive instead of
negative.
• N-channel enhancement MOSFET is in
the ON state when "+" (positive) voltage is
applied to the gate of the transistor
• P-channel enhancement MOSFETs are in
the ON state when "-" (negative) voltage is
applied to the gate of the transistor
• depletion MOSFETs are inherently
conductive, "ON" state, when there is no
voltage applied to the gates of an N-
channel or P-channel depletion MOSFET,
there is a wider channel in which electrons
are free to flow through the transistor from
• the schematic symbols for the MOSFET enhancement
and depletion N-channel and P-channel transistors
contain an arrow that indicates the direction of current
flow for N-channel MOSFET depletion and enhancement
transistors (into the gate, and with what is coming into
the drain, output to the source), and P-channel MOSFET
depletion and enhancement transistors (into the source,
and out of the gate and drain) when these transistors are
ON.
JFET transistors
• subclassed as either N-channel or P-channel JFETs
• more resistive to current flow when voltage is applied to
their gates.
• N-channel JFET is made up of the drain and source
connecting to N-type material, with the gate connecting
to two P-type sections on either side of the N-type
material.
• A P-channel JFET has the opposite configuration, with
the drain and source connecting to P-type material, and
the gate connecting to two N-type sections on either side
of the P-type material
• turn the N-channel JFET transistor "OFF", a
negative voltage must be applied to the gate
• turn the P-channel JFET transistor "OFF", a
positive voltage must be applied to the gate
• When there is no voltage applied to the gates of
an N-channel or P-channel JFET, "ON" state,
there is a wider channel in which electrons are
free to flow through the transistor from
• price (FETs can be cheaper and simpler to manufacture
than BJTs, because they are only controlled via
voltage),
• usage (FETs and unijunctions are typically used as
switches, BJTs in amplification circuits),
Enhance
MOSFET
Depletion
MOSFET
JFET
ON OFF ON OFF ON OFF
N type +V 0v 0v -V 0v -V
Ptype -V 0v 0v +V 0v +V
3.6.3 Building More Complex
Circuitry from the Basics: Gates
• Transistors that can operate as switches, such
as MOSFETs, are operating in one of two
positions at any one time: ON (1) or OFF (0)
• Gates are designed to perform logical binary
operations, such as AND, OR, NOT, NOR,
NAND, XOR, and so on
• gates are designed to have one or more input(s)
and one output, supporting the requirements to
perform logical binary operations.
• The CMOS method is sequential-based, meaning there
are no clocks in the circuit, and that circuit outputs are
based upon all past and current inputs (as opposed to
the combinatorial method whose output is based upon
input at some moment in time).
• NOT Gate: inputs (I1 and 12) are inputs to the transistor
gates. For P-channel (pMOS) enhancement transis-tors,
the transistor is ON when gate is OFF, whereas for the
N-channel (nMOS) enhancement transistor the transistor
is ON when gate is ON.
Sequential Logic and the Clock
• sequential logic: Logic gates can be combined in many
different ways to perform more useful and complex logic
circuits
• Sequential logic is typically based upon one of two
models: a sequential or combinational circuit design.
• These models differ in what triggers their gate(s) into
changing state, as well as what the results are of a
changed state (output).
• sequential circuits provide output that can be based
upon current input values, as well as previous input and
output values in a feedback loop.
• Sequential circuits can change states synchronously or
asynchronously depending on the circuit.
• Asynchronous sequential circuits change states only
when the inputs change.
• Synchronous sequential circuits change states based
upon a clock signal generated by a clock generator
connected to the circuit.
• The output of the synchronous sequential circuit is
synchronized with that clock.
multivibrators
• Commonly used sequential circuits (synchronous and
asynchronous) are multivibrators, logic circuits designed
so that one or more of its outputs are fed back as input.
• The subtypes of multivibrators—astable, monostable or
bistable—are based upon the states in which they hold
stable.
• Monostable (or oneshot) multivibrators are circuits that
have only one stable state, and produce one output in
response to some input.
• The bistable multivibrator has two stable states (0 or 1),
and can remain in either state indefinitely, whereas
• the astable multivibrator has no state in which it can hold
stable.
Latches
• Latches are multivibrators, because signals from the
output are fed back into inputs, and they are bistable
because they have only one of two possible output
states they can hold stable at: 0 or 1.
• Latches come in several different subtypes (S-R, Gated
S-R, D Latch, etc.).
flip-flop
• Flip-flops are sequential circuits that derived their name because
they function by alternating (flip-flopping) between both states (0
and 1), and the output is then switched (from 0-to-l or from l-to-0, for
example).
• Figure 3-33 is an example of a synchronous flip-flop, specifically an
edge-triggered D flip-flop.
• This type of flip-flop changes state on the rising edge or falling edge
of a square-wave enable signal—in other words, it only changes
states, thus changing the output, when it receives a trigger from a
clock.
combinational circuits
• combinational circuits can have one or more input(s) and only one
output.
• both models primarily differ in that a combinatorial circuit's output is
dependent only on inputs applied at that instant, as a function of
time, and "no" past conditions.
• A sequential circuit's output can be based upon previous outputs
being fed back into the input, for instance.
3.7 Putting It All Together: The
Integrated Circuit (IC)
• Gates, along with the other electronic devices that can be located on
a circuit, can be compacted to form a single device, called an
integrated circuit (IC).
• ICs, also referred to as chips, are usually classified into groups
according to the number of transistors and other electronic '
components they contain, as follows:
• SSI (small scale integration) containing up to 100 electronic
components per chip.
• MSI (medium scale integration) containing between 100-3,000
electronic compo-nents per chip.
• LSI (large scale integration) containing 3,000-100,000 electronic
components per chip.
• VLSI (very large scale integration) containing between 100,000-
1,000,000 electronic components per chip.
• ULSI (ultra large scale integration) containing over 1,000,000
electronic components per chip.
IC advantages
• Size. ICs are much more compact than their discrete counterparts,
allowing for smaller and more advanced designs.
• Speed. The buses interconnecting the various IC components are
much, much smaller (and thus faster) than on a circuit with the
equivalent discrete parts.
• Power. ICs typically consume much less power than their discrete
counterparts.
• Reliability. Packaging typically protects IC components from
interference (dirt, heat, corrosion, etc.) far better than if these
components were located discretely on a board.
• Debugging. It is usually simpler to replace one IC than try to track
down one compo-nent that failed among 100,000 (for example)
components.
• Usability. Not all components can be put into an IC, especially those
components that generate a large amount of heat, such as higher
value inductors or high-powered amplifiers.
• ICs are the master processors, slave processors, and
memory chips located on embedded boards
3.8 Summary
• The purpose of this chapter was to discuss the major
functional hardware components of an embedded board.
• These components were defined as the master processor,
memory, I/O, and buses—the basic components that make up
the von Neumann model.
• The passive and active electrical elements that make up the
von Neumann components, such as resistors, capacitors,
diodes, and transistors, were also discussed in this chapter.
• It was demonstrated how these basic components can be
used to build more complex circuitry, such as gates, flip-flops,
and ICs, that can be integrated onto an embedded board.
• Finally, the importance of and how to read hardware technical
documentation, such as timing diagrams and schematics, was
introduced and discussed.
~ END ~

More Related Content

What's hot

TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...
TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...
TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...Prasant Kumar
 
Transistors
TransistorsTransistors
Transistorsvicdiola
 
bipolar transistors
 bipolar transistors bipolar transistors
bipolar transistorsvishal gupta
 
Power electronics Phase Controlled Rectifiers - SCR
Power electronics   Phase Controlled Rectifiers - SCRPower electronics   Phase Controlled Rectifiers - SCR
Power electronics Phase Controlled Rectifiers - SCRBurdwan University
 
Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...
Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...
Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...University of Gujrat, Pakistan
 
2 transistor thyristor
2 transistor thyristor2 transistor thyristor
2 transistor thyristorRaghu Selvaraj
 
Power semiconductor devices ppt new converted
Power semiconductor devices ppt new convertedPower semiconductor devices ppt new converted
Power semiconductor devices ppt new convertedPallavi Choudekar
 
Bipolar Junction Transistors (bj ts)
Bipolar Junction Transistors (bj ts)Bipolar Junction Transistors (bj ts)
Bipolar Junction Transistors (bj ts)Umer Tanvir
 
transistor as a switch
transistor as a switchtransistor as a switch
transistor as a switchSahil Patel
 
Power supplies & regulators
Power supplies & regulatorsPower supplies & regulators
Power supplies & regulatorsDr.YNM
 
Silicon controlled rectifier (scr)
Silicon controlled rectifier (scr)Silicon controlled rectifier (scr)
Silicon controlled rectifier (scr)rnkiawasthi03
 
Elektronika daya kuliah ke 2
Elektronika daya kuliah ke 2Elektronika daya kuliah ke 2
Elektronika daya kuliah ke 2Sugeng Widodo
 

What's hot (20)

TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...
TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...
TRANSISTOR_ CONSTRUCTION & WORKING IN HINDI|BIPOLAR JUNCTION TRANSISTOR|NPN_P...
 
Transistors
TransistorsTransistors
Transistors
 
bipolar transistors
 bipolar transistors bipolar transistors
bipolar transistors
 
Thyristor
Thyristor Thyristor
Thyristor
 
igbt and its characteristics
igbt and its characteristicsigbt and its characteristics
igbt and its characteristics
 
Power MOSFET
Power MOSFETPower MOSFET
Power MOSFET
 
Power electronics Phase Controlled Rectifiers - SCR
Power electronics   Phase Controlled Rectifiers - SCRPower electronics   Phase Controlled Rectifiers - SCR
Power electronics Phase Controlled Rectifiers - SCR
 
Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...
Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...
Thyristor Characteristics, Two Transistor Model Of Thyristor & Thyrisror Turn...
 
Ujt
UjtUjt
Ujt
 
2 transistor thyristor
2 transistor thyristor2 transistor thyristor
2 transistor thyristor
 
Power semiconductor devices ppt new converted
Power semiconductor devices ppt new convertedPower semiconductor devices ppt new converted
Power semiconductor devices ppt new converted
 
Bipolar Junction Transistors (bj ts)
Bipolar Junction Transistors (bj ts)Bipolar Junction Transistors (bj ts)
Bipolar Junction Transistors (bj ts)
 
transistor as a switch
transistor as a switchtransistor as a switch
transistor as a switch
 
Thyristor
ThyristorThyristor
Thyristor
 
Multivibrators
MultivibratorsMultivibrators
Multivibrators
 
switching & control devices
switching & control devicesswitching & control devices
switching & control devices
 
Power supplies & regulators
Power supplies & regulatorsPower supplies & regulators
Power supplies & regulators
 
Not gate
Not gateNot gate
Not gate
 
Silicon controlled rectifier (scr)
Silicon controlled rectifier (scr)Silicon controlled rectifier (scr)
Silicon controlled rectifier (scr)
 
Elektronika daya kuliah ke 2
Elektronika daya kuliah ke 2Elektronika daya kuliah ke 2
Elektronika daya kuliah ke 2
 

Viewers also liked

Differnce bw bjt & fet
Differnce bw bjt & fetDiffernce bw bjt & fet
Differnce bw bjt & fetZunAib Ali
 
Pn junction diode characteristics Lab expriment
Pn junction diode characteristics Lab exprimentPn junction diode characteristics Lab expriment
Pn junction diode characteristics Lab exprimentdhanajeyan dhanaj
 
Transistor , NPN & PNP Transistor
Transistor , NPN & PNP TransistorTransistor , NPN & PNP Transistor
Transistor , NPN & PNP TransistorPreston University
 
Transistors ppt by behin
Transistors ppt by behinTransistors ppt by behin
Transistors ppt by behinBehin anben
 
Semiconductor Devices
Semiconductor DevicesSemiconductor Devices
Semiconductor DevicesRajesh Kumar
 
3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)firozamin
 

Viewers also liked (7)

Differnce bw bjt & fet
Differnce bw bjt & fetDiffernce bw bjt & fet
Differnce bw bjt & fet
 
Bjt
BjtBjt
Bjt
 
Pn junction diode characteristics Lab expriment
Pn junction diode characteristics Lab exprimentPn junction diode characteristics Lab expriment
Pn junction diode characteristics Lab expriment
 
Transistor , NPN & PNP Transistor
Transistor , NPN & PNP TransistorTransistor , NPN & PNP Transistor
Transistor , NPN & PNP Transistor
 
Transistors ppt by behin
Transistors ppt by behinTransistors ppt by behin
Transistors ppt by behin
 
Semiconductor Devices
Semiconductor DevicesSemiconductor Devices
Semiconductor Devices
 
3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)
 

Similar to Embeded

Types of transistors
Types of transistorsTypes of transistors
Types of transistorsUnsa Shakir
 
Field effect transistors and MOSFET's
Field effect transistors and MOSFET'sField effect transistors and MOSFET's
Field effect transistors and MOSFET'sPraveen Kumar
 
EE20-Chapter 5
EE20-Chapter 5 EE20-Chapter 5
EE20-Chapter 5 ruhiyah
 
Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...
Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...
Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...raghavbairboyana6
 
Digital_Logic_Design-ch_1for engineering students .pptx
Digital_Logic_Design-ch_1for engineering students .pptxDigital_Logic_Design-ch_1for engineering students .pptx
Digital_Logic_Design-ch_1for engineering students .pptxAshutoshkumarXAROLLN
 
Metal oxide semiconductor field effect transistor
Metal oxide semiconductor field effect transistorMetal oxide semiconductor field effect transistor
Metal oxide semiconductor field effect transistorpoornimaravindran2
 
Difference between npn and pnp transistor.pptx
Difference between npn and pnp transistor.pptxDifference between npn and pnp transistor.pptx
Difference between npn and pnp transistor.pptxelprocus
 
questões História do Tocantins- UFT/UFNT.pdf
questões História do Tocantins- UFT/UFNT.pdfquestões História do Tocantins- UFT/UFNT.pdf
questões História do Tocantins- UFT/UFNT.pdfprofvictorverano
 
Presentation on-FET( Field Effect Transistor)
Presentation on-FET( Field Effect Transistor)Presentation on-FET( Field Effect Transistor)
Presentation on-FET( Field Effect Transistor)UthsoNandy
 
Mos and cmos technology
Mos and cmos technologyMos and cmos technology
Mos and cmos technologySARITHA REDDY
 
23001622036-PC-EE-504 (1).pptx
23001622036-PC-EE-504 (1).pptx23001622036-PC-EE-504 (1).pptx
23001622036-PC-EE-504 (1).pptxTanmoyRoy787035
 
Aim-to study characterstics of fet (field effect [Autosaved].pptx
Aim-to study characterstics of fet (field effect [Autosaved].pptxAim-to study characterstics of fet (field effect [Autosaved].pptx
Aim-to study characterstics of fet (field effect [Autosaved].pptxRandeepKaushik1
 
What is a Power Transistor.pptx
What is a Power Transistor.pptxWhat is a Power Transistor.pptx
What is a Power Transistor.pptxyogeshkute
 

Similar to Embeded (20)

Types of transistors
Types of transistorsTypes of transistors
Types of transistors
 
Field effect transistors and MOSFET's
Field effect transistors and MOSFET'sField effect transistors and MOSFET's
Field effect transistors and MOSFET's
 
JFET.pptx
JFET.pptxJFET.pptx
JFET.pptx
 
EE20-Chapter 5
EE20-Chapter 5 EE20-Chapter 5
EE20-Chapter 5
 
Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...
Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...
Unit 5-BEE Electronics for Engineering in Computer branch 2nd sem diploma by ...
 
Digital_Logic_Design-ch_1for engineering students .pptx
Digital_Logic_Design-ch_1for engineering students .pptxDigital_Logic_Design-ch_1for engineering students .pptx
Digital_Logic_Design-ch_1for engineering students .pptx
 
Metal oxide semiconductor field effect transistor
Metal oxide semiconductor field effect transistorMetal oxide semiconductor field effect transistor
Metal oxide semiconductor field effect transistor
 
Transistor notes
Transistor notesTransistor notes
Transistor notes
 
PRESENTATION MOSFET
PRESENTATION MOSFETPRESENTATION MOSFET
PRESENTATION MOSFET
 
Difference between npn and pnp transistor.pptx
Difference between npn and pnp transistor.pptxDifference between npn and pnp transistor.pptx
Difference between npn and pnp transistor.pptx
 
questões História do Tocantins- UFT/UFNT.pdf
questões História do Tocantins- UFT/UFNT.pdfquestões História do Tocantins- UFT/UFNT.pdf
questões História do Tocantins- UFT/UFNT.pdf
 
Presentation on-FET( Field Effect Transistor)
Presentation on-FET( Field Effect Transistor)Presentation on-FET( Field Effect Transistor)
Presentation on-FET( Field Effect Transistor)
 
Mos and cmos technology
Mos and cmos technologyMos and cmos technology
Mos and cmos technology
 
23001622036-PC-EE-504 (1).pptx
23001622036-PC-EE-504 (1).pptx23001622036-PC-EE-504 (1).pptx
23001622036-PC-EE-504 (1).pptx
 
Transistors
TransistorsTransistors
Transistors
 
Bjt fundamentals
Bjt fundamentalsBjt fundamentals
Bjt fundamentals
 
Presentation bjt
Presentation bjtPresentation bjt
Presentation bjt
 
Transistor s06
Transistor s06Transistor s06
Transistor s06
 
Aim-to study characterstics of fet (field effect [Autosaved].pptx
Aim-to study characterstics of fet (field effect [Autosaved].pptxAim-to study characterstics of fet (field effect [Autosaved].pptx
Aim-to study characterstics of fet (field effect [Autosaved].pptx
 
What is a Power Transistor.pptx
What is a Power Transistor.pptxWhat is a Power Transistor.pptx
What is a Power Transistor.pptx
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

Embeded

  • 1. 3.6 Semiconductors and the Active Building Blocks of Processors and Memory • While P-type and N-type semiconductors are the basic types of semiconductors • When P-type and N-type semiconductors are combined, the contact point, called the P-N Junction, acts as a one-way gate to allow electrons to flow • the most common basic electronic devices: diodes and transistors
  • 2. 3.6.1 Diodes • A diode is a semiconductor device made up of two materials, one P- type and one N-type, joined together. • A terminal is called an anode, labeled "A", and a cathode, labeled "C". • Current flows through a diode from the anode to cathode as long as the anode has a higher (positive) voltage; this phenomena is called forward biasing. • When current will not flow through the diode because the cathode has a higher (positive) voltage than the anode, this is called reverse biasing.
  • 3. types of diodes • rectifier diodes that convert AC to DC by keeping the polarity constant, PIN diodes as switches • zener diodes for voltage regulation, • Light Emitting Diodes or LEDs: LEDs are the blinking or steady lights that can indicate anything
  • 4. 3.6.2 Transistors • Transistors are made up of P-type and N-type semiconductor material, with three terminals • two main types are the bipolar junction transistor (BJT) and the field effect transistor (FET) • There are two main subclasses of bipolar transistors, PNP and NPN. • PNP BJT is made up of two sections of P-type materials, separated by a thin section of N-type material, • NPN bipolar transistor is made up of two sections of N-type material, separated by a thin section of P-type material.
  • 5. • When the NPN BJT is OFF, electrons in the emitter cannot bypass the P-N junction to flow to the collector, • To turn the NPN BJT "ON“, a positive voltage and input current must be applied at the base • the larger the base voltage, the greater the emitter current flow
  • 6. • When the PNP BJT is OFF, electrons in the collector cannot bypass the PN junction to flow to the emitter, because the 0 volts at the base is placing just enough pressure to keep electrons from flowing. • To turn the PNP BJT ON, a negative base voltage is used to decrease pressure and allow a positive current flow out of the collector, with a small output current flowing out of the base, as well. • In short, PNP and NPN BJTs work in the same manner, given the opposite directions of current flow, the P and N type material makeup, and the voltage polarities applied at the base.
  • 7. • FETs have three terminals, but in FETs these terminals are called a source, a drain/sink, and a gate • FETs do not require a biasing current, and are controlled via voltage alone. • subtypes of FETs: the metal-oxide-semiconductor field-effect transistor (MOSFET) and the junction field-effect transistor (JFET). • types of MOSFETs: enhancement MOSFETs and depletion MOSFETs. • enhancement-type MOSFETs become less resistant to current flow when voltage is applied to the gate. • Depletion-type MOSFETs have the opposite reaction to voltage applied to the gate: they become more resistant to current flow • These MOSFET subclasses can then be further divided according to whether they are P-channel or N-channel transistors
  • 8.
  • 9. • In N-channel enhancement MOSFETs, the source and drains are N-type (- charge) semiconductor material and sit on top of P-type material (+ charge). • In P-channel enhance-ment MOSFETs, the source and drains are P-type (+ charge) semiconductor material and sit on top of N-type material (- charge). • When no voltage is applied to the gate, these transistors are in the OFF state, because there is no way for current to flow from the source to the drain (for N-channel enhancement MOSFETs) or from drain to source for P- channel enhancement MOSFETs • N-channel depletion MOSFETs are in the "OFF" state when a negative voltage is applied to the gate to create a depletion region • P-channel depletion MOSFET, the voltage applied at the gate to turn the transistor OFF is positive instead of negative.
  • 10.
  • 11. • N-channel enhancement MOSFET is in the ON state when "+" (positive) voltage is applied to the gate of the transistor • P-channel enhancement MOSFETs are in the ON state when "-" (negative) voltage is applied to the gate of the transistor • depletion MOSFETs are inherently conductive, "ON" state, when there is no voltage applied to the gates of an N- channel or P-channel depletion MOSFET, there is a wider channel in which electrons are free to flow through the transistor from
  • 12. • the schematic symbols for the MOSFET enhancement and depletion N-channel and P-channel transistors contain an arrow that indicates the direction of current flow for N-channel MOSFET depletion and enhancement transistors (into the gate, and with what is coming into the drain, output to the source), and P-channel MOSFET depletion and enhancement transistors (into the source, and out of the gate and drain) when these transistors are ON.
  • 13. JFET transistors • subclassed as either N-channel or P-channel JFETs • more resistive to current flow when voltage is applied to their gates. • N-channel JFET is made up of the drain and source connecting to N-type material, with the gate connecting to two P-type sections on either side of the N-type material. • A P-channel JFET has the opposite configuration, with the drain and source connecting to P-type material, and the gate connecting to two N-type sections on either side of the P-type material
  • 14. • turn the N-channel JFET transistor "OFF", a negative voltage must be applied to the gate • turn the P-channel JFET transistor "OFF", a positive voltage must be applied to the gate • When there is no voltage applied to the gates of an N-channel or P-channel JFET, "ON" state, there is a wider channel in which electrons are free to flow through the transistor from
  • 15.
  • 16. • price (FETs can be cheaper and simpler to manufacture than BJTs, because they are only controlled via voltage), • usage (FETs and unijunctions are typically used as switches, BJTs in amplification circuits), Enhance MOSFET Depletion MOSFET JFET ON OFF ON OFF ON OFF N type +V 0v 0v -V 0v -V Ptype -V 0v 0v +V 0v +V
  • 17. 3.6.3 Building More Complex Circuitry from the Basics: Gates • Transistors that can operate as switches, such as MOSFETs, are operating in one of two positions at any one time: ON (1) or OFF (0) • Gates are designed to perform logical binary operations, such as AND, OR, NOT, NOR, NAND, XOR, and so on • gates are designed to have one or more input(s) and one output, supporting the requirements to perform logical binary operations.
  • 18. • The CMOS method is sequential-based, meaning there are no clocks in the circuit, and that circuit outputs are based upon all past and current inputs (as opposed to the combinatorial method whose output is based upon input at some moment in time). • NOT Gate: inputs (I1 and 12) are inputs to the transistor gates. For P-channel (pMOS) enhancement transis-tors, the transistor is ON when gate is OFF, whereas for the N-channel (nMOS) enhancement transistor the transistor is ON when gate is ON.
  • 19.
  • 20.
  • 21. Sequential Logic and the Clock • sequential logic: Logic gates can be combined in many different ways to perform more useful and complex logic circuits • Sequential logic is typically based upon one of two models: a sequential or combinational circuit design. • These models differ in what triggers their gate(s) into changing state, as well as what the results are of a changed state (output).
  • 22. • sequential circuits provide output that can be based upon current input values, as well as previous input and output values in a feedback loop. • Sequential circuits can change states synchronously or asynchronously depending on the circuit. • Asynchronous sequential circuits change states only when the inputs change. • Synchronous sequential circuits change states based upon a clock signal generated by a clock generator connected to the circuit. • The output of the synchronous sequential circuit is synchronized with that clock.
  • 23. multivibrators • Commonly used sequential circuits (synchronous and asynchronous) are multivibrators, logic circuits designed so that one or more of its outputs are fed back as input. • The subtypes of multivibrators—astable, monostable or bistable—are based upon the states in which they hold stable. • Monostable (or oneshot) multivibrators are circuits that have only one stable state, and produce one output in response to some input. • The bistable multivibrator has two stable states (0 or 1), and can remain in either state indefinitely, whereas • the astable multivibrator has no state in which it can hold stable.
  • 24. Latches • Latches are multivibrators, because signals from the output are fed back into inputs, and they are bistable because they have only one of two possible output states they can hold stable at: 0 or 1. • Latches come in several different subtypes (S-R, Gated S-R, D Latch, etc.).
  • 25. flip-flop • Flip-flops are sequential circuits that derived their name because they function by alternating (flip-flopping) between both states (0 and 1), and the output is then switched (from 0-to-l or from l-to-0, for example). • Figure 3-33 is an example of a synchronous flip-flop, specifically an edge-triggered D flip-flop. • This type of flip-flop changes state on the rising edge or falling edge of a square-wave enable signal—in other words, it only changes states, thus changing the output, when it receives a trigger from a clock.
  • 26. combinational circuits • combinational circuits can have one or more input(s) and only one output. • both models primarily differ in that a combinatorial circuit's output is dependent only on inputs applied at that instant, as a function of time, and "no" past conditions. • A sequential circuit's output can be based upon previous outputs being fed back into the input, for instance.
  • 27. 3.7 Putting It All Together: The Integrated Circuit (IC) • Gates, along with the other electronic devices that can be located on a circuit, can be compacted to form a single device, called an integrated circuit (IC). • ICs, also referred to as chips, are usually classified into groups according to the number of transistors and other electronic ' components they contain, as follows: • SSI (small scale integration) containing up to 100 electronic components per chip. • MSI (medium scale integration) containing between 100-3,000 electronic compo-nents per chip. • LSI (large scale integration) containing 3,000-100,000 electronic components per chip. • VLSI (very large scale integration) containing between 100,000- 1,000,000 electronic components per chip. • ULSI (ultra large scale integration) containing over 1,000,000 electronic components per chip.
  • 28. IC advantages • Size. ICs are much more compact than their discrete counterparts, allowing for smaller and more advanced designs. • Speed. The buses interconnecting the various IC components are much, much smaller (and thus faster) than on a circuit with the equivalent discrete parts. • Power. ICs typically consume much less power than their discrete counterparts. • Reliability. Packaging typically protects IC components from interference (dirt, heat, corrosion, etc.) far better than if these components were located discretely on a board. • Debugging. It is usually simpler to replace one IC than try to track down one compo-nent that failed among 100,000 (for example) components. • Usability. Not all components can be put into an IC, especially those components that generate a large amount of heat, such as higher value inductors or high-powered amplifiers.
  • 29. • ICs are the master processors, slave processors, and memory chips located on embedded boards
  • 30. 3.8 Summary • The purpose of this chapter was to discuss the major functional hardware components of an embedded board. • These components were defined as the master processor, memory, I/O, and buses—the basic components that make up the von Neumann model. • The passive and active electrical elements that make up the von Neumann components, such as resistors, capacitors, diodes, and transistors, were also discussed in this chapter. • It was demonstrated how these basic components can be used to build more complex circuitry, such as gates, flip-flops, and ICs, that can be integrated onto an embedded board. • Finally, the importance of and how to read hardware technical documentation, such as timing diagrams and schematics, was introduced and discussed.