Explain the various selection factors of microcontroller suitable for application.

1 Answer

Answer :

The selection of microcontroller depends upon the type of application. The following factors must be considered while selecting the microcontroller. 

1. Word length: The word length of microcontroller is either 8, 16 or 32 bit. As the word length increases, the cost, power dissipation and speed of the microcontroller increases.

2. Power dissipation: It depends upon various factors like clock frequency, speed, supply voltage, VLSI technology etc. For battery operated embedded systems, we must use low power microcontrollers.

3. Clock frequency: The speed of an embedded system depends upon the clock frequency. The clock frequency depends upon the application. 

4. Instruction Set: On the basis of instructions microcontrollers are classified into two categories 1. CISC 2. RISC. CISC system improves software flexibility. Hence it is used in general purpose systems. RISC improves speed of the system for the particular applications. 

5. Internal resources: The internal resources are ROM, RAM, EEPROM, FLASH ROM, UART, TIMER, watch dog timer, PWM, ADC, DAC, network interface, wireless interface etc. It depends upon the application for which microcontroller is going to be used. 

6. I/O capabilities: The number of I/O ports, size and characteristics of each I/O port, speed of operation of the I/O port, serial port or parallel ports. These are the considerations needed to ascertain. 

7.Memory: For mass production of microcontrollers ROM versions and for lesser production EPROM version or CPU version with external program memory is suitable

Related questions

Description : State and explain the need of the following development tools microcontroller board: (i) Editor (ii) Assembler (iii) Compiler (iv) Linker

Last Answer : 1) Editor: An editor is a program which helps you to construct your assembly language program in right format so that the assembler will translate it correctly to machine language. So, you can type your ... . Some examples of linker are ASEM-51 BL51, Keil u Vision Debugger, LX 51 Enhanced Linker etc

Description : Draw the format of PSW register of 8051 microcontroller and explain the function of each bit.

Last Answer : 1. CY: Carry flag. This flag is set whenever there is a carry out from the D7 bit after an 8 bit addition or subtraction. It can also be set to 1 or 0 directly by instructions such as SETB C and ... the A register contains an odd number of 1s, then P=1. P=0 if A has an even number of 1s.

Description : Draw and explain Internal port structure of Port 0 and Port 1 of 8051 microcontroller.

Last Answer : Port-0 can be configured as a normal bidirectional I/O port or it can be used for address/data interfacing for accessing external memory. When control is '1', the port is used for address/data ... is not able to sink the current the pin voltage may rise, leading to a possible wrong reading.

Description : Explain with sketch the interfacing of 4 ×4 matrix keypad with 8051 microcontroller.

Last Answer : Interfacing keypad Fig. shows how to interface the 4 X 4 matrix keypad to two ports in microcontroller. The rows are connected to an output port and the columns are connected to an input port. To ... key has been pressed, the next task is to find out which column the pressed key belongs to.

Description : Define the term BUS related to microprocessor/controller and list different buses used in microcontroller.

Last Answer : BUS: A Bus is a set of physical connections used for communication between CPU and peripherals. Different buses used in microcontroller are: 1. Address Bus 2. Data Bus 3. Control Bus

Description : State any four important features of 8051 microcontroller.

Last Answer : Features of 8051 microcontroller:  1) 8- bit data bus and 8- bit ALU. 2) 16- bit address bus - can access maximum 64KB of RAM and ROM. 3) On- chip RAM -128 bytes (Data ... 0 and Timer 1, two external hardware interrupts- INT0 and INT1, Serial communication interrupt for both receive and transmit.

Description : Differentiate between (i) Harvard and Von-neuman architecture (ii) Microprocessor and Microcontroller

Last Answer : i) Harvard Architecture and Von-neuman architecture ii) Microprocessor and Microcontroller

Description : Describe 8051 microcontroller as boolean processor.

Last Answer : * 8051 processor is a CPU that can perform some operation on a data and gives the output. * The 8051 processor contains a complete Boolean processor for single-bit operations. * The internal RAM contains 128 ... CLR C means clear the carry bit SETB 20h means set the memory bit with bit address 20h.

Description : List specifications of 8051 microcontroller.

Last Answer : 1) 8- bit data bus and 8- bit ALU. 2) 16- bit address bus - can access maximum 64KB of RAM and ROM. 3) On- chip RAM -128 bytes (Data Memory) 4) On- chip ROM - 4 KB ( ... 0592 MHz 9) Has power down and idle mode in microcontroller when no operation is performed. 10) Six interrupts are available.

Description : Enlist any four factors which affect selection of material handling system. Explain which type of material handling system is suitable for: (i) Unloading two wheelers from truck ii) Stacking of pallets in store racks.

Last Answer : Four Factors affecting Selection of Material Handling System: [1] Adaptability and Flexibility [2] Type of Material to be handled [3] Type of Layout [4] Type of Production [5] ... [11] Cost of installation and handling Suitable Material Handling Devices for Following Activities:

Description : State the various factors governing selection of site for TPS. 

Last Answer : Following various factors governing selection of site for TPS.:- 1. It should locate near coal mines. 2. Sufficient quantity of water should be available. 3. Sufficient large space should ... availalbe nearly. To the extent possible, the thermal station should be far away from an aerodrome   

Description : The auditor's understanding of the entity and its environment consists an understanding of the following aspects: a. Industry, regulatory and other external factors, including the applicable financial reporting ... may result in a material misstatement of the financial statements d. All of these.

Last Answer : All of these.

Description : The auditor's understanding of the entity and its environment consists of an understanding of the following aspects except a. Industry, regulatory, and other external factors, including the ... financial performance. d. Entity's selection and screening process of marketing and production personnel.

Last Answer : Entity's selection and screening process of marketing and production personnel.

Description : List the factors that influence the selection of DSP processor for an application.

Last Answer : Arithmetic Format Data Width Speed Memory Organization Ease of Development Cost Power Consumption & Management

Description : Explain the following instructions. SWAP A ADD C MUL AB CJNE A, add, radd MOV A, R0 MOVX A, @ A + DPTR.

Last Answer : SWAP A Description: This instruction exchanges bits 0-3 of the Accumulator with bits 4-7 of the Accumulator. This instruction is identical to executing "RR A" or "RL A four times ... referred to as the base address and the accumulator value is referred to as the index address.

Description : Explain the use of following assembler directives. (i) EQU (ii) ORG

Last Answer : (i) EQU: Equate It is used to define constant without occupying a memory location. Syntax: Label EQU Numeric value By means of this directive, a numeric value is replaced by a symbol. For e.g. ... decimal. If the number is notfollowed by H, it is decimal and the assembler will convert it to hex.

Description : Describe serial communication in 8051. Explain the use of SCON register.

Last Answer : 8051 micro controller communicate with another peripheral device through RXD and TXD pin of port3.controller have four mode of serial communication.  1. Serial Data Mode-0 (Baud Rate Fixed) In this mode ... .0 Receive interrupt flag. Set by hardware halfway through the stop bit time in mode 1. 

Description : Explain following instructions of 8051. (i) ADDC (ii) L CALL

Last Answer : (i) ADDC: The ADDC instruction adds a byte value and the value of the carry flag to the accumulator. The results of the addition are stored back in the accumulator. Several of the flag ... . Then the program counter is loaded with the new address and control is transferred to the subroutine. 

Description : Explain processes of interrupt enabling and disabling in 8051.

Last Answer : Interrupts are the events that temporarily suspend the main program, pass the control to the external sources and execute their task. It then passes the control to the main program where it had left off. ... interrupts. Its bit sequence and their meanings are shown in the following figure.

Description : Explain function of following pins of 8051 (i) Pin 31 (ii) Pin 29 (iii) Pin 21-28 

Last Answer : i) Pin 31-EA : It is and active low I/P to 8051 microcontroller. When (EA)= 0, then 8051 microcontroller access from external program memory (ROM) only. When (EA) = 1, then it access internal ... /Output, when external memory is interfaced, PORT 2 pins act as the higher-order address bus. (A8-A15)

Description : Draw and explain the interfacing of DAC to 8051.

Last Answer : Diagram:  * Microcontroller generates output which is in digital form but many controlling system requires analog signal as they don't accept digital data thus making it necessary to use DAC ... current. Hence we require an I to V converter to convert this current into equivalent voltage. 

Description : Explain microcontroller based antilock brake system with neat block diagram.

Last Answer : An ABS is a system on motor vehicles which prevents the wheels from locking while braking stopping safely is one of the most important functions a motor vehicle can perform ... valves to decrease the pressure on the braking circuit, effectively reducing the braking force on that wheel.

Description : With the help of suitable examples explain natural selection. -Biology

Last Answer : During sexual reproduction, a female gamete or egg cell fuses with a male gamete or sperm cell which are haploid to form zygote. Zygote is diploid which contains 23 chromosomes from mother and 23 ... In this way, an equal genetic contribution of male and female parents is ensured in the progeny

Description : What are the factors influencing the selection of a site for a new industry/plant? Explain 

Last Answer : Factors influencing the selection of a site for new Industry/Plant: The location of the plant can have a crucial effect on the overall profitability of a Project, and the scope for ... rental or taxes and other inducements in the hope of attracting certain industries to particular locations.

Description : Explain any six factors on which selection of material handling device depends.

Last Answer : Factors Affecting the selection of Materials Handling Devices/Equipment: [1] Adaptability: The load carrying and movement characteristics of the equipment should fit the materials handling problem. [2] ... The consideration of the cost of the MH Equipment is an obvious factor in its selection

Description : State and explain the factors that govern the selection of cogeneration system for an industry.

Last Answer : The factors that govern the selection of cogeneration system for an industry: The factors that govern the selection of cogeneration systems are very much site/situation specific. The local factors ... require is generated. If required energy demand is higher electricity purchased from grid. 

Description : State and explain any four factors governing selection of induction motor.

Last Answer : The factors governing the selection of Induction motor: 1) Load torque required at normal speed matches with available torque of motor. 2) Break down torque or pull out torque or maximum torque ... If selecting energy efficient motor the cost benefit analysis over the long run must be worked out.

Description : Describe power down mode and ideal mode of 8051 with circuit diagram . which SFR is used to set these modes and draw the same.

Last Answer : IDLE MODE In the Idle mode, the internal clock signal is gated off to the CPU, but not to the Interrupt, Timer and Serial Port functions. The CPU status is preserved in its entirety, the Stack Pointer, ... t change on chip RAM PCON (Power Control Register) SFR is used to set these modes.

Description : Draw the format of SCON register.

Last Answer : SM0 SCON.7 Serial port mode specifier SM1 SCON.6 Serial port mode specifier SM2 SCON.5 Used for multiprocessor communication (Make it 0.) REN SCON.4 Set/ cleared by software to enable/ ... flag. Set by hardware halfway through the stop bit time in mode 1. Must be cleared by software.

Description : List out any two instructions of following addressing modes: (i) Immediate addressing. (ii) Register addressing.

Last Answer : (i) Immediate addressing instructions: 1. MOV A, #36H 2. MOV DPTR, #27A2H (ii) Register addressing. 1. MOV A, R0 2. MOV R7, A

Description : Find out the number of address lines required to access 4 KB of RAM

Last Answer : 12 address lines required to access 4 KB of RAM as  212 = 4KB 

Description : Describe with sketches the procedure to troubleshoot the traffic light controller.

Last Answer : Considerations of Traffic Signal  1) Traffic light may have sensors integrated to provide real time traffic information  2) Based on the traffic information provided by the sensor, the duration of the ... 8) Capacity analysis of the intersection for current and future years using growth

Description : State the alternate pin functions of port 3 of 8051.

Last Answer :  the alternate pin functions of port 3 of 8051 :

Description : Draw interfacing of 16 × 2 LCD with 8051 and state the function of EN and RS of LCD

Last Answer : Diagram: RS: RS is the register select pin. We need to set it to 1, if we are sending some data to be displayed on LCD. And we will set it to 0 if we are sending some command instructions ... the LCD to latch in the data present at the data pins. This pulse must be a minimum of 450ns wide.

Description : Draw the format of TCON register of 8051 and describe the function of each bit of it.

Last Answer : TCON: TIMER/COUNTER CONTROL REGISTER.BIT ADDRESSABLE  TF1 TCON. 7 Timer 1 overflows flag. Set by hardware when the Timer/Counter 1 Overflows. Cleared by hardware as processor ... 0 type control bit. Set/cleared by software to Specify falling edge/low level triggered External Interrupt

Description : Develop Assembly Language program (ALP) to find the largest number in a block of 10 numbers stored at location 40H onwards in internal RAM.

Last Answer : ORG 0000H MOV R1, #0AH ; Initialize Byte Counter MOV R0, #40H ; Initialize source pointer R0 to 40H DEC R1 ; decrement counter by one MOV 60H, @R0 ;Read First Byte UP: INC R0 ; Increment the ... MOV A,B MOV 50H, A ; store result at memory location 50H(Assume any location) HERE: SJMP HERE

Description : List SFR in 8051.

Last Answer : ACC and B registers - 8 bit each DPTR : [DPH:DPL] - 16 bit combined PC : Program Counter - 16 bits Stack pointer SP - 8 bit PSW : Program Status Word Port Latches ... , serial control Timer Registers (TCON,TMOD,TL0/1,TH0/1) Power control Interrupt Enable, Interrupt Priority

Description : State features of ADC 0808.

Last Answer : 1. Easy to interface with all Microprocessors or works Stand alone. 2. Eight channel 8-bit ADC module. 3. Can measure up to 8 Analog values. 4. On chip Clock not available, external Oscillator ... (Clock). 5. Digital output various from 0 to 255, operating power is 15mW, conversion time 100us.

Description : State the selection criterion of the lamp for various purposes.

Last Answer : Selection criterion of the lamp for various purposes:  While selecting a lamp for a particular purpose, the available lamps are compared on the basis of following criteria: * Light output ... such as ballasts * Compatibility with the electrical system * Suitability for the operating environment

Description : What is a microcontroller?

Last Answer : A microcontroller is a small computer on a single integrated circuit that is designed to control and perform specific tasks in electronic devices.

Description : What is the use of microcontroller ?

Last Answer : Use of microcontrollers Microcontrollers to control the temperature of the AC Microcontrollers are now used in many modern ACs. The user can control the temperature of the AC in the microcontroller by ... shuts off the engine. Microcontrollers are also used to control the AC of the vehicle.

Description : What is a microcontroller ?

Last Answer : : A microcontroller is a type of small computer consisting of a processor core , memory, and programmable input / output peripherals within a single IC. It is a special type of computer that is used to ... as part of the embedded system. An embedded system is a part of a large device or system.

Description : What is a microcontroller ?

Last Answer : The microcomputer used to control the microprocessor with chips such as memory devices , data storage, and the input / output interface with the input / output interface to communicate and receive signals with the outside world . Says.

Description : Why do microcontroller exist at all?

Last Answer : මයà·'ක්‍චොකොච්ට්චෝලච් චà·'ච්මාචය කචඇත්තේ කාවැද්දà·- යෙද෠ම් සඳ෠ා වචචතචචය ප෠... 'කාබද්ධ කචමà·'ච් මà·'ශ්‍චසචsignal ා මයà·'ක්‍à¶

Description : What is Microcontroller and Microcomputer

Last Answer : Microcontroller is a device that includes microprocessor; memory and I/O signal lines on a single chip, fabricated using VLSI technology. Microcomputer is a computer that is designed using microprocessor as its CPU. It includes microprocessor, memory and I/O.

Description : In microcontroller and LCD interface which line will instruct the LCD that microcontroller is sending data? a) DB0 b) RW c) EN d) RS

Last Answer : d) RS

Description : In 8096, mode ____ of serial port are ___ modes commonly used for ____ communications. a) 1, 8bit, single processor b) 0, 7bit, multiple microcontroller c) 2, 9 bit, multiple processors d) 3, 8 bit, multiple microcontroller

Last Answer : a) 1, 8bit, single processor

Description : Intel 8096 is of ___ bit microcontroller family called as ______. a) 8, MCS51 b) 16, MCS51 c) 8, MCS96 d) 16, MCS96

Last Answer : d) 16, MCS96

Description : The 8051 microcontroller is of ___pin package as a ______ processor. a) 30, 1byte b) 20, 1 byte c) 40, 8 bit

Last Answer : c) 40, 8 bit