欢迎访问ic37.com |
会员登录 免费注册
发布采购

AN1241D 参数 Datasheet PDF下载

AN1241D图片预览
型号: AN1241D
PDF下载: 下载PDF文件 查看货源
内容描述: 接口的MC68HC705J1A到九千三百六十六分之九千三百五十六的EEPROM [Interfacing the MC68HC705J1A to 9356/9366 EEPROMs]
分类和应用: 可编程只读存储器电动程控只读存储器电可擦编程只读存储器
文件页数/大小: 21 页 / 932 K
品牌: FREESCALE [ Freescale ]
 浏览型号AN1241D的Datasheet PDF文件第7页浏览型号AN1241D的Datasheet PDF文件第8页浏览型号AN1241D的Datasheet PDF文件第9页浏览型号AN1241D的Datasheet PDF文件第10页浏览型号AN1241D的Datasheet PDF文件第12页浏览型号AN1241D的Datasheet PDF文件第13页浏览型号AN1241D的Datasheet PDF文件第14页浏览型号AN1241D的Datasheet PDF文件第15页  
Freescale Semiconductor, Inc.  
*****************************************************************************  
*
*
*
*
*
*
*
Equates and RAM Storage  
*****************************************************************************  
*
CS  
equ  
equ  
equ  
equ  
0
1
2
3
;bit # for chip select  
;bit # for serial clock  
;bit # for serial data out  
;bit # for serial data in  
SER_CLK  
SER_OUT  
SER_IN  
***  
RAM storage variables ***  
org  
rmb  
rmb  
rmb  
rmb  
rmb  
rmb  
rmb  
rmb  
RAM  
1
1
1
1
1
1
1
1
;start of static RAM at $C0  
;command byte  
;EEPROM address byte  
;MSByte of data  
;LSByte of data  
;test byte #1  
;test byte #2  
;test byte #3  
;test byte #4  
OPCODE  
ADDR  
DATA_H  
DATA_L  
TEST1  
TEST2  
TEST3  
TEST4  
*****************************************************************************  
*
*
*
*
*
*
*
*
*
*
*
*
*
*
Program Initialization  
* This section sets up the port for bit banging.  
*
* To prevent floating inputs and associated high current draw,  
* the HC705J1A has pulldown devices on all I/O pins. This  
* initialization should enable these pulldowns on unused I/O  
* pins. RESET_ enables the pulldowns, so no code is required.  
*
*****************************************************************************  
*
org  
lda  
sta  
sta  
lda  
sta  
EPROM  
#$80  
PORTA  
COPR  
#$87  
DDRA  
J9356_START  
;init portA  
;
;kick the wdog  
;init i/o of port A  
AN1241/D  
For More Information On This Product,  
Go to: www.freescale.com  
11