Siemens' C161 - Enter the 16-bit family of Microcontrollers with revolutionary price/performance ratio

Size: px
Start display at page:

Download "Siemens' C161 - Enter the 16-bit family of Microcontrollers with revolutionary price/performance ratio"

Transcription

1 Siemens' C1 - Enter the -bit family of Microcontrollers with revolutionary price/performance ratio C1V, C1K and C1O - these new entry level members of the Siemens C6 family allow to enter the -bit class of microcontrollers, offering all the performance benefits - but at a price level that is normally associated with an 8-bit microcontroller. The three new microcontrollers provide similar performance to other derivatives of the C6 family and peripheral configurations tuned for cost sensitive applications. C6- A Growing Family Six years ago Siemens designed the founder member of their -bit microcontroller family, the SAB 80C6. The design target was to combine the high computational power of microprocessors with the optimised event handling capability of microcontrollers in a single architecture. The C6 family range has since been extended several times. With their extensive peripheral set the C7 versions are ideal for high-end automotive and industrial applications. The C5 and C3 processor oriented derivatives are generally found in the telecom- and dataprocessing segments. The C1 is the latest branch of the family currently consisting of the C1V, C1K and C1O devices. These devices are described in the following sections. For a device overview a block diagram (Figure 1) is provided illustrating the different on-chip components and the advanced, high bandwidth internal bus structure of the C1. The Key Features Table (Table 1) shows the key features of the three versions for quick reference. The C1's heart is in the right place...

2 The C1 devices are based around the same powerful central processing unit as their elder brothers (figure 2). The CPU core consists of a 4-stage instruction pipeline, a -bit arithmetic and logic unit (ALU) and dedicated Special Function registers (SFRs). Additional hardware is provided for a separate multiply/divide unit, a bit-mask generator and a barrel shifter. Given the above, most of the C1's instructions can be executed in just one machine cycle (125 ns at MHz CPU clock). Shift and rotate instructions, for example, are processed in one machine cycle irrespective of the number of shifts to be performed. The few multi-cycle instructions have also been optimised for fast execution. Branches execute in 1 or 2 cycles (1 if the branch is not taken and 2 if it is), a * bit multiplication in 5 cycles and a 32-/ bit division in 10 cycles. An additional pipeline optimisation (the "Jump Cache") reduces, even further (from 2 cycles to 1 cycle), the execution time of branches repeatedly performed in a loop. The CPU operates on a register bank consisting of word-wide General Purpose Registers (GPRs) which are physically located within the on-chip RAM area. A Context Pointer (CP) register determines the base address of the active register bank (i.e. the bank being accessed by the CPU). The number of register banks is restricted only by the available internal RAM space. Fast and easy parameter passing can be achieved by allowing register banks to overlap. A system stack is provided as a storage for temporary data. The system stack is allocated in the on-chip RAM area, and it is accessed by the CPU via the stack pointer (SP) register. Two separate SFRs, STKOV and STKUN, are implicitly compared against the stack pointer value upon each stack access to detect stack overflow or underflow. The high performance offered by the hardware implementation of the CPU can be efficiently utilised by a programmer via the highly efficient C1 instruction set. The instruction set consists of either 2 or 4 byte instructions. Possible operand types are

3 bits, bytes and words. A variety of direct, indirect or immediate addressing modes are provided to specify the required operands. No need to fear multiple Interrupts With an interrupt response time of just 375 ns (for the case of internal data and fastest external bus mode) the C1 is capable of rapid response to the occurrence of non-deterministic events. The C6 architecture supports several mechanisms for fast and flexible handling of service requests generated from various internal or external sources. Any of these interrupt requests can be programmed for service by the CPU (under the control of the Interrupt Controller) or by the Peripheral Event Controller (PEC). A PEC interrupt service contrasts with a standard interrupt service (see below) in that just one cycle is "stolen" from the current CPU activity. A PEC service allows a single byte or word data transfer between any two memory locations with an optional additional increment of either the PEC source or destination pointer. PEC services are ideal for the automatic transmission or reception of blocks of data and many other applications. The C1 provides 8 PEC channels providing excellent interruptdriven data transfer capabilities. Where an interrupt is processed by the CPU the current program execution is suspended and a branch to specific interrupt code is performed. The provision of a dedicated vector location for each of the possible interrupt sources allows interrupt handler code to be located wherever is desired. A separate interrupt control register is provided for each of the possible interrupt sources. This register contains an interrupt request flag, an interrupt enable flag and an interrupt priority bit-field. The priority bit-field allows each source to be programmed to one of sixteen interrupt priority levels. The processing of an Interrupt by the CPU can only be interrupted by a higher prioritised interrupt service request.

4 Fast external interrupt inputs are provided to service external interrupts with high precision requirements. These fast interrupt inputs feature programmable edge detection (rising edge, falling edge or both edges). Software interrupts are supported by means of the "TRAP" instruction in combination with an individual trap (interrupt) number. The C1 provides an excellent mechanism ("Hardware Traps") for ensuring system integrity by identifying and processing exceptions or error conditions that might arise during run-time. An attempt by the CPU to execute an illegal operation (e.g. stack over/underflow, bad memory access) will cause a "Hardware Trap". This generates an immediate nonmaskable interrupt which is processed in a similar manner as for a standard interrupt service (branching via a dedicated vector table location). It s all in the Timing... For time related tasks (e.g. event timing and counting, pulse width and duty cycle measurements, pulse generation, pulse multiplication) the C1 contains a highly flexible multi-functional timer/counter structure. Two separate General Purpose Timer (GPT) units (GPT1 and GPT2) are available (GPT2 on C1O only). Each module contains a number of timers which may operate independently or be configured to operate in conjunction with another timer(or timers) of the same module. Each of the three GPT1 timers (T2, T3, T4 - see figure 3) can be configured individually for one of three basic modes of operation, Timer, Gated Timer, and Counter Modes. Timer Mode allows the timer to be clocked with a clock derived from the CPU clock (divided by a programmable prescaler). Counter Mode allows the timer to be clocked by external signal edges. Pulse width or duty cycle measurement can be performed using Gated Timer Mode where the operation of a timer (run or hold) is controlled by the "gate" level on an external input pin. To support these modes each timer has one associated port pin (TxIN) which serves as a gate or clock input. The count direction (up/down) for each timer is programmable by software or may additionally be dynamically controlled by an external signal applied

5 to a port pin (TxEUD) to facilitate, for example, position tracking. The maximum resolution of the timers in module GPT1 is 500 ns (@ -MHz CPU clock). Timer T3 has an output toggle latch (T3OTL) which changes its state on each timer overflow/underflow. The state of this latch may be output on the T3OUT port pin (e.g. for time out monitoring of external hardware components) and/or may be used internally to clock timers T2 and T4 (e.g. to produce a 32 bit timer for measuring long time periods with high resolution). In addition to their basic operating modes, timers T2 and/or T4 may be configured as reload or capture registers for timer T3. When used as a capture register timers T2 or T4 are stopped, the value of timer T3 is captured into T2 or T4 in response to a signal edge at the associated input pin (TxIN). When used as a reload register timers T2 or T4 are stopped, timer T3 is reloaded with the value of T2 or T4 triggered either by an external signal edge (at the associated input pin TxIN) or by a selectable state transition of its toggle latch T3OTL. A PWM signal can be generated (without CPU intervention) when both T2 and T4 are configured as reload registers, reloading T3 on opposite state transitions of T3OTL (T2 and T4 contain the low and high times of the desired PWM). Please note that the C1V has no external connection for GPT1 (i.e. the related functions are not available). The GPT2 module available on the C1O (see figure 4), with a maximum resolution of 250 ns (@ MHz, provides even more precise event control and time measurement. It includes two timers (T5, T6) and a capture/reload register (CAPREL). Both timers can be clocked with an input clock derived from the CPU clock via a programmable prescaler. The count direction (up/down) for each timer is programmable by software. Concatenation of the timers is supported via the output toggle latch (T6OTL) of timer T6, which changes its state on each timer overflow/underflow. The state of T6OTL can be used to clock timer T5. The overflows/underflows of timer T6 can cause a reload from the CAPREL register. The CAPREL register may capture the contents of timer T5 based on an external signal transition on the corresponding port pin (CAPIN), and timer T5 may optionally be

6 cleared after the capture procedure. This allows absolute time differences to be measured or pulse multiplication to be performed without software overhead. Connect the C1 to your application The C1 provides up to 63 I/O lines which are organised into six input/output ports and one input port. All port lines are bit-addressable, and all input/output lines are individually (bit-wise) programmable as inputs or outputs via direction registers. The I/O ports are true bi-directional ports which are switched to high impedance state when configured as inputs. The output drivers of three I/O ports can be configured (pin by pin) for push/pull operation or open-drain operation via control registers. During reset all port pins are configured as inputs. Many port lines may be programmed for an associated alternate input or output function. PORT0 and PORT1 may be used as address and data lines when accessing external memory, while Port 4 outputs the additional segment address bits A21/19/17...A in systems where segmentation is enabled to access more than 64 KBytes of memory. Port 6 provides optional chip select signals. Port 3 includes alternate functions of timers, serial interfaces and the optional bus control signal BHE. Port 5 is used for timer control signals. All port lines that are not used for these alternate functions may be used as general purpose I/O lines. Keeping a watchful eye on your system... The Watchdog Timer represents one of many fail-safe mechanisms which have been implemented to ensure system integrity over long periods of time. The Watchdog Timer is always enabled after a reset of the chip, and can only be disabled during processor configuration, i.e. before execution of the EINIT (end of initialisation) instruction. This ensures that the chip's start-up procedure is always monitored. System software must be designed to service the Watchdog Timer at a sufficient rate to prevent timer overflow. If the software fails to do so (e.g. due to hardware or software failure), the Watchdog Timer will overflow and generate an internal

7 hardware reset. This reset will also pull the RSTOUT pin low in order to allow external hardware components to be reset. The Watchdog Timer consists of a -bit timer, clocked with the system clock divided either by a programmable pre-scalar of 2 or 128. Each time the watchdog is serviced by the CPU the high byte of the Watchdog Timer register is reloaded with the value from the programmable reload register (WDTREL) and the low byte is cleared. This scheme (in conjunction with the programmable pre-scalar) allows flexible selection of time-out intervals between 32 µs and 524 ms (@ MHz CPU Clock). The default Watchdog Timer interval after reset is 8.19 ms (@ MHz). Let your components talk to each other! Serial communication with other microcontrollers, processors, terminals or external peripheral components is provided by an Asynchronous/Synchronous Serial Channel (ASC0) and an independent High-Speed Synchronous Serial Channel (SSC). ASC0 is upward compatible with the serial ports of the Siemens 8-bit microcontroller families and supports full-duplex asynchronous communication at up to 500 KBaud and half-duplex synchronous communication at up to 2 MHz CPU clock. A dedicated baud rate generator allows selection of all standard baud rates without oscillator tuning. For transmission, reception and error handling 4 separate interrupt vectors are provided. In asynchronous mode, 8- or 9-bit data frames are transmitted or received, preceded by a start bit and terminated by one or two stop bits. For multiprocessor communication, a mechanism to distinguish address from data bytes has been included (8-bit data plus wake up bit mode). A number of optional hardware error detection capabilities have been included to increase the reliability of data transfers. A parity bit can automatically be generated on transmission or be checked on reception. Framing error detection allows recognition of data frames with missing stop bits. An overrun error will be generated

8 if reception of a new character is complete before the last character received has been read out of the receive buffer register. In synchronous mode ASC0 transmits or receives bytes (8 bits) synchronously with a shift clock which is generated by ASC0. ASC0 always shifts the LSB first. A loop back option is available for testing purposes. The SSC supports full-duplex synchronous communication at up to 4 MHz CPU clock. It may be configured to interface with serially linked peripheral components. A dedicated baud rate generator allows selection of all standard baud rates without oscillator tuning. For transmission, reception and error handling 3 separate interrupt vectors are provided. The SSC transmits or receives characters of 2... bits in length synchronously to a shift clock. The shift clock can be generated by the SSC (master mode) or by an external master (slave mode). For maximum flexibility the bit order of the data (LSBit first or MSBit first), selection of shifting and latching clock edges, and clock polarity are programmable. A number of optional hardware error detection capabilities have been included to increase the reliability of data transfers. Transmit and receive errors are generated if the data buffer is not correctly handled. Phase and baudrate errors are also detected. Sophisticated Development Tools Due to close co-operation between Siemens and a number of well-known third-party tool suppliers, a large range of efficient development tools are available for and designed around the needs of the C6 family architecture. Development engineers can therefore choose from low cost starter kits, high optimisation compilers, assemblers, HLL debuggers or powerful in-circuit emulators, real-time operating systems and logic analysers.

9 Further application support from Siemens is ensured by availability of competent engineers and reliable and detailed documentation. In addition training can be arranged by the MicroConsult GmbH (which has derived from the Siemens School for Microelectronics in Munich). Author: Axel Wolf Dipl.-Ing. (BA), Siemens AG, Abteilung HL MCB AT Tel. 089/

10 Figures: Internal ROM Area Instr./Data 32 C6-Core CPU Core CPU Data Data Dual Port Internal RAM 1KByte (C1O: 2 KByte) 4 6 OSC (input: MHz; prescaler or direct drive) X- Peripheral Area Port 6 Port 0 Port 4 XBUS (-bit NON MUX Data / Addresses) Port 1 External Bus and XBUS Control, CS Logic (0-4 CS) External Instr./Data Interrupt Controller General Purpose Timer Unit 1 T 2 T 3 Port 5 T 4 Peripheral Data General Purpose Timer Unit 2 (C1O only) T 5 T 6 PEC 6-10 ext. IR Interrupt Bus USART Port 3 Synchronous Serial Channel (SSC) Watchdog Timer Port C1VKO RA Figure 1: Block Diagram of the C1 Versions

11 C1V C1K C1O Max. CPU Clock MHz Instruction Cycle Time 125 ns Internal RAM Size (IRAM) 1 KByte 1 KByte 2 KBytes Address Range 4 MB Max. I/O Lines 63 Chip Select Signals Bus Modes MUX MUX / Demux MUX / Demux Power Saving Modes --- yes yes External Interrupts General Purpose Timer Unit 1 yes GPT1 (3 Timers) Input / Output Functionality of --- yes yes GPT1 General Purpose Timer Unit yes GPT2 (2 Timers) Serial I/O USART+SSC On-chip Bootstrap Loader yes yes --- Package P-MQFP 80 Table 1: Key Features of the three C1 derivatives C1V, C1K, C1O CPU On-Chip Static RAM On-Chip ROM/ Flash EPROM 32 SP STK OV STK UV Exec. Unit Instr. Ptr. Instr. Reg. 4-Stage Pipeline MDH MDL Mul./Div.-HW Bit-Mask Gen. ALU -bit Barrel-Shift R15 General Purpose Registers R15 Data Page Ptr. PSW SYSCON Code Seg. Ptr. Context Ptr. R0 R0 Figure 2: CPU Block Diagram of the C1

12 Figure 3: GPT1 Block Diagram Semiconductor

13 CPU Clock 2 n n=2...9 T5 Mode Control Clear GPT2 Timer T5 Interrupt Request Capture CAPIN GPT2 CAPREL Interrupt Request Interrupt Request CPU Clock 2 n n=2...9 T6 Mode Control GPT2 Timer T6 T6OTL Figure 4: GPT2 Block Diagram

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an Microcontroller Basics MP2-1 week lecture topics 2 Microcontroller basics - Clock generation, PLL - Address space, addressing modes - Central Processing Unit (CPU) - General Purpose Input/Output (GPIO)

More information

C165/C Bit CMOS Single-Chip Microcontrollers. User's Manual Version 2.0 Semiconductor/

C165/C Bit CMOS Single-Chip Microcontrollers. User's Manual Version 2.0  Semiconductor/ C165/C163 16-Bit CMOS Single-Chip Microcontrollers User's Manual 10.96 Version 2.0 http://www.siemens.de/ Semiconductor/ C165 Revision History: Current Version: 10.96 Version 2.0 Previous Version: Version

More information

System Reset / C167. Figure 17-1 External Reset Circuitry. Semiconductor Group 17-1

System Reset / C167. Figure 17-1 External Reset Circuitry. Semiconductor Group 17-1 17 System Reset The internal system reset function provides initialization of the C167 into a defined default state and is invoked either by asserting a hardware reset signal on pin RSTIN (Hardware Reset

More information

User s Manual, V 3.1, Mar C167CR Derivatives. 16-Bit Single-Chip Microcontroller. Microcontrollers. Never stop thinking.

User s Manual, V 3.1, Mar C167CR Derivatives. 16-Bit Single-Chip Microcontroller. Microcontrollers. Never stop thinking. User s Manual, V 3.1, Mar. 2000 C167CR 16-Bit Single-Chip Microcontroller Microcontrollers Never stop thinking. Edition 2000-03 Published by Infineon Technologies AG, St.-Martin-Strasse 53, D-81541 München,

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

More information

Emulating an asynchronous serial interface (ASC0) via software routines

Emulating an asynchronous serial interface (ASC0) via software routines Microcontrollers ApNote AP165001 or æ additional file AP165001.EXE available Emulating an asynchronous serial interface (ASC0) via software routines Abstract: The solution presented in this paper and in

More information

AP16050 SAB C161V/K/O. Emulating an asynchronous serial interface (ASC) via software routines. Microcontrollers. Application Note, V 1.0, Feb.

AP16050 SAB C161V/K/O. Emulating an asynchronous serial interface (ASC) via software routines. Microcontrollers. Application Note, V 1.0, Feb. Application Note, V 1.0, Feb. 2004 SAB C161V/K/O Emulating an asynchronous serial interface (ASC) via software routines. AP16050 Microcontrollers Never stop thinking. TriCore Revision History: 2004-02

More information

XC Bit Single-Chip Microcontroller with C166SV2 Core Volume 2 (of 2): Peripheral Units. Microcontrollers. User s Manual, V1.

XC Bit Single-Chip Microcontroller with C166SV2 Core Volume 2 (of 2): Peripheral Units. Microcontrollers. User s Manual, V1. User s Manual, V1.0, June 2004 XC167-32 16-Bit Single-Chip Microcontroller with C166SV2 Core Volume 2 (of 2): Peripheral Units Microcontrollers Never stop thinking. Edition 2004-06 Published by Infineon

More information

Question Bank Microprocessor and Microcontroller

Question Bank Microprocessor and Microcontroller QUESTION BANK - 2 PART A 1. What is cycle stealing? (K1-CO3) During any given bus cycle, one of the system components connected to the system bus is given control of the bus. This component is said to

More information

C161U Embedded C166 with USB,USART and SSC

C161U Embedded C166 with USB,USART and SSC Data Sheet, DS 2, April 2001 C161U Embedded C166 with USB,USART and SSC Version 1.3 Wired Communications Never stop thinking. Edition 2001-04-5 Published by Infineon Technologies AG, St.-Martin-Strasse

More information

MICROPROCESSOR BASED SYSTEM DESIGN

MICROPROCESSOR BASED SYSTEM DESIGN MICROPROCESSOR BASED SYSTEM DESIGN Lecture 5 Xmega 128 B1: Architecture MUHAMMAD AMIR YOUSAF VON NEUMAN ARCHITECTURE CPU Memory Execution unit ALU Registers Both data and instructions at the same system

More information

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text In this lecture the detailed architecture of 8051 controller, register bank,

More information

8051 microcontrollers

8051 microcontrollers 8051 microcontrollers Presented by: Deepak Kumar Rout Synergy Institute of Engineering and Technology, Dhenkanal Chapter 2 Introduction Intel MCS-51 family of microcontrollers consists of various devices

More information

SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET

SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET 1 SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET Intel 8086/8088 Architecture Segmented Memory, Minimum and Maximum Modes of Operation, Timing Diagram, Addressing Modes, Instruction Set,

More information

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 4 The 8051 Architecture

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 4 The 8051 Architecture Department of Electrical Engineering Lecture 4 The 8051 Architecture 1 In this Lecture Overview General physical & operational features Block diagram Pin assignments Logic symbol Hardware description Pin

More information

These three counters can be programmed for either binary or BCD count.

These three counters can be programmed for either binary or BCD count. S5 KTU 1 PROGRAMMABLE TIMER 8254/8253 The Intel 8253 and 8254 are Programmable Interval Timers (PTIs) designed for microprocessors to perform timing and counting functions using three 16-bit registers.

More information

8051 Microcontroller

8051 Microcontroller 8051 Microcontroller 1 Salient Features (1). 8 bit microcontroller originally developed by Intel in 1980. (2). High-performance CMOS Technology. (3). Contains Total 40 pins. (4). Address bus is of 16 bit

More information

Emulating an asynchronous serial interface (USART) via software routines

Emulating an asynchronous serial interface (USART) via software routines Microcontrollers ApNote AP083101 or æ additional file AP083101.EXE available Emulating an asynchronous serial interface (USART) via software routines Abstract: The solution presented in this paper and

More information

ENE 334 Microprocessors

ENE 334 Microprocessors Page 1 ENE 334 Microprocessors Lecture 7: MCS-51 Architecture I : Dejwoot KHAWPARISUTH http://webstaff.kmutt.ac.th/~dejwoot.kha/ ENE 334 MCS-51 Architecture I Page 2 Outlines: 8051 Microcontroller Hardware

More information

C16x-Family of High-Performance CMOS 16-Bit Microcontrollers SAB 80C166W/83C166W / 83C166W. Preliminary

C16x-Family of High-Performance CMOS 16-Bit Microcontrollers SAB 80C166W/83C166W / 83C166W. Preliminary C16x-Family of High-Performance CMOS 16-Bit Microcontrollers Preliminary SAB 80C166W/83C166W / 83C166W 16-Bit Microcontroller SAB 80C166W/ 83C166W/ 83C166W High Performance 16-bit CPU with 4-Stage Pipeline

More information

AP16051 SAB C161K/V/O. Emulating an asynchronous serial interface (ASC) via the on-chip synchronous serial interface (SSC) Microcontrollers

AP16051 SAB C161K/V/O. Emulating an asynchronous serial interface (ASC) via the on-chip synchronous serial interface (SSC) Microcontrollers Application Note, V 1.0, Feb. 2004 SAB C161K/V/O Emulating an asynchronous serial interface (ASC) via the on-chip synchronous serial interface (SSC). AP16051 Microcontrollers Never stop thinking. SAB C161K/V/O

More information

Errata Sheet. March 20, 1996 / Release 1.0. Device : SAB 80C166 - M, SAB 80C166 - M - T3. Stepping Code / Marking :

Errata Sheet. March 20, 1996 / Release 1.0. Device : SAB 80C166 - M, SAB 80C166 - M - T3. Stepping Code / Marking : Microcomputer Components Technical Support Group Munich HL MCB AT 1 Errata Sheet March 20, 1996 / Release 1.0 Device : SAB 80C166 - M, SAB 80C166 - M - T3 SAB 83C166 - M, SAB 83C166 - M - T3, Stepping

More information

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1 Module 2 Embedded Processors and Memory Version 2 EE IIT, Kharagpur 1 Lesson 11 Embedded Processors - II Version 2 EE IIT, Kharagpur 2 Signals of a Typical Microcontroller In this lesson the student will

More information

M68HC08 Microcontroller The MC68HC908GP32. General Description. MCU Block Diagram CPU08 1

M68HC08 Microcontroller The MC68HC908GP32. General Description. MCU Block Diagram CPU08 1 M68HC08 Microcontroller The MC68HC908GP32 Babak Kia Adjunct Professor Boston University College of Engineering Email: bkia -at- bu.edu ENG SC757 - Advanced Microprocessor Design General Description The

More information

Application Note, V1.0, Jul AP XC16x. Interfacing the XC16x Microcontroller to a Serial SPI EEPROM. Microcontrollers

Application Note, V1.0, Jul AP XC16x. Interfacing the XC16x Microcontroller to a Serial SPI EEPROM. Microcontrollers Application Note, V1.0, Jul. 2006 AP16095 XC16x Interfacing the XC16x Microcontroller to a Serial SPI EEPROM Microcontrollers Edition 2006-07-10 Published by Infineon Technologies AG 81726 München, Germany

More information

Errata Sheet. March 30, 2001 / Release 1.0 SAF-C161K-LM. Stepping Code / Marking:

Errata Sheet. March 30, 2001 / Release 1.0 SAF-C161K-LM. Stepping Code / Marking: Microcontroller Components Errata Sheet March 30, 2001 / Release 1.0 Device: SAB-C161K-LM SAF-C161K-LM Stepping Code / Marking: Package: ES-HA, HA P-MQFP-80-1 This Errata Sheet describes the deviations

More information

THE 8051 MICROCONTROLLER

THE 8051 MICROCONTROLLER SECOND EDITION THE 8051 MICROCONTROLLER I. Scott MacKenzie University of Guelph Guelph, Ontario 'v ' ' Prentice Hall, Upper Saddle River, New Jersey 07458 INTRODUCTION TO MICROCONTROLLERS 1 1.1 Introduction

More information

The Microcontroller. Lecture Set 3. Major Microcontroller Families. Example Microcontroller Families Cont. Example Microcontroller Families

The Microcontroller. Lecture Set 3. Major Microcontroller Families. Example Microcontroller Families Cont. Example Microcontroller Families The Microcontroller Lecture Set 3 Architecture of the 8051 Microcontroller Microcontrollers can be considered as self-contained systems with a processor, memory and I/O ports. In most cases, all that is

More information

XC Bit Single-Chip Microcontroller with C166SV2 Core Volume 1 (of 2): System Units. Microcontrollers. User s Manual, V2.2, Jan.

XC Bit Single-Chip Microcontroller with C166SV2 Core Volume 1 (of 2): System Units. Microcontrollers. User s Manual, V2.2, Jan. User s Manual, V2.2, Jan. 2004 XC161 16-Bit Single-Chip Microcontroller with C166SV2 Core Volume 1 (of 2): System Units Microcontrollers Never stop thinking. Edition 2004-01 Published by Infineon Technologies

More information

8086 Interrupts and Interrupt Responses:

8086 Interrupts and Interrupt Responses: UNIT-III PART -A INTERRUPTS AND PROGRAMMABLE INTERRUPT CONTROLLERS Contents at a glance: 8086 Interrupts and Interrupt Responses Introduction to DOS and BIOS interrupts 8259A Priority Interrupt Controller

More information

8051 Microcontroller

8051 Microcontroller 8051 Microcontroller The 8051, Motorola and PIC families are the 3 leading sellers in the microcontroller market. The 8051 microcontroller was originally developed by Intel in the late 1970 s. Today many

More information

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY CHAPTER 5 : Introduction to Intel 8085 Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY The 8085A(commonly known as the 8085) : Was first introduced in March 1976 is an 8-bit microprocessor with 16-bit address

More information

Errata Sheet. January 7, 1998 / Release 1.1. Device : SAB 83C166W - 5M, SAB 83C166W - 5M - T3, SAB 83C166W - 5M - T4. Stepping Code / Marking :

Errata Sheet. January 7, 1998 / Release 1.1. Device : SAB 83C166W - 5M, SAB 83C166W - 5M - T3, SAB 83C166W - 5M - T4. Stepping Code / Marking : Microcomputer Components Technical Support Group Munich HL DC AT Errata Sheet January 7, 1998 / Release 1.1 Device : SAB 83C166W - 5M, SAB 83C166W - 5M - T3, SAB 83C166W - 5M - T4 SAB 80C166W - M, SAB

More information

Tutorial Introduction

Tutorial Introduction Tutorial Introduction PURPOSE: This tutorial describes the key features of the DSP56300 family of processors. OBJECTIVES: Describe the main features of the DSP 24-bit core. Identify the features and functions

More information

Microcontroller systems Lec 2 PIC18LF8722 Microcontroller s s core

Microcontroller systems Lec 2 PIC18LF8722 Microcontroller s s core TKT-3500 Microcontroller systems Lec 2 PIC18LF8722 Microcontroller s s core Erno Salminen Copyright notice Some figures by Robert Reese, from supplementary CD of the course book from PIC18F8722 Family

More information

Course Introduction. Purpose: Objectives: Content: 27 pages 4 questions. Learning Time: 20 minutes

Course Introduction. Purpose: Objectives: Content: 27 pages 4 questions. Learning Time: 20 minutes Course Introduction Purpose: This course provides an overview of the Direct Memory Access Controller and the Interrupt Controller on the SH-2 and SH-2A families of 32-bit RISC microcontrollers, which are

More information

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Microcontroller It is essentially a small computer on a chip Like any computer, it has memory,

More information

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5.

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5. DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EE6502- MICROPROCESSORS AND MICROCONTROLLERS UNIT I: 8085 PROCESSOR PART A 1. What is the need for ALE signal in

More information

What Are The Main Differences Between Program Counter Pc And Instruction Register Ir

What Are The Main Differences Between Program Counter Pc And Instruction Register Ir What Are The Main Differences Between Program Counter Pc And Instruction Register Ir and register-based instructions - Anatomy on a CPU - Program Counter (PC): holds memory address of next instruction

More information

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1 Module 2 Embedded Processors and Memory Version 2 EE IIT, Kharagpur 1 Lesson 10 Embedded Processors - I Version 2 EE IIT, Kharagpur 2 In this lesson the student will learn the following Architecture of

More information

Bootstrap Loader. 8xC166

Bootstrap Loader. 8xC166 Bootstrap Loader 8xC166 Microcomputer Components 8xC166 SAB 80C166 Family ApNotes Application Note of the On-chip Bootstrap Loader Advance Information 9.94 Edition 9.94 (Advance Information) This edition

More information

Fredrick M. Cady. Assembly and С Programming forthefreescalehcs12 Microcontroller. шт.

Fredrick M. Cady. Assembly and С Programming forthefreescalehcs12 Microcontroller. шт. SECOND шт. Assembly and С Programming forthefreescalehcs12 Microcontroller Fredrick M. Cady Department of Electrical and Computer Engineering Montana State University New York Oxford Oxford University

More information

FIFTH SEMESTER B.TECH DEGREE EXAMINATION MODEL TEST QUESTION PAPER, NOVEMBER CS 305: Microprocessor and Microcontrollers PART A

FIFTH SEMESTER B.TECH DEGREE EXAMINATION MODEL TEST QUESTION PAPER, NOVEMBER CS 305: Microprocessor and Microcontrollers PART A Reg No Name FIFTH SEMESTER B.TECH DEGREE EXAMINATION MODEL TEST QUESTION PAPER, NOVEMBER 2017 CS 305: Microprocessor and Microcontrollers Max. Marks: 100 Duration: 3 Hours PART A Answer all questions.

More information

Am186ER/Am188ER AMD continues 16-bit innovation

Am186ER/Am188ER AMD continues 16-bit innovation Am186ER/Am188ER AMD continues 16-bit innovation 386-Class Performance, Enhanced System Integration, and Built-in SRAM Am186ER and Am188ER Am186 System Evolution 80C186 Based 3.37 MIP System Am186EM Based

More information

THE 8051 MICROCONTROLLER

THE 8051 MICROCONTROLLER THIRD EDITION THE 8051 MICROCONTROLLER I. Scott MacKenzie University of Guelph Prentice Hall Upper Saddle River, New Jersey Columbus, Ohio 1 INTRODUCTION TO MICROCONTROLLERS 1 1.1 Introduction 1 1.2 Terminology

More information

MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Features of 8051:

MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Features of 8051: DEPARTMENT OF ECE MICROPROCESSORS AND MICROCONTROLLERS MATERIAL UNIT V 8051 MICROCONTROLLERS To make a complete microcomputer system, only microprocessor is not sufficient. It is necessary to add other

More information

systems such as Linux (real time application interface Linux included). The unified 32-

systems such as Linux (real time application interface Linux included). The unified 32- 1.0 INTRODUCTION The TC1130 is a highly integrated controller combining a Memory Management Unit (MMU) and a Floating Point Unit (FPU) on one chip. Thanks to the MMU, this member of the 32-bit TriCoreTM

More information

UNIT IV MICROCONTROLLER

UNIT IV MICROCONTROLLER UNIT IV 8051- MICROCONTROLLER Prepared by R. Kavitha Page 1 Application Prepared by R. Kavitha Page 2 Pin Description of the 8051 UNIT IV- 8051 MICROCONTROLLER P1.0 P1.1 P1.2 P1.3 P1.4 P1.5 P1.6 P1.7 RST

More information

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY Senkottai Village, Madurai Sivagangai Main Road, Madurai -625 020 QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS UNIT 1 - THE 8085 AND 8086

More information

Emulating an asynchronous serial interface (USART) via the on-chip synchronous serial interface (SSC)

Emulating an asynchronous serial interface (USART) via the on-chip synchronous serial interface (SSC) Microcontrollers ApNote AP083201 or æ additional file AP083201.EXE available Emulating an asynchronous serial interface (USART) via the on-chip synchronous serial interface (SSC) Abstract: The solution

More information

AP XC16x Family. Migration from C161/C164/C167 Microcontrollers to XC161/XC164/ XC167. Microcontrollers. Application Note, V2.

AP XC16x Family. Migration from C161/C164/C167 Microcontrollers to XC161/XC164/ XC167. Microcontrollers. Application Note, V2. XC16x Family Application Note, V2.01, Dec 2003 Migration from C161/C164/C167 Microcontrollers to XC161/XC164/ XC167 Microcontrollers Never stop thinking. Revision History: 2003-3 V2.01 Previous Version:

More information

1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE:

1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: 1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: A microprocessor is a programmable electronics chip that has computing and decision making capabilities similar to central processing unit

More information

Microcomputer Architecture and Programming

Microcomputer Architecture and Programming IUST-EE (Chapter 1) Microcomputer Architecture and Programming 1 Outline Basic Blocks of Microcomputer Typical Microcomputer Architecture The Single-Chip Microprocessor Microprocessor vs. Microcontroller

More information

C509-L 8-Bit CMOS Microcontroller. User's Manual Semiconductor/

C509-L 8-Bit CMOS Microcontroller. User's Manual Semiconductor/ 8-Bit CMOS Microcontroller User's Manual 11.97 http://www.siemens.de/ Semiconductor/ Data Sheet Revision History : 11.97 Previous Releases : 06.96 (Original Version) Page (new version) 1-6 1-11 3-1 3-12

More information

Computer Hardware Requirements for ERTSs: Microprocessors & Microcontrollers

Computer Hardware Requirements for ERTSs: Microprocessors & Microcontrollers Lecture (4) Computer Hardware Requirements for ERTSs: Microprocessors & Microcontrollers Prof. Kasim M. Al-Aubidy Philadelphia University-Jordan DERTS-MSc, 2015 Prof. Kasim Al-Aubidy 1 Lecture Outline:

More information

EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers UNIT-I

EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers UNIT-I EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers 1. Define microprocessors? UNIT-I A semiconductor device(integrated circuit) manufactured by using the LSI technique. It includes

More information

Topics in computer architecture

Topics in computer architecture Topics in computer architecture Sun Microsystems SPARC P.J. Drongowski SandSoftwareSound.net Copyright 1990-2013 Paul J. Drongowski Sun Microsystems SPARC Scalable Processor Architecture Computer family

More information

CPU CPU MEMORY MICRO CONTROLLER MICRO PROCESSER. Consists Memory, I/o ports. Memory, I/O Ports to be connected externally. MEMORY I/O PORTS I/O PORTS

CPU CPU MEMORY MICRO CONTROLLER MICRO PROCESSER. Consists Memory, I/o ports. Memory, I/O Ports to be connected externally. MEMORY I/O PORTS I/O PORTS Microcontroller Contents Introduction Inside 8051 Instructions Interfacing Introduction Definition of a Microcontroller Difference with a Microprocessor Microcontroller is used where ever Definition It

More information

ecog1kg Microcontroller Product Brief

ecog1kg Microcontroller Product Brief ecog1kg Microcontroller Product Brief The ecog1kg is a low-power microcontroller, based on a 16-bit Harvard architecture, with a 24-bit linear code address space (32Mbyte) and 16-bit linear data address

More information

Introducing The MCS 251 Microcontroller -- 8XC251SB

Introducing The MCS 251 Microcontroller -- 8XC251SB E AP- 708 APPLICATION NOTE Introducing The MCS 251 Microcontroller -- 8XC251SB YONG-YAP SOH TECHNICAL MARKETING EIGHT-BIT MICROCONTROLLERS February 1995 Order Number: 272670-001 Intel Corporation makes

More information

EXPERIMENT NO. 1 THE MKT 8085 MICROPROCESSOR TRAINER

EXPERIMENT NO. 1 THE MKT 8085 MICROPROCESSOR TRAINER OBJECT: EXPERIMENT NO. 1 THE MKT 8085 MICROPROCESSOR TRAINER To understand the structure and operating instruction of the microprocessor trainer. INTRODUCTION: The MKT 8085 is a single-board microcomputer,

More information

DERTS Design Requirements (1): Microcontroller Architecture & Programming

DERTS Design Requirements (1): Microcontroller Architecture & Programming Lecture (5) DERTS Design Requirements (1): Microcontroller Architecture & Programming Prof. Kasim M. Al-Aubidy Philadelphia University 1 Lecture Outline: Features of microcomputers and microcontrollers.

More information

8-bit Microcontroller with 8K Bytes In-System Programmable Flash AT89S52

8-bit Microcontroller with 8K Bytes In-System Programmable Flash AT89S52 Features Compatible with MCS -51 Products 8K Bytes of In-System Programmable (ISP) Flash Memory Endurance: 10,000 Write/Erase Cycles 4.0V to 5.5V Operating Range Fully Static Operation: 0 Hz to 33 MHz

More information

FIFTH SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLOGY-MARCH 2014 EMBEDDED SYSTEMS (Common for CT,CM) [Time: 3 hours] (Maximum marks : 100)

FIFTH SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLOGY-MARCH 2014 EMBEDDED SYSTEMS (Common for CT,CM) [Time: 3 hours] (Maximum marks : 100) (Revision-10) FIFTH SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLOGY-MARCH 2014 EMBEDDED SYSTEMS (Common for CT,CM) [Time: 3 hours] (Maximum marks : 100) PART-A (Maximum marks : 10) I. Answer all

More information

C8051 Legacy-Speed 8-Bit Processor Core

C8051 Legacy-Speed 8-Bit Processor Core C051 Legacy-Speed -Bit Processor Core General Description The C051 processor core is a single-chip, -bit microcontroller that executes all ASM51 instructions and has the same instruction set and timing

More information

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features of this USART interface, which is widely used for serial

More information

Chapter 7 Central Processor Unit (S08CPUV2)

Chapter 7 Central Processor Unit (S08CPUV2) Chapter 7 Central Processor Unit (S08CPUV2) 7.1 Introduction This section provides summary information about the registers, addressing modes, and instruction set of the CPU of the HCS08 Family. For a more

More information

Chapter 1 Microprocessor architecture ECE 3120 Dr. Mohamed Mahmoud http://iweb.tntech.edu/mmahmoud/ mmahmoud@tntech.edu Outline 1.1 Computer hardware organization 1.1.1 Number System 1.1.2 Computer hardware

More information

9/25/ Software & Hardware Architecture

9/25/ Software & Hardware Architecture 8086 Software & Hardware Architecture 1 INTRODUCTION It is a multipurpose programmable clock drive register based integrated electronic device, that reads binary instructions from a storage device called

More information

PIC16F87X. 28/40-pin 8-Bit CMOS FLASH Microcontrollers. Devices Included in this Data Sheet: Pin Diagram PDIP. Microcontroller Core Features:

PIC16F87X. 28/40-pin 8-Bit CMOS FLASH Microcontrollers. Devices Included in this Data Sheet: Pin Diagram PDIP. Microcontroller Core Features: PIC16F7X 2/40-pin -Bit CMOS FLASH Microcontrollers Devices Included in this Data Sheet: PIC16F7 PIC16F74 PIC16F76 PIC16F77 Microcontroller Core Features: High-performance RISC CPU Only 5 single word instructions

More information

Interrupt/Timer/DMA 1

Interrupt/Timer/DMA 1 Interrupt/Timer/DMA 1 Exception An exception is any condition that needs to halt normal execution of the instructions Examples - Reset - HWI - SWI 2 Interrupt Hardware interrupt Software interrupt Trap

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

MICROCONTROLLER AND PLC LAB-436 SEMESTER-5

MICROCONTROLLER AND PLC LAB-436 SEMESTER-5 MICROCONTROLLER AND PLC LAB-436 SEMESTER-5 Exp:1 STUDY OF MICROCONTROLLER 8051 To study the microcontroller and familiarize the 8051microcontroller kit Theory:- A Microcontroller consists of a powerful

More information

UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS. 3.Give any two differences between microprocessor and micro controller.

UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS. 3.Give any two differences between microprocessor and micro controller. UNIT V -8051 MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS 1. What is micro controller? Micro controller is a microprocessor with limited number of RAM, ROM, I/O ports and timer on a single chip

More information

Moodle WILLINGDON COLLEGE SANGLI (B. SC.-II) Digital Electronics

Moodle WILLINGDON COLLEGE SANGLI (B. SC.-II) Digital Electronics Moodle 4 WILLINGDON COLLEGE SANGLI (B. SC.-II) Digital Electronics Advanced Microprocessors and Introduction to Microcontroller Moodle developed By Dr. S. R. Kumbhar Department of Electronics Willingdon

More information

MN101E50 Series. 8-bit Single-chip Microcontroller

MN101E50 Series. 8-bit Single-chip Microcontroller 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral functions. This

More information

MOXSYN. General Description. Features. Symbol

MOXSYN. General Description. Features. Symbol MOXSYN C68MX11 CPU General Description The C68MX11 CPU core is based on the Motorola M68HC11 microcontroller controller, but has an enhanced full 16 bit architecture, thus requiring less clock cycles for

More information

8051 Overview and Instruction Set

8051 Overview and Instruction Set 8051 Overview and Instruction Set Curtis A. Nelson Engr 355 1 Microprocessors vs. Microcontrollers Microprocessors are single-chip CPUs used in microcomputers Microcontrollers and microprocessors are different

More information

INTRODUCTION TO MICROPROCESSORS

INTRODUCTION TO MICROPROCESSORS INTRODUCTION TO MICROPROCESSORS Richa Upadhyay Prabhu NMIMS s MPSTME richa.upadhyay@nmims.edu January 7, 2016 Richa Upadhyay Prabhu (MPSTME) INTRODUCTION January 7, 2016 1 / 63 Course Design Prerequisite:

More information

Chapter 1: Basics of Microprocessor [08 M]

Chapter 1: Basics of Microprocessor [08 M] Microprocessor: Chapter 1: Basics of Microprocessor [08 M] It is a semiconductor device consisting of electronic logic circuits manufactured by using either a Large scale (LSI) or Very Large Scale (VLSI)

More information

Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of

Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of this interface, which is widely used for serial communications.

More information

Three criteria in Choosing a Microcontroller

Three criteria in Choosing a Microcontroller The 8051 Microcontroller architecture Contents: Introduction Block Diagram and Pin Description of the 8051 Registers Some Simple Instructions Structure of Assembly language and Running an 8051 program

More information

Features. M. Krishna Kumar MAM/M5/LU13/2004 1

Features. M. Krishna Kumar MAM/M5/LU13/2004 1 Features 232 Byte Register File. Register to Register Architecture. 10 bit A/D Converter with S/H. Five 8 bit I/O ports. 20 Interrupt Sources. Pulse Width Modulation Output. High speed I/O subsystem. Dedicated

More information

Microcontrollers. Fig. 1 gives a comparison of a microprocessor system and a microcontroller system.

Microcontrollers. Fig. 1 gives a comparison of a microprocessor system and a microcontroller system. Syllabus: : Introduction to, 8051 Microcontroller Architecture and an example of Microcontroller based stepper motor control system (only Block Diagram approach). (5 Hours) Introduction to A microcontroller

More information

EC 6504 MICROPROCESSOR AND MICROCONTROLLER

EC 6504 MICROPROCESSOR AND MICROCONTROLLER DEPARTMENTOFELECTRONICS&COMMUNICATIONENGINEERING EC 6504 MICROPROCESSOR AND MICROCONTROLLER UNIT I THE 8086 MICROPROCESSOR PARTA 1. What is microprocessor? What is the difference between a MP and CPU?

More information

Chapter 3. Top Level View of Computer Function and Interconnection. Yonsei University

Chapter 3. Top Level View of Computer Function and Interconnection. Yonsei University Chapter 3 Top Level View of Computer Function and Interconnection Contents Computer Components Computer Function Interconnection Structures Bus Interconnection PCI 3-2 Program Concept Computer components

More information

BHARATHIDASAN ENGINEERING COLLEGE. III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013)

BHARATHIDASAN ENGINEERING COLLEGE. III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) BHARATHIDASAN ENGINEERING COLLEGE III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) FREQUENTLY ASKED QUESTIONS IN UNIVERSITY EXAMINATION PART A UNIT 1-8085 PROCESSOR 1. Draw the

More information

Introduction to Embedded Systems

Introduction to Embedded Systems Stefan Kowalewski, 4. November 25 Introduction to Embedded Systems Part 2: Microcontrollers. Basics 2. Structure/elements 3. Digital I/O 4. Interrupts 5. Timers/Counters Introduction to Embedded Systems

More information

Unit I. Introduction Microcontrollers and Embedded processors Overview of the 8051 Inside the 8051 Addressing Modes

Unit I. Introduction Microcontrollers and Embedded processors Overview of the 8051 Inside the 8051 Addressing Modes Unit I Introduction Microcontrollers and Embedded processors Overview of the 8051 Inside the 8051 Addressing Modes 1.1.1. Basic Introduction 1.1.1. Basic Introduction (contd.) 1.1.1. Basic Introduction

More information

EASWARI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND COMMUNICATION QUESTION BANK - V SEMESTER ECE EC2304 MICROPROCESSORS AND MICROCONTROLLERS UNIT I 1. When the 8086 processor is in minimum mode and

More information

Architecture & Instruction set of 8085 Microprocessor and 8051 Micro Controller

Architecture & Instruction set of 8085 Microprocessor and 8051 Micro Controller of 8085 microprocessor 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration 8-bit

More information

ASSEMBLY LANGUAGE MACHINE ORGANIZATION

ASSEMBLY LANGUAGE MACHINE ORGANIZATION ASSEMBLY LANGUAGE MACHINE ORGANIZATION CHAPTER 3 1 Sub-topics The topic will cover: Microprocessor architecture CPU processing methods Pipelining Superscalar RISC Multiprocessing Instruction Cycle Instruction

More information

QUESTION BANK. EE 6502 / Microprocessor and Microcontroller. Unit I Processor. PART-A (2-Marks)

QUESTION BANK. EE 6502 / Microprocessor and Microcontroller. Unit I Processor. PART-A (2-Marks) QUESTION BANK EE 6502 / Microprocessor and Microcontroller Unit I- 8085 Processor PART-A (2-Marks) YEAR/SEM : III/V 1. What is meant by Level triggered interrupt? Which are the interrupts in 8085 level

More information

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly.

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly. Unit I 8085 and 8086 PROCESSOR Introduction to microprocessor A microprocessor is a clock-driven semiconductor device consisting of electronic logic circuits manufactured by using either a large-scale

More information

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction.

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction. AVR XMEGA TM Product Introduction 32-bit AVR UC3 AVR Flash Microcontrollers The highest performance AVR in the world 8/16-bit AVR XMEGA Peripheral Performance 8-bit megaavr The world s most successful

More information

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK Subject Code : EC307 Subject Name : Microprocessor and Interfacing Year & Sem : III Year, V Sem

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within up to carry out the instruction, which has been decoded. In reality causes certain connections between blocks of the

More information

8051 Microcontrollers

8051 Microcontrollers 8051 Microcontrollers Richa Upadhyay Prabhu NMIMS s MPSTME richa.upadhyay@nmims.edu March 8, 2016 Controller vs Processor Controller vs Processor Introduction to 8051 Micro-controller In 1981,Intel corporation

More information

INTEGRATED CIRCUITS DATA SHEET. P89C738; P89C739 8-bit microcontrollers Dec 15. Product specification File under Integrated Circuits, IC20

INTEGRATED CIRCUITS DATA SHEET. P89C738; P89C739 8-bit microcontrollers Dec 15. Product specification File under Integrated Circuits, IC20 INTEGRATED CIRCUITS DATA SHEET File under Integrated Circuits, IC20 1997 Dec 15 CONTENTS 1 FEATURES 2 GENERAL DESCRIPTION 3 ORDERING INFORMATION 4 BLOCK DIAGRAM 5 FUNCTIONAL DIAGRAM 6 PINNING INFORMATION

More information

Architecture of Computers and Parallel Systems Part 6: Microcomputers

Architecture of Computers and Parallel Systems Part 6: Microcomputers Architecture of Computers and Parallel Systems Part 6: Microcomputers Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems Part

More information