UAART
UAART
UART
UART Basics
UART
have 4 ones; an even number of ones are there hence the parity
is even and for that, logic 0 will be assigned. Suppose we are
receiving data with some error, say zero is converted into one;
Now incorrect data that is 1 1 1 1 0 0 1 0 for this incorrect data
parity will be 0 as there are 5 ones, here is a mismatch in the
parity bit and hence it is confirmed that the received data has
some error.
History of SRAM
3 KARPAGA VINAYAGA
COLLEGE OF ENGINEERING AND TECHNOLOGY
(Approved by AICTE, New Delhi, Affiliated to Anna University, Chennai and Accredited by NAAC)
GST Road, Chinna kolambakkam, Madhuranthagam Taluk, Chengalpattu District – 603 308, Tamil Nadu
Internal Quality Assurance Cell
Process Name: Faculty Development Programme
Form No: KVCET/IQAC/FDP/03
Characteristics
The data is held statically: The data is stored statically in
SRAM and it doesn’t need to be refreshed unlike DRAMs.
It is a type of Random Access Memory: The SRAM is a
type of Random Access Memory. Random Access Memories
are those from which the data can be accessed (read/write)
randomly (means any memory location can be accessed),
regardless of the memory location that was accessed earlier.
It uses flip flop for storing data: It uses flip flops to store
bits. Each flip flop is made up of 4-6 transistors.
It is used as a Cache Memory in CPU: SRAM is used
as cache memory for CPUs as they are faster and stores data
statically.
Advantages
It is faster to access and perform operations like read & write.
The data can be accessed randomly.
It is used as a cache memory.
It doesn’t need to be refreshed as it stored data statically.
It has medium power consumption. It requires less power as
compared to DRAM.
Disadvantages
It is expensive.
It is volatile in nature i.e., data is lost when the memory is not
powered.
It has a low storage capacity.
It is not possible to refresh the program.
It has a more complex design and they are bigger in size as
well when compared to DRAM.
It reduces the memory density.
3 KARPAGA VINAYAGA
COLLEGE OF ENGINEERING AND TECHNOLOGY
(Approved by AICTE, New Delhi, Affiliated to Anna University, Chennai and Accredited by NAAC)
GST Road, Chinna kolambakkam, Madhuranthagam Taluk, Chengalpattu District – 603 308, Tamil Nadu
Internal Quality Assurance Cell
Process Name: Faculty Development Programme
Form No: KVCET/IQAC/FDP/03