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

MPC82X52AT 参数 Datasheet PDF下载

MPC82X52AT图片预览
型号: MPC82X52AT
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-bit micro-controller]
分类和应用: 微控制器
文件页数/大小: 72 页 / 952 K
品牌: MEGAWIN [ MEGAWIN TECHNOLOGY CO., LTD ]
 浏览型号MPC82X52AT的Datasheet PDF文件第58页浏览型号MPC82X52AT的Datasheet PDF文件第59页浏览型号MPC82X52AT的Datasheet PDF文件第60页浏览型号MPC82X52AT的Datasheet PDF文件第61页浏览型号MPC82X52AT的Datasheet PDF文件第63页浏览型号MPC82X52AT的Datasheet PDF文件第64页浏览型号MPC82X52AT的Datasheet PDF文件第65页浏览型号MPC82X52AT的Datasheet PDF文件第66页  
not software reset.  
Procedures demonstrating ISP function  
IFMT xxxxx011B  
/* choice page-erasing command */  
ISPCR 100xx010B  
/* 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  
IFMT xxxxx010 B  
ISPCR 100xx010B  
/* choice byte-programming command */  
/* set ISPEN=1 to enable flash change.  
set WAIT=010, 60 MC; assumed 10M X’s*/  
/* specify the address to be programmed */  
IFADRH (Address high byte)  
IFADRL (Address low byte)  
IFD (byte date to be written into flash)  
SCMD 46h  
/* prepare data source */  
/* trig ISP activity */  
SCMD B9h  
(CPU progressing will be hold here)  
(CPU continues)  
Program a byte into flash  
IFMT xxxxx001 B  
ISPCR 100xx010B  
/* choice byte-read command */  
/* set ISPEN=1 to enable flash change.  
set WAIT=010, 11 MC; assumed 10M X’s*/  
/* specify the address to be read */  
IFADRH (Address high byte)  
IFADRL (Address low byte)  
SCMD 46h  
/* trig ISP activity */  
SCMD B9h  
(CPU progressing will be hold here)  
(CPU continues and currently IFD contain the desired data byte )  
Read a byte from flash  
62  
MPC82x52A Data Sheet  
MEGAWIN