參數(shù)資料
型號: MC68HC11K1
廠商: Motorola, Inc.
元件分類: 8位微控制器
英文描述: 8-Bit Microcontroller(8位微控制器)
中文描述: 8位微控制器(8位微控制器)
文件頁數(shù): 11/20頁
文件大?。?/td> 286K
代理商: MC68HC11K1
AN1242/D
MOTOROLA
11
module K4_TO_PSD_CONVERSION
title 'MC68HC711K4 to MC68HC11K1 + PSD412A1 Conversion'
"The following section lists the input signals.
"First come the address lines using their reserved names. Note that only those signals
"listed are routed to the DPLD.
a15,a14,a13,a12,a11,a10,a9,a8,a1,a0 pin;
"Next come the general purpose inputs used for the paging scheme. Uncomment the lines
"implementing the desired paging. For this application, the PSD page register will be
used
"because it requires no additional I/O pins. The K1 memory expansion address lines may be
"used if additional address bits or the page register inputs are required for specific
"decoding purposes. Use of the page register will be discussed later.
pgr3,pgr2,pgr1,pgr0 pin; "These are the 4 input bits of the PSD page register.
xapage pin 20; "This is XA14 from the MC68HC11K1 and is used to select one of the 16K LCD
"data table pages.
"The M68HC11 non-multiplexed bus control signals are specified here.
rd_wr,e pin 29,41; "M68HC11 R/W* and E specified here as PSD pins 29 (WR) and 41 (RD).
"Now the DPLD chip select outputs are listed.
"CSIOP is the chip select for the PSD register block.
"RS0 is the chip select for the 2K PSD SRAM.
"ES[0:3] are the chip selects for PSD EPROM blocks 0, 1, 2, and 3.
csiop,rs0,es0,es1,es2,es3 node;
"Signal definitions and groupings now follow.
X = .x.; "This is how a don't care term is specified.
"This definition groups together the CPU address lines.
CPUaddress = [a15,a14,a13,a12,a11,a10,a9,a8,X,X,X,X,X,X,a1,a0];
"This definition groups together the page register bits.
PAGE = [pgr3,pgr2,pgr1,pgr0];
"DPLD Chip Select Equations.
"This maps the PSD register block from $2800 to $28FF.
csiop = (CPUaddress >= ^h2800) & (CPUaddress <= ^h28FF);
"This maps the PSD 2K SRAM from $2000 to $27FF.
rs0 = (CPUaddress >= ^h2000) & (CPUaddress <= ^h27FF);
"This maps 16K PSD EPROM block 3 from $C000 to $FFFF.
es3 = (CPUaddress >= ^hC000) & (CPUaddress <= ^hFFFF);
"This maps 16K PSD EPROM block 2 from $8000 to $BFFF.
es2 = (CPUaddress >= ^h8000) & (CPUaddress <= ^hBFFF);
"This maps 16K PSD EPROM block 1 from $4000 to $7FFF when XA14 is logic one, i.e. this
is LCD
"data table page 1. Use this equation when the K1 memory expansion is used in place of the
"PSD page register.
"es1 = xapage & (CPUaddress >= ^h4000) & (CPUaddress <= ^h7FFF);
"This maps 16K PSD EPROM block 1 from $4000 to $7FFF when PAGE = $1, i.e. this is LCD
"data table page 1. Do not use this equation if the K1 memory expansion is being used.
es1 = (PAGE == ^h1) & (CPUaddress >= ^h4000) & (CPUaddress <= ^h7FFF);
"This maps 16K PSD EPROM block 0 from $4000 to $7FFF when XA14 is logic zero, i.e. this
is LCD
"data table page 0. Use this equation when the K1 memory expansion is used in place of the
"PSD page register.
"es0 = !xapage & (CPUaddress >= ^h4000) & (CPUaddress <= ^h7FFF);
"This maps 16K PSD EPROM block 0 from $4000 to $7FFF when PAGE = $0, i.e. this is LCD
"data table page 0. Do not use this equation if the K1 memory expansion is being used.
es0 = (PAGE == ^h0) & (CPUaddress >= ^h4000) & (CPUaddress <= ^h7FFF);
end K4_TO_PSD_CONVERSION
相關PDF資料
PDF描述
MC68HC12 The MC68HC912DT128A microcontroller unit (MCU) is a 16-bit device composed of standard on-chip peripherals including a 16-bit central processing unit
MC68HC16Z3 16-BIT MODULAR MICROCONTROLLER
MC68HC16Z3PD 16-BIT MODULAR MICROCONTROLLER
MC68HC16Z3PP 16-BIT MODULAR MICROCONTROLLER
MC68HC705C HCMOS Microcontroller Unit
相關代理商/技術參數(shù)
參數(shù)描述
MC68HC11K1CFN2 制造商:MOTOROLA 制造商全稱:Motorola, Inc 功能描述:8-Bit Microcontroller
MC68HC11K1CFN3 制造商:FREESCALE 制造商全稱:Freescale Semiconductor, Inc 功能描述:HCMOS MICROCONTROLLER UNIT
MC68HC11K1CFN4 功能描述:IC MCU 640 EEPROM 4MHZ 84-PLCC RoHS:否 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:HC11 其它有關文件:STM32F101T8 View All Specifications 特色產(chǎn)品:STM32 32-bit Cortex MCUs 標準包裝:490 系列:STM32 F1 核心處理器:ARM? Cortex?-M3 芯體尺寸:32-位 速度:36MHz 連通性:I²C,IrDA,LIN,SPI,UART/USART 外圍設備:DMA,PDR,POR,PVD,PWM,溫度傳感器,WDT 輸入/輸出數(shù):26 程序存儲器容量:64KB(64K x 8) 程序存儲器類型:閃存 EEPROM 大小:- RAM 容量:10K x 8 電壓 - 電源 (Vcc/Vdd):2 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 10x12b 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 85°C 封裝/外殼:36-VFQFN,36-VFQFPN 包裝:托盤 配用:497-10030-ND - STARTER KIT FOR STM32497-8853-ND - BOARD DEMO STM32 UNIV USB-UUSCIKSDKSTM32-PL-ND - KIT IAR KICKSTART STM32 CORTEXM3497-8512-ND - KIT STARTER FOR STM32F10XE MCU497-8505-ND - KIT STARTER FOR STM32F10XE MCU497-8304-ND - KIT STM32 MOTOR DRIVER BLDC497-6438-ND - BOARD EVALUTION FOR STM32 512K497-6289-ND - KIT PERFORMANCE STICK FOR STM32MCBSTM32UME-ND - BOARD EVAL MCBSTM32 + ULINK-MEMCBSTM32U-ND - BOARD EVAL MCBSTM32 + ULINK2更多... 其它名稱:497-9032STM32F101T8U6-ND
MC68HC11K1CFNE3 功能描述:8位微控制器 -MCU 8B MCU 768 RAM - EPP RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
MC68HC11K1CFNE4 功能描述:8位微控制器 -MCU 8B MCU 768 RAM - EPP RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT