EEM478-WEEK7 PART B Bootloader

Size: px
Start display at page:

Download "EEM478-WEEK7 PART B Bootloader"

Transcription

1 EEM478-WEEK7 PART B Bootloader

2 Learning Objectives Need for a bootloader. What happens during a reset. Boot modes and processes. Memory map. Chapter 9, Slide 2

3 VCC EPROM What is the bootloader? VCC Boot Config EMIF DMA L2 Cache L1P Cache CPU Addr C6211/C6711 L1D Cache When the DSP is NOT powered or under reset the internal program memory is in a random state. Chapter 9, Slide 3

4 VCC EPROM What is the bootloader? VCC Boot Config L1P Cache EMIF DMA L2 Cache CPU PC=0000 PC=0001 PC=0002 PC=0003 Addr Chapter 9, Slide 4 C6211/C6711 L1D Cache When the DSP is powered and the CPU is taken out of reset the internal memory is still in a random state and the program will start running for address zero.

5 VCC What is the bootloader? VCC Boot Config L1P Cache EPROM EMIF DMA L2 Cache CPU C6211/C6711 L1D Cache With the boot, a portion of code can be automatically copied from external to internal memory. Chapter 9, Slide 5

6 What happens at reset: System timeline /RS pin CPU Reset Device Reset When the device is held in reset: The device is initialised to the default state. Most 3-state outputs are in the high impedance state. Chapter 9, Slide 6

7 What happens at reset: System timeline /RS pin CPU Reset Chapter 9, Slide 7 Device Reset CPU Reset Boot load in operation On the rising edge of the /RS pin: The processor checks the boot mode configuration (HD[4:3]) and starts the boot loader. The EDMA automatically copies 1K bytes from the beginning of CE1 location to the internal program memory starting at address zero.

8 What happens at reset: System timeline /RS pin CPU Reset Device Reset CPU Reset Boot load in operation Once the boot loader has finished initialising the internal memory the CPU is taken out of reset. The CPU starts running from address zero. Chapter 9, Slide 8

9 C6211 and C6711 Memory map The C6211 and C6711 has only one memory map, MAP0. Internal memory is always located at address zero. Internal memory can be used as either program or data. Chapter 9, Slide 9

10 C6211 and C6711 Memory map Chapter 9, Slide 10

11 Boot modes and processes Two questions need to be answered about the bootloader, these are: What methods of boot are available and how are they selected? How does the DSP know what type of memory it is going to boot from? Chapter 9, Slide 11

12 Bootloader operational modes The TMS320C6211 and C6711 support the following boot configurations: (1) Host Port Interface (HPI) boot. (2) 8-bit ROM boot. (3) 16-bit ROM boot. (4) 32-bit ROM boot. Note: with the C6211 and C6711 there is no no-boot mode as for the other C6000 processors. Chapter 9, Slide 12

13 Bootloader configuration The boot mode is selected by pulling the HD[4:3] pins (HPI data bus pins) high or low at reset. Depending on the voltages on this pins one of the four modes is selected. HD[4:3] Boot mode HPI boot 8-bit ROM boot with different mapping 16-bit ROM boot with different mapping 32-bit ROM boot with different mapping Chapter 9, Slide 13

14 Endianess configuration The endian mode is determined at the same time as boot mode. Pulling pin HD[8] high or low selects the following endian modes. HD[8] 0 1 Device operation Big endian Little endian Note: ensure that the software development tools are also configured with the same endian type as the hardware. Chapter 9, Slide 14

15 Clock mode configuration The input clock mode is also determined at the same time as boot mode. Pulling CLKMODE0 pin high or low selects the following modes. CLKMODE0 0 1 PLL frequency multiplier No multiplication Input frequency is multiplied by 4 Chapter 9, Slide 15

16 Boot process: HPI boot mode In this mode the following sequence is used: The CPU is held in reset while the remaining of the device is released. The host processor initialises the CPU s memory space through the HPI. When all the necessary memory is initialised the host processor takes the CPU out of reset by writing a 1 to the DSPINT bit filed of the Host Port Interface Control (HPIC) register. 17 DSPINT HPIC Chapter 9, Slide 16

17 Boot process: HPI boot mode /RS Boot Config L1P Cache HOST DRAM EMIF HPI DMA C6211/C6711 L2 Cache CPU L1D Cache Chapter 9, Slide 17

18 Boot process: HPI boot mode Question: How does the host processor check that the memory has been initialised correctly? Answer: The host can read and write to any address so it can check by reading the initialised memory. Chapter 9, Slide 18

19 Boot process: HPI boot mode Question: If an external memory needs to be initialised via the HPI how do you ensure that the EMIF is set correctly? Answer: The first thing the Host should do is to write the EMIF register then write to the external memory locations. Chapter 9, Slide 19

20 Boot process: ROM boot mode In this mode the following sequence is used: The CPU is held in reset while the bootloader operates. The bootloader copies 1Kbytes from CE1 with the default settings to internal memory at address zero. CPU is taken out of reset. CPU starts running code from address zero. Chapter 9, Slide 20

21 VCC Boot process: ROM boot mode /RS Boot Config L1P Cache ROM DRAM EMIF DMA C6211/C6711 L2 Cache CPU L1D Cache Chapter 9, Slide 21

22 WEEK7-PART B Bootloader - End -

TMS320C620x/C670x DSP Boot Modes and Configuration Reference Guide

TMS320C620x/C670x DSP Boot Modes and Configuration Reference Guide TMS320C620x/C670x DSP Reference Guide Literature Number: July 2003 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements,

More information

Keystone ROM Boot Loader (RBL)

Keystone ROM Boot Loader (RBL) Keystone Bootloader Keystone ROM Boot Loader (RBL) RBL is a code used for the device startup. RBL also transfers application code from memory or host to high speed internal memory or DDR3 RBL code is burned

More information

Using the CodeTEST Probe with Freescale TM MGT5100 Processors

Using the CodeTEST Probe with Freescale TM MGT5100 Processors CodeTEST Tools Application te Using the CodeTEST Probe with Freescale TM MGT5100 Processors This document describes the requirements for connecting the CodeTEST Probe to the external bus of the MGT5100

More information

TMS320VC5510 DSP Host Port Interface (HPI) Reference Guide

TMS320VC5510 DSP Host Port Interface (HPI) Reference Guide TMS320VC5510 DSP Host Port Interface (HPI) Reference Guide Literature Number: August 2004 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections,

More information

Chapter 7. Hardware Implementation Tools

Chapter 7. Hardware Implementation Tools Hardware Implementation Tools 137 The testing and embedding speech processing algorithm on general purpose PC and dedicated DSP platform require specific hardware implementation tools. Real time digital

More information

EEM478-DSPHW WEEK6 Interrupts

EEM478-DSPHW WEEK6 Interrupts EEM478-DSPHW WEEK6 Interrupts Learning Objectives Introduction to interrupts. Types of interrupts and sources. Interrupt timeline. Handling and processing interrupts using C and assembly code. Chapter

More information

KeyStone Training. Bootloader

KeyStone Training. Bootloader KeyStone Training Bootloader Overview Configuration Device Startup Summary Agenda Overview Configuration Device Startup Summary Boot Overview Boot Mode Details Boot is driven on a device reset. Initial

More information

Memory & Simple I/O Interfacing

Memory & Simple I/O Interfacing Chapter 10 Memory & Simple I/O Interfacing Expected Outcomes Explain the importance of tri-state devices in microprocessor system Distinguish basic type of semiconductor memory and their applications Relate

More information

DaVinci. DaVinci Processor CPU MHz

DaVinci. DaVinci Processor CPU MHz DaVinci DaVinci Processor CPU MHz Capture/ Display DM355** ARM926 216, 270 Capture/Display DM6467 + C64x+ TM /ARM926 600/300 Capture/Display DM648* C64x+ 720, 900 Capture/Display DM647* C64x+ 720, 900

More information

TMS320VC5501/5502 DSP External Memory Interface (EMIF) Reference Guide

TMS320VC5501/5502 DSP External Memory Interface (EMIF) Reference Guide TMS320VC5501/5502 DSP External Memory Interface (EMIF) Reference Guide Literature Number: August 2005 Preface Read This First About This Manual Notational Conventions This manual explains the common operation

More information

Application Note for EVP

Application Note for EVP Sundance Multiprocessor Technology Limited Application Note Form : QCF32 Date : 11 Februay 2009 Unit / Module Description: SMT111-SMT372T-SMT946 Unit / Module Number: Document Issue Number: 1.0 Issue Date:

More information

University of Western Ontario, Computer Science Department CS3350B, Computer Architecture Quiz 1 (30 minutes) January 21, 2015

University of Western Ontario, Computer Science Department CS3350B, Computer Architecture Quiz 1 (30 minutes) January 21, 2015 University of Western Ontario, Computer Science Department CS3350B, Computer Architecture Quiz (30 minutes) January 2, 205 Student ID number: Student Last Name: Exercise. In the following list of performance

More information

TMS320C672x DSP Universal Host Port Interface (UHPI) Reference Guide

TMS320C672x DSP Universal Host Port Interface (UHPI) Reference Guide TMS320C672x DSP Universal Host Port Interface (UHPI) Reference Guide Literature Number: SPRU719 December 2005 2 SPRU719 December 2005 Contents Preface... 6 1 C672x UHPI Overview... 7 1.1 Introduction...

More information

TMS320C3X Floating Point DSP

TMS320C3X Floating Point DSP TMS320C3X Floating Point DSP Microcontrollers & Microprocessors Undergraduate Course Isfahan University of Technology Oct 2010 By : Mohammad 1 DSP DSP : Digital Signal Processor Why A DSP? Example Voice

More information

U C H L T. DSP-Board C32F. Features for DSP Board C32F

U C H L T. DSP-Board C32F. Features for DSP Board C32F HOLE35 RS232 9600 BOD RS232 DSUB9M CONNECTOR 2X32 TI DSP LINK 10 MBOD HOLE35 R U C H DSP-Board C32F L T D (C) RUCH SYSTEM LTD., 1998. DSP SERVOCONTROLLER BOARD FOR EUROBUS. RS422R PAL EPROM 64K8-12V +12V

More information

Samsung S3C4510B. Hsung-Pin Chang Department of Computer Science National Chung Hsing University

Samsung S3C4510B. Hsung-Pin Chang Department of Computer Science National Chung Hsing University Samsung S3C4510B Hsung-Pin Chang Department of Computer Science National Chung Hsing University S3C4510B A 16/32-bit RISC microcontroller is a cost-effective, highperformance microcontroller 16/32-bit

More information

TMS320C6711, TMS320C6711B, TMS320C6711C, TMS320C6711D Digital Signal Processors Silicon Errata

TMS320C6711, TMS320C6711B, TMS320C6711C, TMS320C6711D Digital Signal Processors Silicon Errata TMS320C6711, TMS320C6711B, TMS320C6711C, TMS320C6711D Digital Signal Processors Silicon Errata C6711 Silicon Revisions 1.0, 1.2, and 1.3 C6711B Silicon Revisions 2.0 and 2.1 C6711C Silicon Revision 1.1

More information

TMS320C6713, TMS320C6713B Digital Signal Processors Silicon Errata

TMS320C6713, TMS320C6713B Digital Signal Processors Silicon Errata TMS320C6713, TMS320C6713B Digital Signal Processors Silicon Errata C6713 Silicon Revision 1.1 C6713B Silicon Revision 2.0 December 2002 Revised August 2005 Copyright 2005, Texas Instruments Incorporated

More information

TMS320C6000 EMIF to External Flash Memory

TMS320C6000 EMIF to External Flash Memory TMS320C6000 EMIF to External Flash Memory Kyle Castille Digital Signal Processing Solutions Abstract Interfacing external flash memory to the Texas Instruments (TI ) TMS320C6000 digital signal processor

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

TMS320VC5501/5502 DSP Host Port Interface (HPI) Reference Guide

TMS320VC5501/5502 DSP Host Port Interface (HPI) Reference Guide TMS320VC5501/5502 DSP Reference Guide Literature Number: November 2004 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements,

More information

Contents. Main Memory Memory access time Memory cycle time. Types of Memory Unit RAM ROM

Contents. Main Memory Memory access time Memory cycle time. Types of Memory Unit RAM ROM Memory Organization Contents Main Memory Memory access time Memory cycle time Types of Memory Unit RAM ROM Memory System Virtual Memory Cache Memory - Associative mapping Direct mapping Set-associative

More information

Choosing the Appropriate Simulator Configuration in Code Composer Studio IDE

Choosing the Appropriate Simulator Configuration in Code Composer Studio IDE Application Report SPRA864 November 2002 Choosing the Appropriate Simulator Configuration in Code Composer Studio IDE Pankaj Ratan Lal, Ambar Gadkari Software Development Systems ABSTRACT Software development

More information

Using the TMS320VC5509/5510 Enhanced HPI

Using the TMS320VC5509/5510 Enhanced HPI Application Report SPRA741A - May 2006 Using the TMS320VC5509/5510 Enhanced HPI Greg Shurtz C5000 Hardware Applications Team ABSTRACT The enhanced host port interface (EHPI) on the TMS320VC5509 and TMS320VC5510

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

1997 Digital Signal Processing Solutions

1997 Digital Signal Processing Solutions Application Report 1997 Digital Signal Processing Solutions Printed in U.S.A., March 1997 SPRA151 The TMS320C54x DSP HPI and PC Parallel Port Interface Oh Hong Lye Customer Applications Center TI Singapore

More information

Program. Inst 1 Inst 2 : : Inst n. This contains the Interrupt Service Routine (ISR) Inst n+1 Inst n+2 : :

Program. Inst 1 Inst 2 : : Inst n. This contains the Interrupt Service Routine (ISR) Inst n+1 Inst n+2 : : Chapter 10 Interrupts Learning Objectives Introduction to interrupts. Types of interrupts and sources. Interrupt timeline. Handling and processing interrupts using C and assembly code. Chapter 10, Slide

More information

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

TMS320C6412 Fixed-Point Digital Signal Processor. Data Manual

TMS320C6412 Fixed-Point Digital Signal Processor. Data Manual TMS320C6412 Fixed-Point Digital Signal Processor Data Manual Literature Number: SPRS219G PRODUCTION DATA information is current as of publication date. Products conform to specifications per the terms

More information

TMS320C55x DSP Functional Overview

TMS320C55x DSP Functional Overview TMS320C55x DSP Functional Overview Literature Number: SPRU312 June 2000 Printed on Recycled Paper IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their

More information

ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Circle the memory type based on electrically re-chargeable elements

ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Circle the memory type based on electrically re-chargeable elements ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Student name: Date: Example 1 Section: Memory hierarchy (SRAM, DRAM) Question # 1.1 Circle the memory type based on electrically re-chargeable elements

More information

TMS320C6414, TMS320C6415, and TMS320C6416 Digital Signal Processors Silicon Errata

TMS320C6414, TMS320C6415, and TMS320C6416 Digital Signal Processors Silicon Errata TMS320C6414, TMS320C6415, and TMS320C6416 Digital Signal Processors Silicon Errata Silicon Revisions 1.0, 1.01, 1.02, 1.03, 1.1, 2.0 October 2001 Revised August 2007 Copyright 2007, Texas Instruments Incorporated

More information

Computer Memory Basic Concepts. Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University

Computer Memory Basic Concepts. Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University Computer Memory Basic Concepts Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University The Memory Component The memory stores the instructions and data for an

More information

Classification of Semiconductor LSI

Classification of Semiconductor LSI Classification of Semiconductor LSI 1. Logic LSI: ASIC: Application Specific LSI (you have to develop. HIGH COST!) For only mass production. ASSP: Application Specific Standard Product (you can buy. Low

More information

Product Technical Brief S3C2416 May 2008

Product Technical Brief S3C2416 May 2008 Product Technical Brief S3C2416 May 2008 Overview SAMSUNG's S3C2416 is a 32/16-bit RISC cost-effective, low power, high performance micro-processor solution for general applications including the GPS Navigation

More information

EEM478-DSPHW-WEEK7 PART A External Memory Interface (EMIF)

EEM478-DSPHW-WEEK7 PART A External Memory Interface (EMIF) EEM478-DSPHW-WEEK7 PART A External Memory Interface (EMIF) Learning Objectives The need for an External Memory Interface (EMIF). Memory types. C6211/C6711 memory map. C6211/C6711 EMIF features and signals.

More information

Chapter 08: The Memory System. Lesson 01: Basic Concepts

Chapter 08: The Memory System. Lesson 01: Basic Concepts Chapter 08: The Memory System Lesson 01: Basic Concepts Objective Understand the concepts of interconnecting processor to memory devices Understand the speed of access of memorydevices, latency and bandwidth

More information

EE 457 Unit 7b. Main Memory Organization

EE 457 Unit 7b. Main Memory Organization 1 EE 457 Unit 7b Main Memory Organization 2 Motivation Organize main memory to Facilitate byte-addressability while maintaining Efficient fetching of the words in a cache block Low order interleaving (L.O.I)

More information

Address connections Data connections Selection connections

Address connections Data connections Selection connections Interface (cont..) We have four common types of memory: Read only memory ( ROM ) Flash memory ( EEPROM ) Static Random access memory ( SARAM ) Dynamic Random access memory ( DRAM ). Pin connections common

More information

BV4218. I2C-LCD & Keypad. Product specification. December 2008 V0.a. ByVac 2006 ByVac Page 1 of 9

BV4218. I2C-LCD & Keypad. Product specification. December 2008 V0.a. ByVac 2006 ByVac Page 1 of 9 Product specification December 2008 V0.a ByVac 2006 ByVac Page 1 of 9 Contents 1. Introduction...3 2. Features...3 3. Electrical Specification...3 4. I2C set...4 5. The LCD Set...5 5.1. 1...5 5.2. 2...5

More information

ECSE-2610 Computer Components & Operations (COCO)

ECSE-2610 Computer Components & Operations (COCO) ECSE-2610 Computer Components & Operations (COCO) Part 18: Random Access Memory 1 Read-Only Memories 2 Why ROM? Program storage Boot ROM for personal computers Complete application storage for embedded

More information

TMS320C674x/OMAP-L1x Processor General-Purpose Input/Output (GPIO) User's Guide

TMS320C674x/OMAP-L1x Processor General-Purpose Input/Output (GPIO) User's Guide TMS320C674x/OMAP-L1x Processor General-Purpose Input/Output (GPIO) User's Guide Literature Number: SPRUFL8B June 2010 2 Preface... 7 1 Introduction... 9 1.1 Purpose of the Peripheral... 9 1.2 Features...

More information

Hello, and welcome to this presentation of the STM32 Flash memory interface. It covers all the new features of the STM32F7 Flash memory.

Hello, and welcome to this presentation of the STM32 Flash memory interface. It covers all the new features of the STM32F7 Flash memory. Hello, and welcome to this presentation of the STM32 Flash memory interface. It covers all the new features of the STM32F7 Flash memory. 1 STM32F7 microcontrollers embed up to 2 Mbytes of Flash memory.

More information

Computer Organization. 8th Edition. Chapter 5 Internal Memory

Computer Organization. 8th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 8th Edition Chapter 5 Internal Memory Semiconductor Memory Types Memory Type Category Erasure Write Mechanism Volatility Random-access memory (RAM)

More information

TMS320C55x DSP Peripherals Overview Reference Guide. Preliminary Draft

TMS320C55x DSP Peripherals Overview Reference Guide. Preliminary Draft TMS320C55x DSP Peripherals Overview Reference Guide Preliminary Draft Literature Number: SPRU317G February 2004 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right

More information

TMS320C642x DSP Peripheral Component Interconnect (PCI) User's Guide

TMS320C642x DSP Peripheral Component Interconnect (PCI) User's Guide TMS320C642x DSP Peripheral Component Interconnect (PCI) User's Guide Literature Number: SPRUEN3C May 2010 2 Preface... 8 1 Introduction... 9 1.1 Purpose of the Peripheral... 9 1.2 Features... 9 1.3 Features

More information

TMS320C6414, TMS320C6415, and TMS320C6416 Digital Signal Processors Silicon Errata

TMS320C6414, TMS320C6415, and TMS320C6416 Digital Signal Processors Silicon Errata TMS320C6414, TMS320C6415, and TMS320C6416 Digital Signal Processors Silicon Errata Silicon Revisions 1.0, 1.01, 1.02, 1.03, 1.1, 2.0 October 2001 Revised March 2004 Copyright 2004, Texas Instruments Incorporated

More information

CPU Clock Ratio, CPU Frequency The settings above are synchronous to those under the same items on the Advanced Frequency Settings menu.

CPU Clock Ratio, CPU Frequency The settings above are synchronous to those under the same items on the Advanced Frequency Settings menu. Advanced CPU Core Features CPU Clock Ratio, CPU Frequency The settings above are synchronous to those under the same items on the Advanced Frequency Settings menu. CPU PLL Selection Allows you to set the

More information

TMS320C6000 EMIF to TMS320C6000 Host Port Interface

TMS320C6000 EMIF to TMS320C6000 Host Port Interface Application Report SPRA536B - September 2003 TMS320C6000 EMIF to TMS320C6000 Host Port Interface Zoran Nikolic DSP Applications ABSTRACT This application report describes the interface between the host

More information

University of Western Ontario, Computer Science Department CS3350B, Computer Architecture Quiz 1 (30 minutes) January 21, 2015

University of Western Ontario, Computer Science Department CS3350B, Computer Architecture Quiz 1 (30 minutes) January 21, 2015 University of Western Ontario, Computer Science Department CS3350B, Computer Architecture Quiz (30 minutes) January 2, 205 Student ID number: Student Last Name: Exercise. [ 20 marks] To capture the fact

More information

TMS320C645x DSP Peripheral Component Interconnect (PCI) User's Guide

TMS320C645x DSP Peripheral Component Interconnect (PCI) User's Guide TMS320C645x DSP Peripheral Component Interconnect (PCI) User's Guide Literature Number: SPRUE60B March 2006 Revised July 2010 2 Preface... 9 1 Overview... 10 2 PCI Architecture... 12 2.1 Address Decoder...

More information

TMS320C6000 DSP General-Purpose Input/Output (GPIO) Reference Guide

TMS320C6000 DSP General-Purpose Input/Output (GPIO) Reference Guide TMS320C6000 DSP General-Purpose Input/Output (GPIO) Reference Guide Literature Number: March 2004 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections,

More information

TMS320C6416 Hardware Designer s Resource Guide

TMS320C6416 Hardware Designer s Resource Guide Application Report SPRA943B2 May 2006 TMS320C6416 Hardware Designer s Resource Guide Kevin Jones DSP Hardware Application Team ABSTRACT The TMS320C6416 DSP Hardware Designer s Resource Guide is organized

More information

A+3 A+2 A+1 A. The data bus 16-bit mode is shown in the figure below: msb. Figure bit wide data on 16-bit mode data bus

A+3 A+2 A+1 A. The data bus 16-bit mode is shown in the figure below: msb. Figure bit wide data on 16-bit mode data bus 3 BUS INTERFACE The ETRAX 100 bus interface has a 32/16-bit data bus, a 25-bit address bus, and six internally decoded chip select outputs. Six additional chip select outputs are multiplexed with other

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. 16,384-BIT EPROM WITH I/O! 2048 Words x 8 Bits! Single + 5V Power Supply

More information

Design of Secondary Bootloader for Embedded System based on DSP

Design of Secondary Bootloader for Embedded System based on DSP www.ijcsi.org 544 Design of Secondary Bootloader for Embedded System based on DSP Jie Yan 1,2, Xiaosu Xu 1,2, Lihui Wang 1,2, Yiting Liu 1,2 1 School of Instrument Science and Engineering, Southeast University

More information

TMS320C kbytes SBSRAM DSPCLK. CLKIN I²C ADDR McBSP0 CTRL. 2 MBytes Flash Memory McBSP1 DATA. TIMER1 16 MBytes SDRAM. HPI DATA Bus-Switch/

TMS320C kbytes SBSRAM DSPCLK. CLKIN I²C ADDR McBSP0 CTRL. 2 MBytes Flash Memory McBSP1 DATA. TIMER1 16 MBytes SDRAM. HPI DATA Bus-Switch/ SUMMARY Highest Performance Floating Point DSP Computer Module, based on TMS320C6713B Peak Performance 2400 MIPS, 1800 MFLOPS Stand-alone Operation Watchdog and Power Supply Supervisor Two Level Cache

More information

Design with Microprocessors

Design with Microprocessors Design with Microprocessors Year III Computer Sci. English 1-st Semester Lecture 12: Memory interfacing Typical Memory Hierarchy [1] On-Chip Components Control edram Datapath RegFile ITLB DTLB Instr Data

More information

AN5123 Application note

AN5123 Application note Application note STSPIN32F0A - bootloader and USART protocol Introduction Cristiana Scaramel The STSPIN32F0A is a system-in-package providing an integrated solution suitable for driving three-phase BLDC

More information

Product Technical Brief S3C2412 Rev 2.2, Apr. 2006

Product Technical Brief S3C2412 Rev 2.2, Apr. 2006 Product Technical Brief S3C2412 Rev 2.2, Apr. 2006 Overview SAMSUNG's S3C2412 is a Derivative product of S3C2410A. S3C2412 is designed to provide hand-held devices and general applications with cost-effective,

More information

TMS320C6000 EMIF: Overview of Support of High Performance Memory Technology

TMS320C6000 EMIF: Overview of Support of High Performance Memory Technology Application Report SPRA631 - April 2000 TMS320C6000 EMIF: Overview of Support of High Performance Memory Technology Kyle Castille TMS320C6000 DSP Applications ABSTRACT This document gives an overview of

More information

Memory Expansion. Lecture Embedded Systems

Memory Expansion. Lecture Embedded Systems Memory Expansion Lecture 22 22-1 In These Notes... Memory Types Memory Expansion Interfacing Parallel Serial Direct Memory Access controllers 22-2 Memory Characteristics and Issues Volatility - Does it

More information

Architecture of Computers and Parallel Systems Part 2: Communication with Devices

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

More information

TMS320C6201/6701 Evaluation Module User s Guide

TMS320C6201/6701 Evaluation Module User s Guide TMS320C6201/6701 Evaluation Module User s Guide Literature Number: SPRU269F August 2002 Printed on Recycled Paper IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right

More information

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual The USB-COMi-TB USB-to-Industrial Single RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple.

More information

ARM Cortex-A9 ARM v7-a. A programmer s perspective Part1

ARM Cortex-A9 ARM v7-a. A programmer s perspective Part1 ARM Cortex-A9 ARM v7-a A programmer s perspective Part1 ARM: Advanced RISC Machine First appeared in 1985 as Acorn RISC Machine from Acorn Computers in Manchester England Limited success outcompeted by

More information

Design with Microprocessors

Design with Microprocessors Design with Microprocessors Year III Computer Sci. English 1-st Semester Lecture 12: Memory interfacing Typical Memory Hierarchy [1] On-Chip Components Control edram Datapath RegFile ITLB DTLB Instr Data

More information

Introduction to ARM LPC2148 Microcontroller

Introduction to ARM LPC2148 Microcontroller Introduction to ARM LPC2148 Microcontroller Dr.R.Sundaramurthy Department of EIE Pondicherry Engineering College Features of LPC2148 in a Nut Shell CPU = ARM 7 Core Word Length = 32 Bit ROM = 512 KB RAM

More information

DSP Solutions For High Quality Video Systems. Todd Hiers Texas Instruments

DSP Solutions For High Quality Video Systems. Todd Hiers Texas Instruments DSP Solutions For High Quality Video Systems Todd Hiers Texas Instruments TI Video Expertise Enables Faster And Easier Product Innovation TI has a long history covering the video market from end to end

More information

Memory memories memory

Memory memories memory Memory Organization Memory Hierarchy Memory is used for storing programs and data that are required to perform a specific task. For CPU to operate at its maximum speed, it required an uninterrupted and

More information

RA8802/8820. Character/Graphic LCD Controller. Specification RA8802/8820. Version 1.1. April 26, 2004

RA8802/8820. Character/Graphic LCD Controller. Specification RA8802/8820. Version 1.1. April 26, 2004 RAi Character/Graphic LCD-Controller Specification Version 1.1 April 26, 2004 RAi Technology nc. Copyright RAi Technology nc. 2003 RAi TECHNLGY NC. 1/7 www.raio.com.tw 1. General Description The is a Character/Graphic

More information

TMS320C6000 DSP External Memory Interface (EMIF) Reference Guide

TMS320C6000 DSP External Memory Interface (EMIF) Reference Guide TMS320C6000 DSP External Memory Interface (EMIF) Reference Guide Literature Number: April 2004 IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections,

More information

The possibility of combining interface modules allows various bus and network systems to be integrated into the B&R SYSTEM 2005.

The possibility of combining interface modules allows various bus and network systems to be integrated into the B&R SYSTEM 2005. 5.2 CP260 5.2.1 General Information The CPU is inserted in the main rack directly next to the power supply module. It requires two slots. Only the status LEDs can be seen with the module door closed. The

More information

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

More information

Interfacing to the Motorola MCF5307 Microprocessor

Interfacing to the Motorola MCF5307 Microprocessor ENERGY SAVING Color Graphics LCD/CRT Controller Interfacing to the Motorola MCF5307 Microprocessor Document Number: X00A-G-002-03 Copyright 1998 Seiko Epson Corp. All rights reserved. The information in

More information

SMT363XC2. User Manual

SMT363XC2. User Manual SMT363XC2 User Manual User Manual (QCF42); Version 3.0, 8/11/00; Sundance Multiprocessor Technology Ltd. 1999 Version 2.2 Page 2 of 27 SMT363XC2 User Manual Revision History Date Comments Engineer Version

More information

QorIQ P4080 Processor Pre-Boot Loader Image Tool

QorIQ P4080 Processor Pre-Boot Loader Image Tool June 23, 2010 QorIQ P4080 Processor Pre-Boot Loader Image Tool FTF-NET-F0402 Kelley Oswalt Applications Engineer Objective Introduce the PBL Image Tool and describe it s features and use in assisting the

More information

MICROPROCESSOR SYSTEM FOR VISUAL BAKED PRODUCTS CONTROL

MICROPROCESSOR SYSTEM FOR VISUAL BAKED PRODUCTS CONTROL MICROPROCESSOR SYSTEM FOR VISUAL BAKED PRODUCTS CONTROL Krassimir Kolev, PhD University of Food Technologies - Plovdiv, Bulgaria Abstract The paper reports an authentic solution of a microprocessor system

More information

KeyStone Training. Turbo Encoder Coprocessor (TCP3E)

KeyStone Training. Turbo Encoder Coprocessor (TCP3E) KeyStone Training Turbo Encoder Coprocessor (TCP3E) Agenda Overview TCP3E Overview TCP3E = Turbo CoProcessor 3 Encoder No previous versions, but came out at same time as third version of decoder co processor

More information

STM32 MICROCONTROLLER

STM32 MICROCONTROLLER STM32 MICROCONTROLLER Lecture 2 Prof. Yasser Mostafa Kadah Harvard and von Neumann Architectures Harvard Architecture a type of computer architecture where the instructions (program code) and data are

More information

Achieving Compatibility Between the Intel i960 and the RC32364 Embedded Microprocessor

Achieving Compatibility Between the Intel i960 and the RC32364 Embedded Microprocessor Integrated Device Technology, Inc. Achieving Compatibility Between the Intel i960 and the RC32364 Embedded Microprocessor Application Note Introduction The IDT79RC32364 is a new low-cost, lowpower member

More information

Product Technical Brief S3C2413 Rev 2.2, Apr. 2006

Product Technical Brief S3C2413 Rev 2.2, Apr. 2006 Product Technical Brief Rev 2.2, Apr. 2006 Overview SAMSUNG's is a Derivative product of S3C2410A. is designed to provide hand-held devices and general applications with cost-effective, low-power, and

More information

Clock Synchronous Control Module for Serial Flash Memory Access Firmware Integration Technology

Clock Synchronous Control Module for Serial Flash Memory Access Firmware Integration Technology APPLICATION NOTE RX Family R01AN2662EJ0234 Rev.2.34 Introduction This application note explains how to control and use serial flash memory with microcontrollers manufactured by Renesas Electronics. Refer

More information

BATSEL KEY3 KEY2 HOSCO GPIO0 DCDIS HOSCI KEY0 D4 KEY1 D3. Reset Default. 2 D7 BI / L Bit7 of ext. memory data bus

BATSEL KEY3 KEY2 HOSCO GPIO0 DCDIS HOSCI KEY0 D4 KEY1 D3. Reset Default. 2 D7 BI / L Bit7 of ext. memory data bus 3. Pin Description 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 NGND LXVCC KEY4 GPIO1 CE2# GPIO2 CE1# VDD KEY5 KEY6 LED0 LED1 LED2 NC NC VCC LXVDD BAT

More information

ADM-96S AND ADM-48D HIGH PERFORMANCE DATA ACQUISITION SYSTEMS

ADM-96S AND ADM-48D HIGH PERFORMANCE DATA ACQUISITION SYSTEMS ADM-96S AND ADM-48D HIGH PERFORMANCE DATA ACQUISITION SYSTEMS ADM-96S DATA ACQUISITION SYSTEM 500-1-0-4100 REV.A ADM-96S / 48D VME MODULE KEY FEATURES Up to 96 Single Ended Input (ADM-96S) Up to 48 Differential

More information

1996 Digital Signal Processing Solutions

1996 Digital Signal Processing Solutions Application Report 996 Digital Signal Processing Solutions Printed in U.S.A., June 996 SPR40A Application Report 995 Interfacing Memory to the TMS0C DSP Peter Galicki Digital Signal Processing Solutions

More information

AN2606 Application note

AN2606 Application note Application note STM32 microcontroller system memory boot mode Introduction The bootloader is stored in the internal boot ROM memory (system memory) of STM32 devices. It is programmed by ST during production.

More information

2-megabit Firmware Hub and Low-Pin Count Flash Memory AT49LH002. Features. Description. Pin Configurations

2-megabit Firmware Hub and Low-Pin Count Flash Memory AT49LH002. Features. Description. Pin Configurations Features Complies with Intel Low-Pin Count (LPC) Interface Specification Revision 1.1 Supports both Firmware Hub (FWH) and LPC Memory Read and Write Cycles Auto-detection of FWH and LPC Memory Cycles Can

More information

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved.

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved. Computer Architecture Prof. Dr. Nizamettin AYDIN naydin@yildiz.edu.tr nizamettinaydin@gmail.com Internal Memory http://www.yildiz.edu.tr/~naydin 1 2 Outline Semiconductor main memory Random Access Memory

More information

(Advanced) Computer Organization & Architechture. Prof. Dr. Hasan Hüseyin BALIK (5 th Week)

(Advanced) Computer Organization & Architechture. Prof. Dr. Hasan Hüseyin BALIK (5 th Week) + (Advanced) Computer Organization & Architechture Prof. Dr. Hasan Hüseyin BALIK (5 th Week) + Outline 2. The computer system 2.1 A Top-Level View of Computer Function and Interconnection 2.2 Cache Memory

More information

CS 261 Fall Mike Lam, Professor. Memory

CS 261 Fall Mike Lam, Professor. Memory CS 261 Fall 2016 Mike Lam, Professor Memory Topics Memory hierarchy overview Storage technologies SRAM DRAM PROM / flash Disk storage Tape and network storage I/O architecture Storage trends Latency comparisons

More information

AMULET2e PRELIMINARY. 32-bit Integrated Asynchronous Microprocessor. Features. Introduction

AMULET2e PRELIMINARY. 32-bit Integrated Asynchronous Microprocessor. Features. Introduction AMULET2e 32-bit Integrated Asynchronous Microprocessor Features Compatible with ARM instruction set On-chip 4Kbyte memory, configurable as cache or RAM Direct interface to static and dynamic memory devices.

More information

StrongARM** SA-110/21285 Evaluation Board

StrongARM** SA-110/21285 Evaluation Board StrongARM** SA-110/21285 Evaluation Board Brief Datasheet Product Features Intel offers a StrongARM** SA-110/21285 Evaluation Board (EBSA-285) that provides a flexible hardware environment to help manufacturers

More information

D.SignT Digital Signalprocessing Technology. D.Module.C31eco Revision 1.1. Technical Data Sheet. D.Module.C31eco eco

D.SignT Digital Signalprocessing Technology. D.Module.C31eco Revision 1.1. Technical Data Sheet. D.Module.C31eco eco Revision 1.1 Technical Data Sheet Document Revision 1.4 October 1998 SUMMARY High Performance Low Cost Floating Point DSP Computer Module 60 MHz 60 MFLOPS TMS320C31 DSP Stand-alone Operation Watchdog and

More information

TI TMS320C6000 DSP Online Seminar

TI TMS320C6000 DSP Online Seminar TI TMS320C6000 DSP Online Seminar Agenda Introduce to C6000 DSP Family C6000 CPU Architecture Peripheral Overview Development Tools express DSP Q & A Agenda Introduce to C6000 DSP Family C6000 CPU Architecture

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

Topic 3. ARM Cortex M3(i) Memory Management and Access. Department of Electronics Academic Year 14/15. (ver )

Topic 3. ARM Cortex M3(i) Memory Management and Access. Department of Electronics Academic Year 14/15. (ver ) Topic 3 ARM Cortex M3(i) Memory Management and Access Department of Electronics Academic Year 14/15 (ver 25-10-2014) Index 3.1. Memory maps 3.2. Memory expansion 3.3. Memory management & Data alignment

More information

EE251: Thursday November 30

EE251: Thursday November 30 EE251: Thursday November 30 Course Evaluation Forms-fill out Memory Subsystem continued Timing requirements Adding memory beyond 4 Gbyte Time Allowing: Begin Review for Final Exam Homework due next Tuesday,

More information

Digital Signal Processors: fundamentals & system design. Lecture 1. Maria Elena Angoletta CERN

Digital Signal Processors: fundamentals & system design. Lecture 1. Maria Elena Angoletta CERN Digital Signal Processors: fundamentals & system design Lecture 1 Maria Elena Angoletta CERN Topical CAS/Digital Signal Processing Sigtuna, June 1-9, 2007 Lectures plan Lecture 1 (now!) introduction, evolution,

More information

28x 29x 30x [ 24x] 3.20GHz ( 133x24) CPU Clock Ratio CPU Frequency. CPU Host Clock Control [ Enable] CPU Host Frequency ( MHz ) 133

28x 29x 30x [ 24x] 3.20GHz ( 133x24) CPU Clock Ratio CPU Frequency. CPU Host Clock Control [ Enable] CPU Host Frequency ( MHz ) 133 Intel Core i7 is a brand new architecture featuring the QPI bus which replaces the FSB bus. So, how does this affect overclocking? The Core i7 processor s frequency is Bclk * CPU multiplier. For ex. Intel

More information