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

MPC89E52AE 参数 Datasheet PDF下载

MPC89E52AE图片预览
型号: MPC89E52AE
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-bit micro-controller]
分类和应用: 微控制器
文件页数/大小: 38 页 / 444 K
品牌: MEGAWIN [ MEGAWIN TECHNOLOGY CO., LTD ]
 浏览型号MPC89E52AE的Datasheet PDF文件第25页浏览型号MPC89E52AE的Datasheet PDF文件第26页浏览型号MPC89E52AE的Datasheet PDF文件第27页浏览型号MPC89E52AE的Datasheet PDF文件第28页浏览型号MPC89E52AE的Datasheet PDF文件第30页浏览型号MPC89E52AE的Datasheet PDF文件第31页浏览型号MPC89E52AE的Datasheet PDF文件第32页浏览型号MPC89E52AE的Datasheet PDF文件第33页  
SFR: SCMD (Sequential Command Data register for ISP) :  
Bit-7  
Bit-6  
Bit-5  
Bit-4  
Bit-3  
Bit-2  
Bit-1  
Bit-0  
ISP-Command (Device ID)  
SCMD is the command port for triggering ISP activity. If SCMD is filled with sequential 46h, B9h and if  
ISPCR.7 = 1, ISP activity will be triggered.  
When this register is read, the device ID of MPC89x52A will be returned (2 bytes). The MSB byte of DID is  
F0h and LSB byte 02h. IFADRL[0] is used to select HIGH/LOW byte of DID.  
SFR: ISPCR (ISP Control register):  
Bit-7  
Bit-6  
Bit-5  
Bit-4  
Bit-3  
Bit-2  
Bit-1  
Bit-0  
ISPEN  
SWBS  
SWRST  
-
-
WAIT  
ISPEN: ISP function enabling bit  
0: = Disable ISP program to change flash  
1: = Enable ISP program to change flash  
SWBS: Secondary Booting program selecting  
0: = Boot from main-memory.  
1: = Boot from ISP memory.  
SWRST: software reset trigger  
0: = No operation  
1: = Generate software system reset. It will be cleared by hardware automatically.  
Notice: Software reset actions could reset other SFR, but it never influences bits ISPEN and SWBS.  
The ISPEN and SWBS only will be reset by power-up action, not software reset.  
WAIT: Waiting time selection while the flash is busy.  
CPU Wait time (Machine Cycle)  
ISPCR[2:0]  
Page Erase  
Program  
Read  
Recommended  
System clock  
0 0 0  
0 0 1  
0 1 0  
0 1 1  
43769  
21885  
10942  
5471  
240  
120  
60  
43  
22  
11  
6
40M  
20M  
10M  
5M  
30  
Procedures demonstrating ISP function  
IFMT xxxxx011 b  
ISPCR 100xx010b  
/* choice page-erasing command */  
/* set ISPEN=1 to enable flash change.  
set WAIT=010, 10942 MC; assumed 10M X’s*/  
/* specify the address of the page to be erased */  
IFADRH (page address high byte)  
IFADRL (page address low byte)  
SCMD 46h  
/* trig ISP activity */  
SCMD B9h  
(CPU progressing will be hold here )  
(CPU continues)  
Erase a specific flash page  
MEGAWIN  
MPC89x52A Data Sheet  
29