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

AT89S52-33PC 参数 Datasheet PDF下载

AT89S52-33PC图片预览
型号: AT89S52-33PC
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器具有8K字节的系统内可编程闪存 [8-bit Microcontroller with 8K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器
文件页数/大小: 30 页 / 231 K
品牌: ATMEL [ ATMEL ]
 浏览型号AT89S52-33PC的Datasheet PDF文件第17页浏览型号AT89S52-33PC的Datasheet PDF文件第18页浏览型号AT89S52-33PC的Datasheet PDF文件第19页浏览型号AT89S52-33PC的Datasheet PDF文件第20页浏览型号AT89S52-33PC的Datasheet PDF文件第22页浏览型号AT89S52-33PC的Datasheet PDF文件第23页浏览型号AT89S52-33PC的Datasheet PDF文件第24页浏览型号AT89S52-33PC的Datasheet PDF文件第25页  
AT89S52  
Table 9. Serial Programming Instruction Set  
Instruction  
Format  
Instruction  
Byte 1  
Byte 2  
Byte 3  
Byte 4  
Operation  
Programming Enable  
1010 1100  
0101 0011  
xxxx xxxx  
xxxx xxxx  
0110 1001  
(Output)  
Enable Serial Programming  
while RST is high  
Chip Erase  
1010 1100  
0010 0000  
0100 0000  
100x xxxx  
xxx  
xxxx xxxx  
xxxx xxxx  
Chip Erase Flash memory  
array  
Read Program Memory  
(Byte Mode)  
Read data from Program  
memory in the byte mode  
Write Program Memory  
(Byte Mode)  
xxx  
Write data to Program  
memory in the byte mode  
Write Lock Bits(2)  
1010 1100  
0010 0100  
1110 00  
xxxx xxxx  
xxxx xxxx  
xxxx xxxx  
xx xx  
Write Lock bits. See Note (2).  
Read Lock Bits  
xxxx xxxx  
Read back current status of  
the lock bits (a programmed  
lock bit reads back as a ‘1’)  
Read Signature Bytes(1) 0010 1000  
xxx  
xxx  
xxx xxxx  
Byte 0  
Signature Byte  
Read Signature Byte  
Read Program Memory  
(Page Mode)  
0011 0000  
0101 0000  
Byte 1...  
Byte 255  
Read data from Program  
memory in the Page Mode  
(256 bytes)  
Write Program Memory  
(Page Mode)  
xxx  
Byte 0  
Byte 1...  
Byte 255  
Write data to Program  
memory in the Page Mode  
(256 bytes)  
Notes: 1. The signature bytes are not readable in Lock Bit Modes 3 and 4.  
2. B1 = 0, B2 = 0 ---> Mode 1, no lock protection  
Each of the lock bits needs to be activated sequentially before  
Mode 4 can be executed.  
B1 = 0, B2 = 1 ---> Mode 2, lock bit 1 activated  
B1 = 1, B2 = 0 ---> Mode 3, lock bit 2 activated  
B1 = 1, B1 = 1 ---> Mode 4, lock bit 3 activated  
}
After Reset signal is high, SCK should be low for at least 64  
system clocks before it goes high to clock in the enable  
data bytes. No pulsing of Reset signal is necessary. SCK  
should be no faster than 1/16 of the system clock at  
XTAL1.  
For Page Read/Write, the data always starts from byte 0 to  
255. After the command byte and upper address byte are  
latched, each byte thereafter is treated as data until all 256  
bytes are shifted in/out. Then the next instruction will be  
ready to be decoded.  
21