Low-Power Consumption:: Microcontroller
Low-Power Consumption:: Microcontroller
Low-power consumption:
<2 mA@ SV, 4MHz
15mA typical @ 3V, 32
kHz
5 drive.google.com/file/d/1t-vU7rvwLQbl_S1Encf1 QPe3XCij5...
interrupt will vector immediately. lndividual interrupts can be disabled through their
corresponding
enable bits in the INTCON register. GIE is clearcd on resct.
3. What is WATCH DOG TIMER (WDT):
The Watchdog Timer is a tree running on-chip RC oscillator which does
not require any external
components. This RC oscillatoris separate from the RC oscillator of the OSC1/CLKIN pin,. That
means that the WDT will run, even if the clock on the OSC1/CLKIN and OSC2/CLKOUT pins of the
device has been stopped, for example, by exccution of aSLEEP instruction. During normal operation,
a WDT time-out generates a device reset. If the device is in SLEEP mode, a WDT
time-out causes the
device to wake-up and continue with nOFmal operation. The
WDT can be permanently disabled by
clearing configuration bit WDTE.
18. What is
svnchronous and asynchronous transnmission.
Asynchronous start and stop bit allowed for transmission of data
Synchronous no start and stop bit only block hcader data
19.What is baud rate in asynchronous mode?
The baud rate in asynchoronous mode is given by B.R
speed,and Fosc/l6(x+1) for high speed. Fosc/64.(x+1) for low
20. How do you configure the ports as input and
output?
Any ports can be made as input by setting the port bits and they can be set as output
by resctting the pg
Page 13 |33 /
12C. 7of 13
X
PA
ARM. 11 of 125
1. What is ARM
Processor? X
An ARM processor is one of a family of CPUs based on
set computer) the
makes 32-bit andarchitecture developed by Advanced RISC RISC (reduced instruction
64-bit
perform asmaller numberRISC multi-core prOCessors. RISC
Machines (ARM).ARM
a higher speed, of types of
computer prOceSsOTS are designed to
instuctions so that
performing more millions of instructions per second can operate at
they
2. (MIPS).
What are the features of ARM
D Load/store architecture. processor?
O An
DMostly
orthogonal instruction set.
OEnhanced single-cycle execution.
I 64 and 32-bit power-saving design.
execution states for
Hardware virtualization support. scalable high performance.
3. What are the
applications of ARM processor?
ARM processors are extensivcly used in
Smartphonestablets, multimediaplayers and otherconsumer
mobile
electronic deVIces such as
devices, such as wearables.
Bccausc of their reduced nstruction sct, thcy require
Smaller die size for the ntegrated circuitry (IC). Thefewer trans1sterS, which enables
reduced complexity and lower power ARM processors smaller size,
Increasingly miniaturized devices consumption makes them suitable for
4. What is meant by
Pipelining?
To improve the utilization of the
hardware resources, and als0 the prOcessor
throughput wouldbe to startthe next instruction beforethe current one has finished.
This technique is called pipelining.
5. What are the performance of Reduced Instruction Set
Computer (RISC)?
Pipelining pipelining is thesimplest form of concurrency to implement
ina processor and deliverS around
two to three times speed up.
I Ahigh clock rate with single cycleexecution 3MHZ for random accesses and
6Mhz for sequentialaccesses.
The ARM is supported by a toolkit which includes an instruction set emulator for
hardware modelling and software testing and benchmarking, an assembler C and
Cttcompilers, alinker and asymbolic debugger.
8. What is the example of RISC architecture?
O Berkeley RISC I and
O standford MIPS. Page 16 33
GN