CEG 411/611 Laboratory 1. Laboratory Familiarization

Size: px
Start display at page:

Download "CEG 411/611 Laboratory 1. Laboratory Familiarization"

Transcription

1 CEG 411/611 Laboratory 1 PURPOSE Laboratory Familiarization The purpose of this lab is to introduce you to the equipment and procedures used in the CEG 411/611 Laboratory. This is a one-week project. The Prelab Report must be done before you do the Experiments. PRELAB (10%) Study the step-by-step instructions of this lab and the corresponding references. Briefly answer the following questions. (1) Refer to textbook Sec and write down an ASCII monitor command line that can modify the memory contents at location 0x09A0. (2) Which pin on the CSM-12C32 board do you measure with the oscilloscope, when the tone.c program is executed? How about when the tonevb.asm program is executed instead? EXPERIMENT (90%) General notes In all lab experiment specifications, a check mark ( ) indicates a question for which you are required to write an answer. Please keep neat, carefully labeled, and properly ordered notes. A double check ( ) indicates a point in the experiment where you should have the Lab Instructor check your progress before continuing. However, please feel free to ask your Lab Instructor for help at any time. To indicate that each section your work has been satisfactorily completed, your notes must be signed by the Laboratory Instructor. Notes for this lab In this lab, you are to be familiar with the usage of the CSM-12C32 EVB, the compilation of a 6812 C program, the execution of those programs on the board, and the usage of an HP 54602B oscilloscope. (1) (20%) Connect the CSM-12C32 board to the PC through a serial cable. Remember whether COM1 or COM2 is used. Double click the ICC12 icon and an ICC12 IDE window should pop up. Use the Terminal menu to display a terminal window. Press the Open Com Port button and then press the reset button of the CSM-12C32 board. An MON12 monitor message should show up in the terminal window. (If not, one reason may be the terminal environment is not set up right. Use the Tools menu and the Environment Options to change the terminal setting so that it is consistent with the board setting, normally 9600 baud, no parity, 1 stop bit, hardware flow control.) Type in? (a question mark without the quotes) and then press the Enter key. A list of monitor commands should be displayed. Practice simple monitor commands such as MD and MM. Note that the memory map of the board is as follows. The space of 1.5 Kbytes between $0800 and $0DFF will be used for the code, data, and stack. $0000-$03FF Registers Reserved $0800-$0DFF RAM Application Space (Code, Data, Stack: 1.5 KBytes) $0E00-$0F89 RAM Reserved for Monitor $0F8A-$0FFF RAM Application Interrupt Vector Table Reserved $8000-$BFFF Flash $C000-$FFFF Flash Monitor Space

2 (2) (30%) Within the ICC12 environment, explore different menu items and do the following. 1. Create a new project (by using the New... under the Project menu) and add the C:\ceg411\tone.c program to the project (by using the Add File under the Project menu.) 2. Setup the compiler options (by using the Project menu, the Option sub-menu, and then the Target page) so that the custom configuration is consistent with the CSM-12C32 EVB configuration. (For example, you may use 0x0800 for the code area and 0x0dff for the stack area.) 3. Compile the program by using the Build under the Project menu. 4. Look at the compiler output files by using the Output Listing option and the Map File option under the View menu. Use Notepad or Wordpad to look at another compiler output file, ***.s19. (The filename of the s19 file should be the same as the project name.) Compare the output listing file and the s19 file and figure out their formats and contents. 5. Switch to the terminal window. Reset the board, press the Enter key on the PC keyboard, type a monitor command load (or simply l ), and use the terminal window to download the ***.s19 file to the EVB board. 6. Use the monitor command call 0800 to execute the program. (Assume 0x0800 is the starting address.) 7. Use the oscilloscope to measure the square wave that should be produced by the tone.c program. (Refer to the code and the EVB schematic diagram so as to identify the EVB pin that the scope should be connected to.) Play with the control knobs of the scope and record the square wave frequency. (3) (10%) For the statement TC0=TCNT+3000 in the while(1) loop in tone.c, change the constant from 3,000 to 1,500. Compile the program and load it to EVB. Execute the program and use the oscilloscope to measure the square wave frequency which should be recorded. (4) (10%) Change the constant again from 1,500 to 1. Compile the program and load it to EVB. Execute the program and use the oscilloscope to measure the square wave frequency which should be recorded. (5) (20%) Open a command prompt window (by double clicking an icon on the desk top), change the working directory to C:\ceg411\ASM, type the dir command, and then type the command as12 tonevb.asm. A new file tonevb.s19 should be generated by the command. Use the ICC12 terminal window to download the s19 file to the EVB and execute the program, i.e., following Steps 5 and 6 of the previous experiment. Use the oscilloscope to measure the square wave frequency which should be recorded. Note that a different pin is used this time.

3

4 Device User Guide 9S12C128DGV1/D V Block Diagram Figure 1-1 MC9S12C-Family Block Diagram VSSR VDDR VDDX VSSX Voltage Regulator ATD VDDA VSSA VRH VRL VDDA VSSA VRH VRL VDD2 VSS2 VDD1 VSS1 BKGD XFC VDDPLL VSSPLL EXTAL XTAL RESET 16K, 32K, 64K, 96K, 128K Byte Flash MODC Background Debug12 PLL 1K, 2K, 4K Byte RAM Clock and Reset Generation HCS12 CPU COP Watchdog Clock Monitor Periodic Interrupt Timer IOC0 IOC1 IOC2 IOC3 IOC4 IOC5 IOC6 IOC7 AN0 AN1 AN2 AN3 AN4 AN5 AN6 AN7 MUX DDRT DDRAD PTT PTAD PAD0 PAD1 PAD2 PAD3 PAD4 PAD5 PAD6 PAD7 PT0 PT1 PT2 PT3 PT4 PT5 PT6 PT7 PE0 PE1 PE2 PE3 PE4 PE5 PE6 PE7 PTE DDRE XIRQ IRQ R/W LSTRB/TAGLO ECLK MODA/IPIPE0 MODB/IPIPE1 NOACC/XCLKS System Integration (SIM) PWM PW0 PW1 PW2 PW3 PW4 PW5 Keypad Interrupt DDRP PTP PP0 PP1 PP2 PP3 PP4 PP5 PP6 PP7 TEST/VPP PA7 PA6 ADDR15 ADDR14 Multiplexed Address/Data Bus DDRA PTA PA5 PA4 ADDR13 ADDR12 PA3 PA2 PA1 ADDR11 ADDR10 ADDR9 PA0 ADDR8 PB7 PB6 ADDR7 ADDR6 DDRB PTB PB5 PB4 PB3 PB2 PB1 PB0 ADDR5 ADDR4 ADDR3 ADDR2 ADDR1 ADDR0 SCI RXD TXD MSCAN is not available on the 9S12GC Family Members RXCAN MSCAN TXCAN MISO SPI SS MOSI SCK Key Int DDRJ PTJ DDRS PTS DDRM PTM PJ6 PJ7 PS0 PS1 PS2 PS3 PM0 PM1 PM2 PM3 PM4 PM5 Multiplexed Wide Bus DATA15 DATA14 DATA13 DATA12 DATA11 DATA10 DATA9 DATA8 DATA7 DATA6 DATA5 DATA4 DATA3 DATA2 DATA1 DATA0 Signals shown in Bold are not available on the 52 or 48 Pin Package Signals shown in Bold Italic are available in the 52, but not the 48 Pin Package Internal Logic 2.5V VDD1,2 VSS1,2 I/O Driver 5V VDDX VSSX PLL 2.5V VDDPLL VSSPLL A/D Converter 5V VDDA VSSA VRL is bonded internally to VSSA for 52 and 48 Pin packages Voltage Regulator 5V & I/O VDDR VSSR 27

5 C S M 1 2 C 3 2 A U G U S T 1, U S E R G U I D E Figure 3: MCU_PORT Connector V x 1 2 PE1/IRQ* Default Signal Assignments GND 3 4 RESET* MCU PORT Signal Disable PS1/TXD 5 6 MODC/BKGD PS0/RXD 7 8 NC PS1/TXD COM1 TXD CT-5 PP5/KWP NC PS0/RXD COM1 RXD CT-4 PE0/XIRQ* NC PE1/IRQ* SW1 User1 PT0/PW0/IOC NC PP5/KWP5 SW2 User2 PT1/PW1/IOC NC PA0 LED1 User3 PM4/MOSI PAD00/AN00 PB4 LED2 User4 User Options PM2/MISO PAD01/AN01 PM5/SCK PB4 PM3/SS* PA0 PE4/ELCK PM1/TXCAN PE7/XCLKS PM0/RXCAN PAD02/AN PT2/PW2/IOC2 PAD03/AN PT3/PW3/IOC3 PAD04/AN PT4/PW04/IOC4 PAD05/AN PT5/IOC5 PAD06/AN PT6/IOC6 PAD07/AN PT7/IOC7 Note: Default signal assignment should be disabled to use the signal at connector J1 User options include 2 LED s, and 2 pushbutton switches. Each user option may be enabled individually using the USER option header. When the appropriate USER option jumper is installed, the associated user option is enabled. Removing a jumper disables the associated user option. Table 2: User Option Jumper Settings Jumper On Off MCU Signal User 1 Enable SW1 Disable SW1 PE0/XIRQ* User 2 Enable SW2 Disable SW2 PP5 /KWP5 User 3 Enable LED1 Disable LED1 PA0 User 4 Enable LED2 Disable LED2 PB4 Switches Two push button switches provide momentary, active low, input to the MCU for user applications. Pressing a switch provides a momentary low logic level input tot the MCU. SW1 and SW2 provide input to MCUI/O ports PE0 and PP5 respectively. LED s Two LED s provide active-low, visual output for user applications. A low voltage level driven out on the appropriate MCU port causes the LED to light. MCU ports PA0 and PB4 drive LED1 and LED2 respectively. 10

6

Freescale Semiconductor, Inc.

Freescale Semiconductor, Inc. nc. SEMICONDUCTOR TECHNICAL DATA Product Proposal 16-Bit Microcontroller PP Rev. 3, 12-May-04 Based on Motorola s market-leading flash technology, members of the deliver the power and flexibility of our

More information

Input and Output Ports. How do you get data into a computer from the outside?

Input and Output Ports. How do you get data into a computer from the outside? Input and Output Ports How do you get data into a computer from the outside? SIMPLIFIED INPUT PORT D 7 Any read from address $0000 gets signals from outside H C 2 D a t a D D D4 D3 S i g n a l s F r o

More information

Freescale Semiconductor, I

Freescale Semiconductor, I nc. Product Proposal Rev. 0.7, 8/2003 HCS12DB Family Product Proposal Introduction Designed for automotive multiplexing applications, members of the MC9S12DB-Family of 16 bit Flash-based microcontrollers

More information

Freescale Semiconductor, Inc.

Freescale Semiconductor, Inc. nc. MOTOROLA SEMICONDUCTOR TECHNICAL DATA Product Preview 16-Bit Microcontroller MC9S12K-Family Rev 6.0, 21-Oct-03 MC9S12K-Family Targeted for ultra high reliability systems, members of the MC9S12K-Family

More information

MC9S12A256 Device Guide V01.01

MC9S12A256 Device Guide V01.01 9S12A256DGV1/D 4/2002 MC9S12A256 Device Guide V01.01 Original Release Date: 8 March 2002 Revised: 12 April 2002 Motorola, Inc Motorola reserves the right to make changes without further notice to any products

More information

S12XS MCU and Multifunctional Ignition and Injector Driver System In Package (SiP)

S12XS MCU and Multifunctional Ignition and Injector Driver System In Package (SiP) Freescale Semiconductor Advance Information S12XS MCU and Multifunctional Ignition and Injector Driver System In Package (SiP) The MM is an engine control SMARTMOS IC combining an MCU (S12XS) and analog

More information

S12P MCU and Multifunctional Ignition and Injector Driver System In Package (SiP)

S12P MCU and Multifunctional Ignition and Injector Driver System In Package (SiP) Freescale Semiconductor Advance Information Document Number: Rev. 1.0, 05/2012 S12P MCU and Multifunctional Ignition and Injector Driver System In Package (SiP) The MM912xP812 is an engine control IC combining

More information

Designing Hardware for the HCS12 D-Family

Designing Hardware for the HCS12 D-Family Freescale Semiconductor Application Note AN2727 Rev. 0, 12/2004 Designing Hardware for the HCS12 D-Family by: Martyn Gallop Applications Engineering Freescale Semiconductor, East Kilbride Introduction

More information

M68HC12. Microcontrollers MC68HC912DT128A MC68HC912DG128A MC68HC912DT128C MC68HC912DG128C MC68HC912DT128P MC68HC912DG128P.

M68HC12. Microcontrollers MC68HC912DT128A MC68HC912DG128A MC68HC912DT128C MC68HC912DG128C MC68HC912DT128P MC68HC912DG128P. MC68HC912DT128A MC68HC912DG128A MC68HC912DT128C MC68HC912DG128C MC68HC912DT128P MC68HC912DG128P Technical Data M68HC12 Microcontrollers MC912DT128A/D Rev. 4, 10/2003 MOTOROLA.COM/SEMICONDUCTORS MC68HC912DT128A

More information

MC9S12T64 CPU Module Jumpers

MC9S12T64 CPU Module Jumpers Version 2.2 March 26, 2003 The following is a photo of the MC9S12T64 CPU module which depicts the jumper configurations. The default setting is for all the voltages, chip power supplies and ground being

More information

CS/ECE 5780/6780: Embedded System Design

CS/ECE 5780/6780: Embedded System Design CS/ECE 5780/6780: Embedded System Design John Regehr Lecture 2: 68HC12 Architecture & Lab 1 Introduction Duff s Device void foo (int x, int *y, int *z) { switch (x % 8) { case 0: do { *y++ = *z++; case

More information

M68HC12. Microcontrollers MC68HC912DG128. Technical Data. Freescale Semiconductor, I MOTOROLA.COM/SEMICONDUCTORS

M68HC12. Microcontrollers MC68HC912DG128. Technical Data. Freescale Semiconductor, I MOTOROLA.COM/SEMICONDUCTORS nc. M68HC12 Microcontrollers MC68HC912DG128 Technical Data MC68HC912DG128/D Rev. 3, 10/2002 MOTOROLA.COM/SEMICONDUCTORS nc. nc. MC68HC912DG128 Technical Data Rev 3.0 Motorola reserves the right to make

More information

Application Module Student Learning Kit Users Guide featuring the Freescale MC9S12C32

Application Module Student Learning Kit Users Guide featuring the Freescale MC9S12C32 Freescale Semiconductor SLK0101UG User Guide Rev. 0, 9/2006 Application Module Student Learning Kit Users Guide featuring the Freescale MC9S12C32 For use with the following part numbers: CSM-12C32 APS12C32SLK

More information

Also covers MC9S12XHZ384 and MC9S12XHZ bit S12X Microcontroller with LCD and Stepper Motor Drivers

Also covers MC9S12XHZ384 and MC9S12XHZ bit S12X Microcontroller with LCD and Stepper Motor Drivers Freescale Semiconductor Product Brief S12XHZ512PB Rev. 4.1, 4-Jan-2007 MC9S12XHZ512 Also covers MC9S12XHZ384 and MC9S12XHZ256 16-bit S12X Microcontroller with LCD and Stepper Motor Drivers Introduction

More information

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing CMS-8GP32 A Motorola MC68HC908GP32 Microcontroller Board xiom anufacturing 2000 717 Lingco Dr., Suite 209 Richardson, TX 75081 (972) 994-9676 FAX (972) 994-9170 email: Gary@axman.com web: http://www.axman.com

More information

EVB9S12XF512E User Manual Daniel Morfin Guadalajara, Jal. Mexico

EVB9S12XF512E User Manual Daniel Morfin Guadalajara, Jal. Mexico Freescale Semiconductor User Manual Document Number: EVB9S12XF512UM Rev. 0, 06/2007 EVB9S12XF512E User Manual by: Daniel Morfin Guadalajara, Jal. Mexico 1 Introduction and Default Settings This kit contains

More information

MC9S12C32 CPU Module Jumpers

MC9S12C32 CPU Module Jumpers MC9SC CPU Module Jumpers Version.0 March, 00 The following is a photo of the MC9SC CPU module which depicts the jumper configurations. The default setting is for all the voltages, chip power supplies and

More information

Hardware Version 1.0 Monitor Version 1.2. English Release October

Hardware Version 1.0 Monitor Version 1.2. English Release October Hardware Version 1.0 Monitor Version 1.2 English Release October 7 1999 Copyright (C)1996-98 by MCT Elektronikladen GbR Hohe Str. 9-13 D-04107 Leipzig Telefon: +49-(0)341-2118354 Fax: +49-(0)341-2118355

More information

TWR-S12G128 Demonstration Board for Freescale MC9S12G128 Microcontroller

TWR-S12G128 Demonstration Board for Freescale MC9S12G128 Microcontroller D O C - 0 508-0 1 0, R E V A TWR-S12G128 Demonstration Board for Freescale MC9S12G128 Microcontroller USER GUIDE Web Site: www.axman.com Support: support@axman.com CONTENTS CAUTIONARY NOTES... 4 TERMINOLOGY...

More information

DOC CSM12D EDUCATIONAL MODULE FOR FREESCALE MC9S12XDT512 and MC9S12DT256 MCU s

DOC CSM12D EDUCATIONAL MODULE FOR FREESCALE MC9S12XDT512 and MC9S12DT256 MCU s DOC-0362-010 CSM12D EDUCATIONAL MODULE FOR FREESCALE MC9S12XDT512 and MC9S12DT256 MCU s 1 CONTENTS CAUTIONARY NOTES...4 TERMINOLOGY...4 FEATURES...5 REFERENCES...6 GETTING STARTED...6 OPERATING MODES...6

More information

DEMO9S08SH8/SG8 Demonstration Board for Freescale MC9S08SH8/SG8

DEMO9S08SH8/SG8 Demonstration Board for Freescale MC9S08SH8/SG8 DOC-0398-010, REV A DEMO9S08SH8/SG8 Demonstration Board for Freescale MC9S08SH8/SG8 Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com CONTENTS

More information

MC9S12DT128. HCS12 Microcontrollers. freescale.com. 9S12DT128DGV2/D V Jun 2010

MC9S12DT128. HCS12 Microcontrollers. freescale.com. 9S12DT128DGV2/D V Jun 2010 MC9S12DT128 Device User Guide Covers MC9S12DT128E, MC9S12DG128E, MC9S12DJ128E, MC9S12DG128, MC9S12DJ128, MC9S12DB128, MC9S12A128, SC515846, SC515847, SC515848, SC515849, SC101161DT, SC101161DG, SC101161DJ,

More information

APPLICATION MODULE STUDENT LEARNING KIT FEATURING FREESCALE MC9S12XDT512

APPLICATION MODULE STUDENT LEARNING KIT FEATURING FREESCALE MC9S12XDT512 Freescale Semiconductor SLKS12XDT512UG User Guide Rev. 1, 9/2007 APPLICATION MODULE STUDENT LEARNING KIT FEATURING FREESCALE MC9S12XDT512 For use with the following part numbers: CSM12D with MC9S12XDT512

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

DEMO9S08SH32/SG32 Demonstration Board for Freescale MC9S08SH32/SG32

DEMO9S08SH32/SG32 Demonstration Board for Freescale MC9S08SH32/SG32 DOC-0421-010, REV A DEMO9S08SH32/SG32 Demonstration Board for Freescale MC9S08SH32/SG32 Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com CONTENTS

More information

MC68HC812A4. Data Sheet M68HC12. Microcontrollers. MC68HC812A4/D Rev. 6, 8/2002 MOTOROLA.COM/SEMICONDUCTORS

MC68HC812A4. Data Sheet M68HC12. Microcontrollers. MC68HC812A4/D Rev. 6, 8/2002 MOTOROLA.COM/SEMICONDUCTORS MC68HC812A4 Data Sheet M68HC12 Microcontrollers MC68HC812A4/D Rev. 6, 8/2002 MOTOROLA.COM/SEMICONDUCTORS MC68HC812A4 Data Sheet To provide the most up-to-date information, the revision of our documents

More information

MC9S12XE Family Product Brief

MC9S12XE Family Product Brief Freescale Semiconductor Product Brief Document Number: MC9S12XEPB Rev. 7, 05/2008 This document contains preview information on a new product that may be in a design phase or under development. Freescale

More information

MC9S12XHY-Family Demonstration Lab Training

MC9S12XHY-Family Demonstration Lab Training Freescale Semiconductor Application Note Document Number: AN4236 Rev. 0, 11/2010 MC9S12XHY-Family Demonstration Lab Training by: José Cisneros Luis Hernandez Hugo Osornio Microcontroller Solutions Group,

More information

History of the Microprocessor. ECE/CS 5780/6780: Embedded System Design. Microcontrollers. First Microprocessors. MC9S12C32 Block Diagram

History of the Microprocessor. ECE/CS 5780/6780: Embedded System Design. Microcontrollers. First Microprocessors. MC9S12C32 Block Diagram History of the Microprocessor ECE/CS 5780/6780: Embedded System Design Chris J. Myers Lecture 1: 68HC12 In 1968, Bob Noyce and Gordon Moore left Fairchild Semiconductor and formed Integrated Electronics

More information

The Freescale MC908JL16 Microcontroller

The Freescale MC908JL16 Microcontroller Ming Hsieh Department of Electrical Engineering EE 459Lx - Embedded Systems Design Laboratory The Freescale MC908JL16 Microcontroller by Allan G. Weber 1 Introduction The Freescale MC908JL16 (also called

More information

DEMO9S08AC60E. User s Guide. Freescale Semiconductor User s Guide. DEMO9S08AC60EUG Rev. 0.1, 11/2007

DEMO9S08AC60E. User s Guide. Freescale Semiconductor User s Guide. DEMO9S08AC60EUG Rev. 0.1, 11/2007 Freescale Semiconductor User s Guide DEMO9S08AC60EUG Rev. 0.1, 11/2007 DEMO9S08AC60E User s Guide Freescale Semiconductor, Inc., 2007. All rights reserved. How to Reach Us: USA/Europe/Locations not listed:

More information

CMD711-EX Development Board

CMD711-EX Development Board CMD711-EX Development Board xiom anufacturing 1998 717 Lingco Dr., Suite 209 Richardson, TX 75081 (972) 994-9676 FAX (972) 994-9170 email: Gary@axman.com web: http://www.axman.com CONTENTS GETTING STARTED...

More information

DEMO9S08DZ60 Demonstration Board for Freescale MC9S08DZ60

DEMO9S08DZ60 Demonstration Board for Freescale MC9S08DZ60 DOC-0407-010, REV A DEMO9S08DZ60 Demonstration Board for Freescale MC9S08DZ60 Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com CONTENTS CAUTIONARY

More information

APPLICATION MODULE STUDENT LEARNING KIT FEATURING FREESCALE HCS12

APPLICATION MODULE STUDENT LEARNING KIT FEATURING FREESCALE HCS12 Freescale Semiconductor SLKS12UG User Guide Rev. 0.4, 11/2010 APPLICATION MODULE STUDENT LEARNING KIT FEATURING FREESCALE HCS12 For use with the following part numbers: Freescale Part Number: APS12C128SLK

More information

Chapter 14. Motorola MC68HC11 Family MCU Architecture

Chapter 14. Motorola MC68HC11 Family MCU Architecture Chapter 14 Motorola MC68HC11 Family MCU Architecture Lesson 1 68HC11 MCU Architecture overview 2 Outline CPU Registers, MCU Architecture overview Address and Data Buses Execution Unit- ALU Ports 3 CPU

More information

68HC12 Training Lab Student Exercise Book

68HC12 Training Lab Student Exercise Book 68HC12 Training Lab Student Exercise Book Date: 13 September, 2000 Document Revision:1.01 BiPOM Electronics 16301 Blue Ridge Road, Missouri City, Texas 77489 USA Telephone: (713) 661-4214 Fax: (281) 416-2806

More information

Programming Microcontroller Assembly and C

Programming Microcontroller Assembly and C Programming Microcontroller Assembly and C Course Number CLO : 2 Week : 5-7 : TTH2D3 CLO#2 Student have the knowledge to create basic programming for microcontroller [C3] Understand how to program in Assembly

More information

DRAGON12. EVBplus MC9S12DP256 Development Board. Getting Started Manual. Version 1.14 For REV. D board. Table of Contents GETTING STARTED..

DRAGON12. EVBplus MC9S12DP256 Development Board. Getting Started Manual. Version 1.14 For REV. D board. Table of Contents GETTING STARTED.. DRAGON12 EVBplus MC9S12DP256 Development Board Getting Started Manual Version 1.14 For REV. D board Table of Contents INTRODUCTORY... 1 GETTING STARTED.. 2 SOFTWARE DEVELOPMENT...,. 3 ON-BOARD HARDWARE.

More information

EE319 K Lecture 3. Introduction to the 9S12 Lab 1 Discussion Using the TExaS simulator. University of Texas ECE

EE319 K Lecture 3. Introduction to the 9S12 Lab 1 Discussion Using the TExaS simulator. University of Texas ECE EE319 K Lecture 3 Introduction to the 9S12 Lab 1 Discussion Using the TExaS simulator University of Texas ECE Introduction (von Neumann architecture) processor Bus Memory Mapped I/O System Input Devices

More information

User's Manual Rev. 1. Freescale Semiconductor Inc. TWRS08UNIVUM

User's Manual Rev. 1. Freescale Semiconductor Inc. TWRS08UNIVUM TWR-S08UNIV User's Manual Rev. 1 Freescale Semiconductor Inc. TWRS08UNIVUM Table of Contents 1. TWR-S08UNIV and TWR-S08DC Overview... 4 1.1 Contents... 5 1.2 Features... 5 2. Getting Started... 7 2.1 Reference

More information

M68HC11E Family. Data Sheet M68HC11. Microcontrollers M68HC11E/D Rev. 5 6/2003 MOTOROLA.COM/SEMICONDUCTORS

M68HC11E Family. Data Sheet M68HC11. Microcontrollers M68HC11E/D Rev. 5 6/2003 MOTOROLA.COM/SEMICONDUCTORS M68HCE Family Data Sheet M68HC Microcontrollers M68HCE/D Rev. 5 6/23 MOTOROLA.COM/SEMICONDUCTORS MC68HCE Family Data Sheet To provide the most up-to-date information, the revision of our documents on

More information

AN1298. Variations in the Motorola MC68HC(7)05Cx Family By Joanne Field CSIC Applications. Introduction

AN1298. Variations in the Motorola MC68HC(7)05Cx Family By Joanne Field CSIC Applications. Introduction Order this document by /D Variations in the Motorola MC68HC(7)05Cx Family By Joanne Field CSIC Applications East Kilbride, Scotland Introduction The Freescale MC68HC05 C Family of 8-bit microcontrollers

More information

ET-BASE AVR ATmega64/128

ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 which is a Board Microcontroller AVR family from ATMEL uses MCU No.ATmega64 and ATmega128 64PIN. Board ET-BASE AVR ATmega64/128 uses MCU s resources on

More information

C4 C9, C12 C18. Maxim Integrated Products 1

C4 C9, C12 C18. Maxim Integrated Products 1 General Description The LD module is an assembled and tested PC board intended for use with Maxim s low-voltage dataacquisition evaluation kits (V kits). The module uses Motorola s MCLFN microcontroller

More information

MC68HC908JB8 MC68HC08JB8 MC68HC08JT8

MC68HC908JB8 MC68HC08JB8 MC68HC08JT8 MC68HC908JB8 MC68HC08JB8 MC68HC08JT8 Technical Data M68HC08 Microcontrollers MC68HC908JB8/D Rev. 2.3 9/2005 freescale.com MC68HC908JB8 MC68HC08JB8 MC68HC08JT8 Technical Data To provide the most up-to-date

More information

MC9S12DJ64 Device User Guide V Covers also MC9S12D64, MC9S12A64, MC9S12D32, MC9S12A32

MC9S12DJ64 Device User Guide V Covers also MC9S12D64, MC9S12A64, MC9S12D32, MC9S12A32 DOCUMENT NUMBER 9S12DJ64DGV1/D MC9S12DJ64 Device User Guide V01.20 Covers also MC9S12D64, MC9S12A64, MC9S12D32, MC9S12A32 Original Release Date: 19 Nov. 2001 Revised: 6 April 2005 Freescale Semiconductor,

More information

Volume 1 Hardware Manual

Volume 1 Hardware Manual Volume 1 Hardware Manual Version 1.6 Copyright 2003 egnite Software GmbH. All rights reserved. egnite makes no warranty for the use of its products and assumes no responsibility for any errors which may

More information

Purchase Agreement. P&E Microcomputer Systems, Inc. 98 Galen St. Watertown, MA Manual version 1.

Purchase Agreement. P&E Microcomputer Systems, Inc. 98 Galen St. Watertown, MA Manual version 1. Purchase Agreement P&E Microcomputer Systems, Inc. reserves the right to make changes without further notice to any products herein to improve reliability, function, or design. P&E Microcomputer Systems,

More information

DEVKIT-S12VR QUICK START GUIDE (QSG)

DEVKIT-S12VR QUICK START GUIDE (QSG) DEVKIT-S12VR QUICK START GUIDE (QSG) ULTRA-RELIABLE MCUS FOR INDUSTRIAL AND AUTOMOTIVE EXTERNAL USE Get to know the DEVKIT-S12VR The DEVKIT-S12VR is an ultra-low-cost development platform for S12 Microcontrollers.

More information

SiFive FE310-G000 Manual c SiFive, Inc.

SiFive FE310-G000 Manual c SiFive, Inc. SiFive FE310-G000 Manual 1.0.3 c SiFive, Inc. 2 SiFive FE310-G000 Manual 1.0.3 SiFive FE310-G000 Manual Proprietary Notice Copyright c 2016-2017, SiFive Inc. All rights reserved. Information in this document

More information

The Atmel ATmega168A Microcontroller

The Atmel ATmega168A Microcontroller Ming Hsieh Department of Electrical Engineering EE 459Lx - Embedded Systems Design Laboratory The Atmel ATmega168A Microcontroller by Allan G. Weber 1 Introduction The Atmel ATmega168A is one member of

More information

TRK-S12ZVL Quick Start Guide. MagniV Mixed-signal MCUs for LIN Applications

TRK-S12ZVL Quick Start Guide. MagniV Mixed-signal MCUs for LIN Applications TRK-S12ZVL Quick Start Guide MagniV Mixed-signal MCUs for LIN Applications Quick Start Guide Introduction The TRK-S12ZVL features the S12ZVL, an automotive 16-bit MCU family. This integrates on the same

More information

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON Team Code Name: ECE Grande Group No. 3 Team Member Completing This Homework: Ashley Callaway e-mail Address

More information

MC68HC908GR16 Data Sheet

MC68HC908GR16 Data Sheet MC68HC908GR16 Data Sheet M68HC08 Microcontrollers MC68HC908GR16 Rev. 5.0 0/2007 freescale.com MC68HC908GR16 Data Sheet To provide the most up-to-date information, the revision of our documents on the

More information

ET-PIC 24 WEB-V1. o Central Processing Unit (CPU) o System. o nanowatt Power Managed Modes. o Analog Features

ET-PIC 24 WEB-V1. o Central Processing Unit (CPU) o System. o nanowatt Power Managed Modes. o Analog Features ET-PIC 24 WEB-V1 ET-PIC 24 WEB-V1 is PIC Board Microcontroller from Microchip that uses 16 Bit No.PIC24FJ128GA008 Microcontroller for processing data and develops board. The remarkable specification of

More information

FiO Lite Datasheet FEATURES SAMPLE APPLICATIONS. FiO Lite

FiO Lite Datasheet FEATURES SAMPLE APPLICATIONS. FiO Lite FiO Lite Datasheet FEATURES Built-in RapidSTM native-support bootloader. ARM -bits Cortex TM M Processor (STMF0R) - 0MIPS maximum speed - 0 KBytes SRAM - 5 GPIO - channels -bit, µs ADC - USART, SPI, I

More information

5WG AA_1 TECHNICAL DATA. KNX-Processor 78F0534/2.5, 78F0535/2.5 and 78F0537/2.5. Features. Description. Order Numbers

5WG AA_1 TECHNICAL DATA. KNX-Processor 78F0534/2.5, 78F0535/2.5 and 78F0537/2.5. Features. Description. Order Numbers TECHNICAL DATA KNX-Processor 78F0534/2.5, 78F0535/2.5 and 78F0537/2.5 Features KNX Bus Processor for use on the application PCB for high volume production. Renesas 78K0/Kx2 microcontroller, contains the

More information

AVRminiV3.1 Manual. 1. AVRminiV3.1 Overview. 2. AVRminiV3.1 Features and Specifications Standard Features: 2.2. Optional Features:

AVRminiV3.1 Manual. 1. AVRminiV3.1 Overview. 2. AVRminiV3.1 Features and Specifications Standard Features: 2.2. Optional Features: AVRminiV3. Manual. AVRminiV3. Overview The AVRminiV3. board is a low-cost versatile development board for Atmel AVR processors. The AVRminiV3. supports all AVR processors in 40-pin and 64-pin packages

More information

SAFE ST7 EVALUATION BOARD

SAFE ST7 EVALUATION BOARD SAFE ST7 EVALUATION BOARD (ST7FOPTIONS-EVAL) USER MANUAL June 00 DOC- ST7FOPTIONS-EVAL USE IN LIFE SUPPORT DEVICES OR SYSTEMS MUST BE EXPRESSLY AUTHORIZED. STMicroelectronics PRODUCTS ARE NOT AUTHORIZED

More information

MC68HC908GR8A MC68HC908GR4A Data Sheet

MC68HC908GR8A MC68HC908GR4A Data Sheet MC68HC908GR8A MC68HC908GRA Data Sheet M68HC08 Microcontrollers MC68HC908GR8A Rev. 5 0/2007 freescale.com MC68HC908GR8A MC68HC908GRA Data Sheet To provide the most up-to-date information, the revision

More information

EVB9S08DZ60. Demonstration Board for Freescale MC9S08DZ60. User s Manual

EVB9S08DZ60. Demonstration Board for Freescale MC9S08DZ60. User s Manual EVB9S08DZ60 Demonstration Board for Freescale MC9S08DZ60 User s Manual EVB9S08DZ60 Evaluation Board for Freescale MC9S08DZ60 (64-Pin LQFP) User s Manual Revision 1.0 Copyright 2006 SofTec Microsystems

More information

AVR 40 Pin Rapid Robot controller board

AVR 40 Pin Rapid Robot controller board AVR 40 Pin Rapid Robot controller board User Manual Robokits India http://www.robokits.org info@robokits.org - 1 - Thank you for purchasing the AVR 40 Pin Rapid Robot controller board. This unit has been

More information

KNX-Processor 78F0534/2.5, 78F0535/2.5 and 78F0537/2.5

KNX-Processor 78F0534/2.5, 78F0535/2.5 and 78F0537/2.5 OEM- Product Catalogue TECHNICAL DATA Features KNX Bus Processor for use on the application PCB for high volume production. Renesas 78K0/Kx2 microcontroller, contains the KNX System 2.5 stack. Processor

More information

Lab 8: Debugging Embedded Devices and Software

Lab 8: Debugging Embedded Devices and Software Lab 8: Debugging Embedded Devices and Software Summary: Given pre-written code, isolate code and functional errors to create a working memory interfacing program. Learning Objectives: Debug and fix pre-written

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

Axiom Manufacturing. Users Manual. for PROJECT DEVELOPMENT BOARD AXM xiom anufacturing

Axiom Manufacturing. Users Manual. for PROJECT DEVELOPMENT BOARD AXM xiom anufacturing Axiom Manufacturing Users Manual for PROJECT DEVELOPMENT BOARD AXM-0295 xiom anufacturing 1999 2813 Industrial Ln. Garland, TX 75041 (972) 926-9303 FAX (972) 926-6063 support@axman.com Rev 1.0 web: http://www.axman.com

More information

The Atmel ATmega328P Microcontroller

The Atmel ATmega328P Microcontroller Ming Hsieh Department of Electrical Engineering EE 459Lx - Embedded Systems Design Laboratory 1 Introduction The Atmel ATmega328P Microcontroller by Allan G. Weber This document is a short introduction

More information

eprom 1 Fri Oct 13 13:01:

eprom 1 Fri Oct 13 13:01: eprom 1 Fri Oct 1 1:01: 1.1 Introduction SECTION EPROM/OTPROM (PROM) This section describes erasable programmable read-only memory/one-time programmable read-only memory (EPROM/OTPROM (PROM)) programming..

More information

Jonathan W. Valvano EE319K Spring 2010 Lab Manual Page 1 LAB 1. A DIGITAL LOCK...5 LAB 2. SWITCH AND LED INTERFACING...7

Jonathan W. Valvano EE319K Spring 2010 Lab Manual Page 1 LAB 1. A DIGITAL LOCK...5 LAB 2. SWITCH AND LED INTERFACING...7 Jonathan W. Valvano EE319K Spring 2010 Lab Manual Page 1 EE319K Laboratory Manual Univ of Texas at Austin, Valvano, Yerraballi, Erez Do not print the entire document, we will be making small changes. Spring

More information

CPU Module EMUL12-PC/CPU-MC9S12H for the Motorola HCS12 Microcontrollers Operating Instructions by Robert Boys V3.

CPU Module EMUL12-PC/CPU-MC9S12H for the Motorola HCS12 Microcontrollers Operating Instructions by Robert Boys V3. CPU Module EMUL2-PC/CPU-MC9S2H256-6 for the Motorola HCS2 Microcontrollers Operating Instructions by Robert Boys V3.0 January 7, 2002 This document provides jumper information on the H256 personality card

More information

HVP-KV31F120M User s Guide

HVP-KV31F120M User s Guide Freescale Semiconductor, Inc. User s Guide Document Number: HVPKV31F120MUG Rev. 0, 12/2014 HVP-KV31F120M User s Guide by: Ivan Lovas 1 High voltage controller card HVP-KV31F120M This document supports

More information

ECE372 CodeWarrior Simulator Andreou/Michaelides

ECE372 CodeWarrior Simulator Andreou/Michaelides CodeWarrior simulator demo The code can be written in C language (higher level) as well as in Assembly language (lower level). General C commands are applied across microcontroller families as opposed

More information

MC68HC908KX8 MC68HC908KX2 MC68HC08KX8. Technical Data M68HC08. Microcontrollers. MC68HC908KX8/D Rev. 1, 2/2002

MC68HC908KX8 MC68HC908KX2 MC68HC08KX8. Technical Data M68HC08. Microcontrollers. MC68HC908KX8/D Rev. 1, 2/2002 MC68HC908KX8 MC68HC908KX2 MC68HC08KX8 Technical Data M68HC08 Microcontrollers MC68HC908KX8/D Rev. 1, 2/2002 WWW.MOTOROLA.COM/SEMICONDUCTORS MC68HC908KX8 MC68HC908KX2 MC68HC08KX8 Technical Data To provide

More information

PK-HCS12C32 Starter Kit for Motorola MC9S12C32 User s Manual

PK-HCS12C32 Starter Kit for Motorola MC9S12C32 User s Manual PK-HCS12C32 Starter Kit for Motorola MC9S12C32 User s Manual Copyright 2003 SofTec Microsystems DC00685 We want your feedback! SofTec Microsystems is always on the look-out for new ways to improve its

More information

MC68HC12 Parallel I/O

MC68HC12 Parallel I/O EEL 4744C: Microprocessor Applications Lecture 6 Part 2 MC68HC12 Parallel I/O Dr. Tao Li 1 Software and Hardware Engineering (new version): Chapter 11 Or SHE (old version): Chapter 7 And Reading Assignment

More information

SH67P33A / SH66K33A EVB

SH67P33A / SH66K33A EVB SH67P33A / SH66K33A EVB SH67P33A / SH66K33A EVB Application Notice for SH67P33A / SH66K33A EVB The SH67P33A / SH66K33A EVB is used to evaluate the SH67P33A / SH66K33A chip's function for the development

More information

Introduction to Microcontroller. Systems. Embedded system. Assembler or C? Datatypes 2. Datatypes 1

Introduction to Microcontroller. Systems. Embedded system. Assembler or C? Datatypes 2. Datatypes 1 Introduction to Microcontroller Sven Knutsson 031-772 57 27 svenk@chl.chalmers.se www.chl.chalmers.se/~svenk/it_university 1 2 Embedded system Assembler or C? Real time Size Price Power consumption User

More information

TWR-MCF51JG Tower Module User's Manual Rev. 1.1

TWR-MCF51JG Tower Module User's Manual Rev. 1.1 TWR-MCF51JG Tower Module User's Manual Rev. 1.1 Freescale Semiconductor Inc. TWRMCF51JGUM Table of Contents 1 TWR-MCF51JG and TWR-MCF51JG-KIT Overview... 4 1.1 Contents... 5 1.2 Features... 5 1.3 Getting

More information

3. (a) Explain the steps involved in the Interfacing of an I/O device (b) Explain various methods of interfacing of I/O devices.

3. (a) Explain the steps involved in the Interfacing of an I/O device (b) Explain various methods of interfacing of I/O devices. Code No: R05320202 Set No. 1 1. (a) Discuss the minimum mode memory control signals of 8086? (b) Explain the write cycle operation of the microprocessor with a neat timing diagram in maximum mode. [8+8]

More information

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual 4T 8051 8-bit Microcontroller Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology

More information

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B ZMD400-A01 ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE 802.15.4 Standard DATA SHEET Version B Quan International Co., Ltd., ZMD400 Features Fully compliant 802.15.4 Standard

More information

MC9S12HY-Family Demonstration Lab Training

MC9S12HY-Family Demonstration Lab Training Freescale Semiconductor Application Note Document Number: AN4021 Rev. 0, 11/2009 MC9S12HY-Family Demonstration Lab Training by: Gordon Borland, Steven McLaughlin Microcontroller Solutions Group. Auto R

More information

F2MC MB90385 series Evaluation Board Documentation. Revision Date Comment V New document

F2MC MB90385 series Evaluation Board Documentation. Revision Date Comment V New document F2MC MB90385 series Evaluation Board Documentation Revision Date Comment V1.0 08.25.02 New document 1 Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu Microelectronics

More information

The 9S12 in Expanded Mode - How to get into expanded mode Huang Chapter 14

The 9S12 in Expanded Mode - How to get into expanded mode Huang Chapter 14 The 9S2 in Expanded Mode - How to get into expanded mode Huang Chapter 4 DATA/ADDR (6) HCS2 _ R/W E LSTRB DEMUX ADDR(6) CE _ WE CS _ UB _ LB DATA ADDR CE - Output Enable (Read) _ WE Write Enable CS Chip

More information

Lecture 10 I/O and Interrupts

Lecture 10 I/O and Interrupts CPE 390: Microprocessor Systems Spring 2018 Lecture 10 I/O and Interrupts Bryan Ackland Department of Electrical and Computer Engineering Stevens Institute of Technology Hoboken, NJ 07030 Adapted from

More information

MAC7100EVB Users Manual

MAC7100EVB Users Manual MAC00EVB Users Manual Revision. November 00 Note This users manual is for RE0F Rev O PCBs MAC00EVB Users Manual Rev. November 00 Revision History: Revision Date Author Comment 0. June 00 A. Robertson Initial

More information

EMB128. ere co., ltd.

EMB128. ere co., ltd. ATMEGA128 Embedded Board Main Features Atmega128 8-bit RISC CPU (AVR family) Serial EEPROM (I2C), 24LC256 Real Time Clock, DS1307 3V lithium battery keeping time and date 2 channels RS485 2 channels RS232

More information

M68HC11 E SERIES HCMOS MICROCONTROLLER UNIT

M68HC11 E SERIES HCMOS MICROCONTROLLER UNIT M68HC11 E SERIES HCMOS MICROCONTROLLER UNIT Motorola reserves the right to make changes without further notice to any products herein. Motorola makes no warranty, representation or guarantee regarding

More information

High Performance M68HC11 System Design Using The WSI PSD4XX and PSD5XX Families

High Performance M68HC11 System Design Using The WSI PSD4XX and PSD5XX Families APPLICATION NOTE Order this document by: AN1242/D High Performance M68HC11 System Design Using The WSI PSD4XX and PSD5XX Families by John Bodnar INTRODUCTION This application note covers conversion from

More information

AN-HK-33. In-Circuit Programming of FLASH Memory in the MC68HC908JL3. Roger Fan Applications Engineering Microcontroller Division Hong Kong

AN-HK-33. In-Circuit Programming of FLASH Memory in the MC68HC908JL3. Roger Fan Applications Engineering Microcontroller Division Hong Kong Order this document by AN-HK-33/H Rev. 1 AN-HK-33 In-Circuit Programming of FLASH Memory in the MC68HC908JL3 By Roger Fan Applications Engineering Microcontroller Division Hong Kong This application note

More information

Hardware Reference. DIL/NetPC DNP/2110 Board Revision 1.0

Hardware Reference. DIL/NetPC DNP/2110 Board Revision 1.0 DIL/NetPC DNP/2110 Board Revision 1.0 Hardware Reference SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone +49-(0)511-40000-0 Fax +49-(0)511-40000-40 E-mail: sales@ist1.de Manual Revision:

More information

User Manual. LPC-StickView V3.0. for LPC-Stick (LPC2468) LPC2478-Stick LPC3250-Stick. Contents

User Manual. LPC-StickView V3.0. for LPC-Stick (LPC2468) LPC2478-Stick LPC3250-Stick. Contents User Manual LPC-StickView V3.0 for LPC-Stick (LPC2468) LPC2478-Stick LPC3250-Stick Contents 1 What is the LPC-Stick? 2 2 System Components 2 3 Installation 3 4 Updates 3 5 Starting the LPC-Stick View Software

More information

EE4390 Microprocessors

EE4390 Microprocessors EE4390 Microprocessors Lessons 23, 24 - Exceptions - Resets and Interrupts Revised: Aug 1, 2003 1 - Exceptions - Resets and Interrupts Polling vs. Interrupts Exceptions: Resets and Interrupts 68HC12 Exceptions

More information

ASSIGNMENT 4: INTRODUCTION TO THE 68HC11. Out: Monday, Sep 29, 2003 Due Monday, Oct 6, 2003

ASSIGNMENT 4: INTRODUCTION TO THE 68HC11. Out: Monday, Sep 29, 2003 Due Monday, Oct 6, 2003 ASSIGNMENT 4: INTRODUCTION TO THE 68HC11 Out: Monday, Sep 29, 2003 Due Monday, Oct 6, 2003 Introduction In this assignment, you will (1) construct a minimal 68HC11 system on your breadboard, and (2) use

More information

Using Your Adapt9S12C Microcontroller Module

Using Your Adapt9S12C Microcontroller Module Using Your Adapt9S12C Microcontroller Module www.technologicalarts.com Revison 1 - September 2016 DISCLAIMER While we have made every effort to avoid errors in the preparation of this manual, we cannot

More information

S12VR Hardware Design. Guidelines. 1 Introduction. 2 Hardware Design. Guidelines. 2.1 Voltage regulator. Freescale Semiconductor

S12VR Hardware Design. Guidelines. 1 Introduction. 2 Hardware Design. Guidelines. 2.1 Voltage regulator. Freescale Semiconductor Freescale Semiconductor Document Number: AN4643 Application Note Rev 1, 10/2013 S12VR Hardware Design Guidelines by: Carlos Aceff 1 Introduction This document lists the required external components and

More information

1 Introduction. Freescale Semiconductor, I. Product Brief. MPC555PB/D Rev. 3, 2/2003. MPC555 Product Brief

1 Introduction. Freescale Semiconductor, I. Product Brief. MPC555PB/D Rev. 3, 2/2003. MPC555 Product Brief nc. Product Brief MPC555PB/D Rev. 3, 2/2003 MPC555 Product Brief This document provides an overview of the MPC555 microcontroller, including a block diagram showing the major modular components and sections

More information

HI-WAVE. Serial Debug Interface SDI target. Copyright 1997 HIWARE HI-WAVE

HI-WAVE. Serial Debug Interface SDI target. Copyright 1997 HIWARE HI-WAVE HI-WAVE Serial Debug Interface SDI target Product Manual Manual Date HI-WAVE - SDI 10/97 v2.2 3 Contents SDI Target Component..........................5 Introduction...........................................

More information

SK-S12XDP512-A. (Freescale Code EVB9S12XDP512) Starter Kit for Freescale MC9S12XDP512. User s Manual. Revision 1.0

SK-S12XDP512-A. (Freescale Code EVB9S12XDP512) Starter Kit for Freescale MC9S12XDP512. User s Manual. Revision 1.0 SK-S12XDP512-A (Freescale Code EVB9S12XDP512) Starter Kit for Freescale MC9S12XDP512 User s Manual Revision 1.0 Copyright 2005 SofTec Microsystems DC00854 We want your feedback! SofTec Microsystems is

More information