Ultimate1MB expansion features

Size: px
Start display at page:

Download "Ultimate1MB expansion features"

Transcription

1 Ultimate1MB expansion features Ultimate1MB expansion was designed with few things in my mind: to be as much solderless as possible (only RW, PHI2, HALT and RESET lines need soldering) fully flashable SpartaDOS-X with up to 256kbytes for its purposes additional 64k space for GUI RTC module for SDX with battery backup and NVRAM fully flashable 4 OS ROM slots hardware WRITE PROTECT for whole Flash array configurable memory expansion with 4 modes of operation: disabled - no extra memory is visible to the system 320k RAMBO - 256k of extra memory is visible both to CPU and ANTIC chips 578k COMPY SHOP - 512k of extra memory is visible to CPU and ANTIC chip, bit 4 and 5 works in 130XE compatibility mode 1088k RAMBO - 1MB of extra memory is visible to CPU and ANTIC chips customizable BASIC and MISSLE COMMAND slots (also flashable) PBI frontend for non-pbi devices (namely SIDE cartridge) BIOS to enable jumperless operation and configuration for the board, plus some means of controlling external hardware (VBXE, SimpleStereo, or any other hardware that takes binary signals for configuration) 1 of 8

2 How it works? Since solderless approach was the main driving force behind this, some portions of PIA and GTIA chips had to be simulated within the CPLD chip. When PORTB write is detected, hardware checks if internal shadow of PBCTL (D303) allows writes, and if so, value from Data bus is written to PORTB shadow. In the parallel, last value of PORTB shadow registers is stored into internal MMU CONTROL register to preserve current status of system ROM, basic, self-test and Missle Command ROM chips mappings, thus allowing flowless access to whole extended memory array. Since there is internal SDX module care had to be taken for GTIA TRIG3 register. Normally RD5 line from cartridge port is connected both to MMU chip and GTIA TRIG3 lines and since the goal was to incorporate this extension without the need of cutting any traces on motherboard, this register had to be shadowed (OS checks for TRIG3 status on every NMI, if there is a change on state of this line, OS assumes that cartridge was put in/removed and to prevent failures goes into endless loop). With this shadow of TRIG3 register system can be fooled, and enabling or disabling "external" (to SDX module) cartridges can be done. Lastly, there is configuration register which is used for configuring the extension according to configuration data stored in NVRAM - user can choose which OS ROM should be booted on power-on, what memory size machine should have and if SDX and RTC modules should be enabled. Every time RESET button is pressed, Ultimate1MB BIOS kicks in, and checks if HELP key is pressed. If so, then interactive menu pops up, enabling user to change current configuration. Otherwise, checksum is calculated from the bytes read from NVRAM, if this matches checksum read from NVRAM, then configuration is assumed as valid one, and written into configuration registers. Then normal boot follows. 2 of 8

3 Registers description D301 D303 PORTBS (WO) Bits are mapped according to Atari mappings PBCTLS (WO) Bit 2 - if set to zero, PORTB writes are disabled, also at D380 UCTL register is enabled, also physical PIA chip won't be read or written to at D380 D380 UCTL (WO) Bits Memory expansion configuration mode 00 - Memory disabled k RAMBO k COMPY SHOP K RAMBO Bits System Select 00 - ROM Slot ROM Slot ROM Slot ROM Slot 4 Bit 4 - SDX disable, when set, SDX module is disabled Bit 5 reserved, should be written 0 Bit 6 IO RAM if set, 0xD000-0xD7FF becomes RAM Bit 7 CONFIG_L if set, futher writes to D380 are disabled, making configuration permanent until next RESET D381 UAUX (WO) Bit 0 state of pin M0 Bit 1 state of pin M1 Bit 2 state of pin S0 Bit 3 state of pin S1 Bits 4-5 VBXE decoder mode 00 - Decoder enabled, 0xD6xx as base address 01 Decoder enabled, 0xD7xx as base address 3 of 8

4 1x Decoder disabled, VBXE writes prohibited Bit 6 SoundBoard decoder (0xD2C0-0xD2FF) (0) disabled, (1) enabled Bit 7 Write protect if set, flash array is protected, and can't be written or erased D382 UPBI/UCAR (WO) Bits 0-1 Side PBI BUS ID 00 Bus ID 0 01 Bus ID 2 10 Bus ID 4 11 Bus ID 6 Bit 2 Side PBI Driver Enable (1) or Disable (0) Bit 3 Side button operation, if set (1), Side button operates as ATR cycle button, enabling multi-disk games to work without the need of getting into interactive menu for swapping the disks, else Side button works as normal Bits 4-5 Basic Slot select 00 Slot 0 01 Slot 1 10 Slot 2 11 Slot 3 Bits 6-7 Missle command Slot Select (XEGS mode only) 00 Slot 0 01 Slot Slot 2 11 Slot 3 4 of 8

5 SDX Registers D5E0 D5E1 D5E2 D5E2 Bits 5-0 BANKNO (WO) Bank number. Banks 0-53 are valid for SDX module. Bank 54 is BASIC ROM, bank 55 is MISSILE COMMAND or any other 8k game ROM image, banks are for OS ROM slots. Access to all banks is provided through this port for flashing purposes Bits 7-6 Reserved for future use, should be written 0 Bit 0 Bit 1 SDXCTL (WO) External Cartridge. When set (1), and bit 1 is set, external cartridge is OFF, SDX is OFF When reset (0), and bit 1 is set, external cartridge is ON, SDX is OFF SDX Disable. When reset (0), SDX is ON, external cartridge is always OFF When set (1), SDX is OFF, external cartridge is controlled via bit 1 Bits 6-2 Reserved for future use, should be written 0 Bit 7 Reserved for future use, should be written 1 Bit 0 Bit 1 Bit 2 Bits 7-3 Bit 0-2 Bit 3 Bit 7-4 RTCOUT (W) Chip Enable SPI Clock SPI MOSI (Master Out, Slave In) Reserved RTCIN (R) Reserved SPI MISO (Master In, Slave Out) Reserved 5 of 8

6 PBI frontend registers D1BF Bits 0-1 Bits 2-7 UPBIBANK (WO) Bank number, bank number gets reset to 00 when device is deactivated, or RESET was pressed Reserved When PBI frontend is activated (by OS writing appropriate value to 0xD1FF), 0xD500-0xD5BF, 0xD100-0xD1BE and 0xD600-0xD7FF becomes RAM of PBI device allowing it to use it as buffers and general data holders. Note should be made, that 0xD600-0xD7FF is also used as space for BIOS initialisation, and thus should be treated as VIOLATE are (gets wiped each time RESET is pressed). 6 of 8

7 Ultimate1MB FLASH Chip Memory Map 0x x03FFFF SDX 0x x04FFFF Reserved for GUI 0x x053FFF BIOS code space 0x x05FFFF PBI driver (each bank is padded to full 8k) 0x x067FFF BASIC slots 0x x06FFFF 8k GAME cartridge (Missle Command) 0x x073FFF 1st OS slot 0x x077FFF 2nd OS slot 0x x07BFFF 3rd OS slot 0x07C000-0x07FFFF 4th OS slot Ultimate1MB BIOS details When building an image for flashing whole flash array, it may be convinient to change default labels for things like OS slots or BASIC/GAME slots, to do so, one needs to know where they are located. Each entry is 32 bytes long, and consist of ANTIC internal character codes, here are their offsets in BIOS space area: 0x x0520A0 0x0520C0 0x0520E0 0x x x x x x0524A0 0x0524C0 0x0524E0 First OS slot Second OS slot Third OS slot Fourth OS slot First BASIC slot Second BASIC slot Third BASIC slot Fourth BASIC slot First GAME slot Second GAME slot Third GAME slot Fourth GAME slot 7 of 8

8 Another customizable lines are Stereo sound and Covox lines, their defined as follows: 0x Stereo sound Options 1-4 (each option is 32 bytes long ANTIC internal character string) 0x Covox Options 1-4 Since these options, change values of S0-S1 and M0-M1 pins, there is a table that is used for mapping these options to respective pins (see UAUX register description) 0x05078D 0x Stereo sound pin definitions (4 bytes, with bit mask defined at 0x0507A9) Covox pin definitions (4 bytes, with bit mask defined at 0x0507AA) Example: You want to have Expansion1 or and off from BIOS level, you need to define 4 (number of available options is always 4, if there is a less than that, you'll have to repeat them), so you'll need to modify BIOS ROM image like this: Starting at 0x052200: dta d'expansion1: Disabled ' dta d'expansion1: Enabled ' dta d'expansion1: Disabled ' dta d'expansion1: Enabled ' Also, you want it to be controlled through M1 pin, lets say that logic 1 corresponds to expansion turned off, and 0 for on: Starting at 0x05078D dta b(0x02,0x00,0x02,0x00) ; bit 1 of UAUX is M1 We also need to define MASK for these values, so only bits we're intend to change get changed: at 0x0507A9 dta b(0x02) 8 of 8

The 9S12 in Expanded Mode - Using MSI logic to build ports Huang Chapter 14

The 9S12 in Expanded Mode - Using MSI logic to build ports Huang Chapter 14 The 9S12 in Expanded Mode - Using MSI logic to build ports Huang Chapter 14 Using MSI Logic To Build An Output Port Many designs use standard MSI logic for microprocessor expansion This provides an inexpensive

More information

Dante Gonzales and Ian Doten

Dante Gonzales and Ian Doten Dante Gonzales and Ian Doten Overview History Game Boy and Game Boy Color Specs CPU architectures Intel 8080 Zilog Z80 Sharp LR35902 Sharp LR35902 in depth Changes from the Z80 to the LR35902 Memory Cartridge

More information

Using MSI Logic To Build An Output Port

Using MSI Logic To Build An Output Port Using MSI Logic To Build An Output Port Many designs use standard MSI logic for microprocessor expansion This provides an inexpensive way to expand microprocessors One MSI device often used in such expansions

More information

SIDE2 Atari 8bit CART

SIDE2 Atari 8bit CART SIDE2 Atari 8bit CART, www.lotharek.pl 2016 page 1 Chapter PAGE 1. Device specification 3 2. System requirements 4 3. Preparing CF card 4 4. Executable games loader mode 5 5. Sparta DOS Mode with hard

More information

ArduCAM-M-2MP Camera Shield

ArduCAM-M-2MP Camera Shield 33275-MP ArduCAM-M-2MP Camera Shield 2MP SPI Camera Hardware Application Note Rev 1.0, Mar 2015 33275-MP ArduCAM-M-2MP Hardware Application Note Table of Contents 1 Introduction... 2 2 Typical Wiring...

More information

Ultimate 1MB, Incognito and 1088XEL U1MB Firmware

Ultimate 1MB, Incognito and 1088XEL U1MB Firmware Ultimate 1MB, Incognito and 1088XEL U1MB Firmware for Atari 8-bit Computers User s Manual 11th Edition Revised to cover main BIOS v.2.0, PBI BIOS v.2.0, and XEX Loader v.2.0. 1 Contents Introduction...

More information

Lesson 5: Verifying RAMs with the Fluke 9010A Version 1.03

Lesson 5: Verifying RAMs with the Fluke 9010A Version 1.03 Lesson 5: Verifying RAMs with the Fluke 9010A Version 1.03 Random Access Memory: One of the most common failures that occur on arcade PCBS are failures in Random Access Memory (RAM). These failures will

More information

Phoenix Technologies, Ltd.

Phoenix Technologies, Ltd. Phoenix Technologies, Ltd. AwardBIOS Version 4.51PG Post Codes & Error Messages Table of Contents POST Codes - 2 Error Messages - 7 ----------------------------------------------- Proprietary Notice and

More information

A.N.A.L.O.G. #15, January 1984 TRANSPORTING ATARI COMPUTER PROGRAMS TO THE ATARI by Claus Buchholz 6502 CPU 16K RAM ANTIC

A.N.A.L.O.G. #15, January 1984 TRANSPORTING ATARI COMPUTER PROGRAMS TO THE ATARI by Claus Buchholz 6502 CPU 16K RAM ANTIC A.N.A.L.O.G. #15, January 1984 TRANSPORTING ATARI COMPUTER PROGRAMS TO THE ATARI 5200 by Claus Buchholz Annotations by Dan Boris 4/2002 When Atari designed the 5200 "Supersystem" as a successor to the

More information

The MC9S12 in Expanded Mode Using MSI logic to build ports Using MSI logic to build an output port Using MSI logic to build an input port

The MC9S12 in Expanded Mode Using MSI logic to build ports Using MSI logic to build an output port Using MSI logic to build an input port The MC9S12 in Expanded Mode Using MSI logic to build ports Using MSI logic to build an output port Using MSI logic to build an input port A Simple Parallel Output Port We want a port which will write 8

More information

PMC-DA Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL Version 1.0 June 2001

PMC-DA Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL Version 1.0 June 2001 PMC-DA816 8 Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL 796-10-000-4000 Version 1.0 June 2001 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ 85283 USA Tel: (480) 838-2428 Fax:

More information

IDE Plus 2.0. IDE Interface. User s manual

IDE Plus 2.0. IDE Interface. User s manual ATARI XL/XE IDE Plus 2.0 IDE Interface User s manual (preliminary) revised 29/10/2011 Copyright (c) 1995-2011 for the original design by Jacek Żuk Copyright (c) 1995-2011 for the software and the manual

More information

8-Bit Wonderland. Executing custom Code on the Nintendo Game Boy. Belial

8-Bit Wonderland. Executing custom Code on the Nintendo Game Boy. Belial 8-Bit Wonderland Executing custom Code on the Nintendo Game Boy Belial 29.05.2010 Table of contents 1 Fade In 2 Hardware 3 Software 4 Injection 5 Fade Out Belial 8-Bit Wonderland 2 / 36 Kickstart Belial

More information

Tech Note #51 Title: Setting BIOS settings in Orion Motion Controllers Date: April 24, 2003

Tech Note #51 Title: Setting BIOS settings in Orion Motion Controllers Date: April 24, 2003 19 Linden Park, Rochester, NY 14625 (585) 385-3520 Fax (585) 385-5999 Tech Note #51 Title: Setting BIOS settings in Orion Motion Controllers Date: April 24, 2003 Orion motion controllers use a PC motherboard

More information

Application Note: AN0106. On-Board SPI Programming with Dediprog tools: End User Version

Application Note: AN0106. On-Board SPI Programming with Dediprog tools: End User Version 4F., No.7, Ln. 143, Xinming Rd., Neihu Dist., Taipei City 114, Taiwan Application Note: AN0106 On-Board SPI Programming with Dediprog tools: End User Version (This document is provided to help users who

More information

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do?

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Basic steps for diagnosing computer problems: 1. Look and listen the computer will give you some hints about

More information

EM100Pro/ EM100Pro-G2 Software User Manual

EM100Pro/ EM100Pro-G2 Software User Manual DediProg User Manual 03/2019 EM100Pro/ EM100Pro-G2 Software User Manual Version 2.1 DediProg Technology Co., Ltd 2019 All Rights Reserved. Table of contents: I. Introduction... 2 1.1 SPI Flash Emulation...

More information

Microcontroller Systems. ELET 3232 Topic 11: General Memory Interfacing

Microcontroller Systems. ELET 3232 Topic 11: General Memory Interfacing Microcontroller Systems ELET 3232 Topic 11: General Memory Interfacing 1 Objectives To become familiar with the concepts of memory expansion and the data and address bus To design embedded systems circuits

More information

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

Welcome! Best regards, Jurgen

Welcome! Best regards, Jurgen Welcome! This document will show you my selfmade expansions and enhancements for the Atari 8-Bit computer family (and more...) All PCBs are unless otherwise noticed completely populated and ready-to-use.

More information

Matrix Trident installation tutorial (v1.1) SLIM XBOX360 TUTORIAL

Matrix Trident installation tutorial (v1.1) SLIM XBOX360 TUTORIAL Matrix Trident installation tutorial (v1.1) SLIM XBOX360 TUTORIAL This tutorial will guide you in the process of installing your Matrix Trident into a Slim or Fat Xbox360 with 16Mb NAND. Once correctly

More information

EE 308 Spring 2011 The MC9S12 in Expanded Mode How to get into expanded mode

EE 308 Spring 2011 The MC9S12 in Expanded Mode How to get into expanded mode The MC9S12 in Expanded Mode How to get into expanded mode Huang Chapter 14 Module Mapping Control (MMC) V4 Block User Guide Multiplexed External Bus Interface (MEBI) Module V3 Block User Guide The MC9S12

More information

VLSI AppNote: VSx053 Simple DSP Board

VLSI AppNote: VSx053 Simple DSP Board : VSx053 Simple DSP Board Description This document describes the VS1053 / VS8053 Simple DPS Board and the VSx053 Simple DSP Host Board. Schematics, layouts and pinouts of both cards are included. The

More information

Virtual Memory 1. Virtual Memory

Virtual Memory 1. Virtual Memory Virtual Memory 1 Virtual Memory key concepts virtual memory, physical memory, address translation, MMU, TLB, relocation, paging, segmentation, executable file, swapping, page fault, locality, page replacement

More information

Virtual Memory 1. Virtual Memory

Virtual Memory 1. Virtual Memory Virtual Memory 1 Virtual Memory key concepts virtual memory, physical memory, address translation, MMU, TLB, relocation, paging, segmentation, executable file, swapping, page fault, locality, page replacement

More information

CPU fan has a power connector which needs to be connected to CPU fan power socket on your motherboard as shown on the image above.

CPU fan has a power connector which needs to be connected to CPU fan power socket on your motherboard as shown on the image above. The first thing you should do is unpack your ATX case. Take off the cover of your case so that you can access the inside. Place the case on a desk so that you are looking down towards the open case. Your

More information

AT90SO36 Summary Datasheet

AT90SO36 Summary Datasheet AT90SO Summary Datasheet Features General High-performance, Low-power -/-bit Enhanced RISC Architecture Microcontroller - Powerful Instructions (Most Executed in a Single Clock Cycle) Low Power Idle and

More information

Chapter 3: Computer Assembly

Chapter 3: Computer Assembly Chapter 3: Computer Assembly IT Essentials v6.0 ITE v6.0 1 Chapter 3 - Sections & Objectives 3.1 Assemble the Computer Build a Computer. 3.2 Boot the Computer Explain how to verify BIOS and UEFI settings.

More information

Boot Loader. Bootloader

Boot Loader. Bootloader October 2013 Boot Loader A program that is executed upon initial power-up that typically involves a power-on self-test, locating and initializing peripheral devices, and then loading and starting an operating

More information

PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance.

PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance. PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance. S.No. Standard Hard Disks Operation Reason 1. CMOS SETUP Keep Type setting

More information

Troubleshooting & Repair

Troubleshooting & Repair Chapter Troubleshooting & Repair 6.1 Introduction This chapter provides the most common problem encountered with the M785 notebook computer and some troubleshooting means. Some of the common problems are:

More information

VDP plus User s manual. Ian Kim

VDP plus User s manual. Ian Kim VDP- 1000 plus User s manual Ian Kim Introduction VDP- 1000plus has a TMS9918(Video Disply Processor)for extra video output and SN76489(DCSG) for multi tone sound, now, we can use sprites and sound as

More information

EasyFlash Programmer s Guide. Thomas skoe Giesel May 22, Introduction Additional Reading... 2

EasyFlash Programmer s Guide. Thomas skoe Giesel May 22, Introduction Additional Reading... 2 EasyFlash Programmer s Guide Thomas skoe Giesel (skoe@directbox.com) May 22, 2012 Contents Contents 1 1 Introduction 2 1.1 Additional Reading......................... 2 2 Hardware Description 3 2.1 Flash

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

Dediprog SF Series Programmer User Guide V1.2

Dediprog SF Series Programmer User Guide V1.2 Dediprog SF Series Programmer User Guide V1.2 Email support@dediprog.com Dediprog Technology Co. Ltd www.dediprog.com last update:november 23, 2006 1 Introduction... 3 Dediprog Windows GUI Software User

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

5 MEMORY. Overview. Figure 5-0. Table 5-0. Listing 5-0.

5 MEMORY. Overview. Figure 5-0. Table 5-0. Listing 5-0. 5 MEMORY Figure 5-0. Table 5-0. Listing 5-0. Overview The ADSP-2191 contains a large internal memory and provides access to external memory through the DSP s external port. This chapter describes the internal

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

AT90SDC10X Summary Datasheet

AT90SDC10X Summary Datasheet AT90SDC10X Summary Datasheet Features General twincore Secure Dual Core Architecture - 135 Powerful s (Most Executed in a Single Clock Cycle) Total isolation between Master & Secure Cores Secure Inter-Core

More information

Embedded System Design

Embedded System Design Embedded System Design Lecture 5 Jaeyong Chung System-on-Chips (SoC) Laboratory Incheon National University What We Have Covered So Far Instruction Set Architecture How CPU interacts with I/O controllers

More information

C66x KeyStone Training HyperLink

C66x KeyStone Training HyperLink C66x KeyStone Training HyperLink 1. HyperLink Overview 2. Address Translation 3. Configuration 4. Example and Demo Agenda 1. HyperLink Overview 2. Address Translation 3. Configuration 4. Example and Demo

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

CPCI-IPC. Intelligent DSP Based Dual IndustryPack Carrier for CompactPCI systems REFERENCE MANUAL Version 2.

CPCI-IPC. Intelligent DSP Based Dual IndustryPack Carrier for CompactPCI systems REFERENCE MANUAL Version 2. CPCI-IPC Intelligent DSP Based Dual IndustryPack Carrier for CompactPCI systems REFERENCE MANUAL 724-20-000-4000 Version 2.0 May 1998 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ 85283

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

System Unit Components Chapter2

System Unit Components Chapter2 System Unit Components Chapter2 ITBIS105 IS-IT-UOB 2013 The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis

More information

Smart Port Card (SPC) William Eatherton Toshiya Aramaki Edward Spitznagel Guru Parulkar Applied Research Lab Washington University in St.

Smart Port Card (SPC) William Eatherton Toshiya Aramaki Edward Spitznagel Guru Parulkar Applied Research Lab Washington University in St. Smart Port Card (SPC) William Eatherton Toshiya Aramaki Edward Spitznagel Guru Parulkar Applied Research Lab William N. Eatherton 1 Design Goals For several Gigabit Switch related projects, a processing

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 Getting into expanded mode The HCS2 can operate in several modes: Normal Single-Chip Mode (the way we have been using the HCS2)

More information

VA108x0 SPI memory boot options application note

VA108x0 SPI memory boot options application note AN1205 VA108x0 SPI memory boot options application note Dec 21, 2016 Version 1.0 VA10800/VA10820 Abstract The VA108x0 family of MCUs boot from an external SPI memory then execute code from internal SRAM.

More information

Test ROM for Zaccaria 1B1165 CPU Board

Test ROM for Zaccaria 1B1165 CPU Board Introduction Test ROM for Zaccaria 1B1165 CPU Board Version 1.2 13 June 2008 David Gersic http://www.zaccaria pinball.com One of the challenges to working on an unknown CPU board is that Zaccaria's software

More information

Serial Boot Loader For CC2538 SoC

Serial Boot Loader For CC2538 SoC Serial Boot Loader For CC2538 SoC Document Number: SWRA431 Version 1.1 TABLE OF CONTENTS 1. PURPOSE... 3 2. FUNCTIONAL OVERVIEW... 3 3. ASSUMPTIONS... 3 4. DEFINITIONS, ABBREVIATIONS, ACRONYMS... 3 5.

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

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

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

The FAT File System. 1. FAT Overview. 2. Boot Sector, FAT, Root Directory, and Files The FAT F 䤀耄 le System

The FAT File System. 1. FAT Overview. 2. Boot Sector, FAT, Root Directory, and Files The FAT F 䤀耄 le System CIS 24 Home http://www.c jump.com/cis24/cis24syllabus.htm The FAT File System 1. FAT Overview 2. Boot Sector, FAT, Root Directory, and Files 3. FAT File System Layout 4. FAT Clusters and Sectors 5. FAT,

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

Wordmark Systems. MyDOS Technical User Guide. For Atari Home Computers. By Charles Marslett & Robert Puff

Wordmark Systems. MyDOS Technical User Guide. For Atari Home Computers. By Charles Marslett & Robert Puff Wordmark Systems MyDOS 4.50 Technical User Guide For Atari Home Computers By Charles Marslett & Robert Puff Wordmark Systems 1988 MYDOS Version 4 Technical User Guide Revision 4.50 for Atari Home Computers

More information

EMAX II MEMORY EXPANSION

EMAX II MEMORY EXPANSION EMAX II MEMORY EXPANSION Retrofit Instructions As shown in the charts, a standard Emax II, with initial RAM of 1MB, can be upgraded to a maximum of 7MB. An Emax II, with initial RAM of 2 or 4 MB, can be

More information

Xerox Versant 3100 Press Xerox FreeFlow Print Server. Statement of Volatility Version 1.0

Xerox Versant 3100 Press Xerox FreeFlow Print Server. Statement of Volatility Version 1.0 Xerox Versant 3100 Press Xerox FreeFlow Print Server Statement of Volatility Version 1.0 Xerox Versant 3100 Press FreeFlow Print Server Statement of Volatility 2017 Xerox Corporation. All rights reserved.

More information

RFID A1 Module User Manual V1.183

RFID A1 Module User Manual V1.183 RFID A1 Module User Manual V1.183 Table of Contents 1 Introduction... 4 1.1 Device Overview... 4 1.2 Pinout... 5 1.3 Application... 6 2 Electrical Characteristics... 7 2.1 Test Conditions... 7 2.2 Absolute

More information

SEGA SATURN TECHNICAL BULLETIN #46 (PRELIMINARY)

SEGA SATURN TECHNICAL BULLETIN #46 (PRELIMINARY) SEGA SATURN TECHNICAL BULLETIN #46 (PRELIMINARY) To: From: Sega and Third Party Developers Developer Technical Support Date: July 10, 1996 Re: Data Cartridge Manual Ver.1.00 1 Overview 1) Data cartridges

More information

SuperCard Pro Software Developer's Kit Manual v1.7 Release Date: December 23, 2013 Last Revision: December 7, 2015

SuperCard Pro Software Developer's Kit Manual v1.7 Release Date: December 23, 2013 Last Revision: December 7, 2015 www.cbmstuff.com SuperCard Pro Software Developer's Kit Manual v1.7 Release Date: December 23, 2013 Last Revision: December 7, 2015 All material including, but not limited to photographs, text, and concepts

More information

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers.

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers. I.T. CHAPTER 6 What is the difference between a docking station and a port replicator? A docking station has fewer ports. A docking station may have PCI slots for expansion cards and speakers. A docking

More information

Mother Board And Its Components By :- IMRAN QURESHI

Mother Board And Its Components By :- IMRAN QURESHI Mother Board And Its Components By :- IMRAN QURESHI ARYAN COLLEGE 1 Mother Board Conte nts:- Components of mother board. Central Processing Unit. Bios function Capacitors. External Device. Internal Device.

More information

Introduction read-only memory random access memory

Introduction read-only memory random access memory Memory Interface Introduction Simple or complex, every microprocessorbased system has a memory system. Almost all systems contain two main types of memory: read-only memory (ROM) and random access memory

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information

Technical Documentation

Technical Documentation SD-Card Adapter 2 Technical Documentation 1 Introduction SD-Card Reader The SD Memory Card provides application designers with a low cost mass storage device, implemented as a removable card, that supports

More information

Contents. Cortex M On-Chip Emulation. Technical Notes V

Contents. Cortex M On-Chip Emulation. Technical Notes V _ Technical Notes V9.12.225 Cortex M On-Chip Emulation Contents Contents 1 1 Introduction 2 2 Access Breakpoints 3 3 Trace 5 4 NXP LPC 5 4.1 Boot and Memory Remapping 5 4.2 LPC17xx Startup 5 4.1 LPC11A02/04

More information

CG2007 Microprocessor systems.

CG2007 Microprocessor systems. CG2007 Microprocessor systems Tutorial 1 Semester 2 AY 2011-12 Ganesh Iyer ganesh.vigneswara@gmail.com http://ganeshniyer.com About Me I have 3 years of Industry work experience in Bangalore, India. I

More information

CPCI-AD32. Intelligent DSP Based 32 Channel Analog Input Card for 3U CompactPCI systems REFERENCE MANUAL Version 1.

CPCI-AD32. Intelligent DSP Based 32 Channel Analog Input Card for 3U CompactPCI systems REFERENCE MANUAL Version 1. CPCI-AD32 Intelligent DSP Based 32 Channel Analog Input Card for 3U CompactPCI systems REFERENCE MANUAL 751-10-000-4000 Version 1.0 September 1998 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120

More information

Total Impact briq. Hardware Reference. 31st July Revision Overview 2

Total Impact briq. Hardware Reference. 31st July Revision Overview 2 Total Impact briq. Hardware Reference 31st July 2001 Revision 0.4 Contents 1 Overview 2 2 On-board Peripherals 2 2.1 CPU/L2 Cache............................. 2 2.2 PPC/PCI Bridge.............................

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

EE2007 Microprocessor systems.

EE2007 Microprocessor systems. EE2007 Microprocessor systems Tutorial 1 Semester 1 AY 2010-11 Ganesh Iyer ganesh.vigneswara@gmail.com (facebook, gtalk) http://ganeshniyer.com About Me I have 3 years of Industry work experience in Bangalore,

More information

Chapter 5 Input/Output. I/O Devices

Chapter 5 Input/Output. I/O Devices Chapter 5 Input/Output 5.1 Principles of I/O hardware 5.2 Principles of I/O software 5.3 I/O software layers 5.4 Disks 5.5 Clocks 5.6 Character-oriented terminals 5.7 Graphical user interfaces 5.8 Network

More information

Allmost all systems contain two main types of memory :

Allmost all systems contain two main types of memory : Memory Interface Allmost all systems contain two main types of memory : read-only memory (ROM) system software and permanent system data random access memory (RAM) or read/write memory application software

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

Beckhoff Lightbus - PC interface card C1220

Beckhoff Lightbus - PC interface card C1220 Beckhoff Lightbus - PC interface card C1220 Technical hardware description Version 4.0 Contents 2 Contents 1. Beckhoff Lightbus System Description 3 2. Hardware description of functions 6 3. Software description

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

S1V3034x Series Message Protocol Specification S1V3034x S1V3S344 S1V3G340

S1V3034x Series Message Protocol Specification S1V3034x S1V3S344 S1V3G340 S1V3034x Series Message Protocol Specification S1V3034x S1V3S344 S1V3G340 Rev. 1.23 NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written permission

More information

Chapter 4 Main Memory

Chapter 4 Main Memory Chapter 4 Main Memory Course Outcome (CO) - CO2 Describe the architecture and organization of computer systems Program Outcome (PO) PO1 Apply knowledge of mathematics, science and engineering fundamentals

More information

C66x KeyStone Training HyperLink

C66x KeyStone Training HyperLink C66x KeyStone Training HyperLink 1. HyperLink Overview 2. Address Translation 3. Configuration 4. Example and Demo Agenda 1. HyperLink Overview 2. Address Translation 3. Configuration 4. Example and Demo

More information

Central Processing Unit. Steven R. Bagley

Central Processing Unit. Steven R. Bagley Central Processing Unit Steven R. Bagley Introduction So far looked at the technology underpinning computers Logic signals to cause things to happen, and represent numbers Boolean gates to combine and

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

MPX-24794S Serial USB Card

MPX-24794S Serial USB Card MPX-24794S Serial USB Card SPI Master, I2C Master, Counter, GPIO through USB Interfaces Programmer s Manual Version 1.10 Taiwan Commate Computer Inc. 1 Taiwan Commate Computer Inc. 2012, 2013 TCC reserves

More information

For FPGA Core version under 2P3 ALL registers can t be accessed in HIROM mode.

For FPGA Core version under 2P3 ALL registers can t be accessed in HIROM mode. 4. Device FPGA Core 4.1 Introduction This section discusses the FPGA core architecture in general. The main function of the CPU core is to ensure correct program execution. The CPU must therefore be able

More information

CPCI-SIP. Slave Dual IndustryPack Carrier for 3U CompactPCI systems REFERENCE MANUAL Version 2.0 June 1998

CPCI-SIP. Slave Dual IndustryPack Carrier for 3U CompactPCI systems REFERENCE MANUAL Version 2.0 June 1998 CPCI-SIP Slave Dual IndustryPack Carrier for 3U CompactPCI systems REFERENCE MANUAL 729-20-000-4000 Version 2.0 June 1998 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ 85283 USA Tel:

More information

Kinetis Bootloader to Update Multiple Devices in a Field Bus Network

Kinetis Bootloader to Update Multiple Devices in a Field Bus Network Freescale Semiconductor, Inc. Document Number: AN5204 Application Note Rev. 0, 01/2016 Kinetis Bootloader to Update Multiple Devices in a Field Bus Network 1. Introduction This application note describes

More information

CPCI-SIP-PLX. Slave 2- IndustryPack Carrier for 3U CompactPCI systems REFERENCE MANUAL Version 1.2 August 2008

CPCI-SIP-PLX. Slave 2- IndustryPack Carrier for 3U CompactPCI systems REFERENCE MANUAL Version 1.2 August 2008 CPCI-SIP-PLX Slave 2- IndustryPack Carrier for 3U CompactPCI systems REFERENCE MANUAL 824-12-000-4000 Version 1.2 August 2008 ALPHI TECHNOLOGY CORPORATION 1898 E. Southern Avenue Tempe, AZ 85282 USA Tel:

More information

Xerox Color 800i/1000i Press FreeFlow Print Server. Statement of Volatility Version 1.0

Xerox Color 800i/1000i Press FreeFlow Print Server. Statement of Volatility Version 1.0 Xerox Color 800i/1000i Press FreeFlow Print Server Statement of Volatility Version 1.0 June 2, 2016 Copyright 2006, 2008-2016 Xerox Corporation Copyright protection claimed includes all forms and matters

More information

SRF08 Ultra sonic range finder Technical Specification

SRF08 Ultra sonic range finder Technical Specification SRF08 Ultra sonic range finder Technical Specification Communication with the SRF08 ultrasonic rangefinder is via the I2C bus. This is available on popular controllers such as the OOPic and Stamp BS2p,

More information

BIOS UPDATES Click to scan for Bios Updates

BIOS UPDATES Click to scan for Bios Updates Phoenix BIOS Beep - BIOS Central 1 di 16 13/02/2012 19:45 Home Forums About Us Awards Contact Us Upgrade your BIOS BIOS UPDATES Click to scan for Bios Updates BIOS Post: Acer BIOS Post ALR BIOS Post AMIT/AMI

More information

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its 1 IT ESS Class Test 1 1 Interference from generator and lighting that could result in unclean power is known as. Blackout Brownout Noise Spike 2 CPU speed is measure in. cycles per second click per second

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

Hello, and welcome to this presentation of the STM32L4 System Configuration Controller.

Hello, and welcome to this presentation of the STM32L4 System Configuration Controller. Hello, and welcome to this presentation of the STM32L4 System Configuration Controller. 1 Please note that this presentation has been written for STM32L47x/48x devices. The key differences with other devices

More information

sequence is not needed. (ROM space). Another application is to use the poll mode to expand the number of priority levels to more than 64.

sequence is not needed. (ROM space). Another application is to use the poll mode to expand the number of priority levels to more than 64. Lecture-55 Poll Command: In this mode the INT output is not used for the microprocessor internal interrupt enable F/F is reset, disabling its interrupt input, service to device is achieved by software

More information

HC508 TURBO BOARD QUICK START GUIDE. PCB rev. 4a. Connects to expansion port, no need to open your machine to install the card

HC508 TURBO BOARD QUICK START GUIDE. PCB rev. 4a. Connects to expansion port, no need to open your machine to install the card HC508 TURBO BOARD PCB rev. 4a Key features of HC508 Amiga 500 Turbo board Connects to expansion port, no need to open your machine to install the card 68HC000 CPU running at 50 MHz (near 100% compatibility

More information

Read section 8 of this document for detailed instructions on how to use this interface spec with LibUSB For OSX

Read section 8 of this document for detailed instructions on how to use this interface spec with LibUSB For OSX CP2130 INTERFACE SPECIFICATION 1. Introduction The Silicon Labs CP2130 USB-to-SPI bridge is a device that communicates over the Universal Serial Bus (USB) using vendor-specific control and bulk transfers

More information

Crusoe Processor Model TM5800

Crusoe Processor Model TM5800 Model TM5800 Crusoe TM Processor Model TM5800 Features VLIW processor and x86 Code Morphing TM software provide x86-compatible mobile platform solution Processors fabricated in latest 0.13µ process technology

More information

Lecture XIV 8086 Memory Interface. Wisam I Hasan

Lecture XIV 8086 Memory Interface. Wisam I Hasan Lecture XIV 886 Memory Interface Wisam I Hasan Objectives: Upon completion you will be able to:. How to interface a memory device with µp 2. How to access memory in READ or WRITE 3. Describe memory structure

More information

Memory Management. Mobile Hardware Resources. Address Space and Process. Memory Management Overview. Memory Management Concepts

Memory Management. Mobile Hardware Resources. Address Space and Process. Memory Management Overview. Memory Management Concepts Mobile Hardware Resources Memory Management Symbian Operating System 275078 Eka Ardianto 263416 Ikrimach M. 292964 Jumadi 275057 Muji Syukur 293082 Prisa M. Kusumantara 292301 Sheila Nurul Huda Moblie

More information

The Central Processing Unit

The Central Processing Unit The Central Processing Unit All computers derive from the same basic design, usually referred to as the von Neumann architecture. This concept involves solving a problem by defining a sequence of commands

More information