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

MPC82L54AP 参数 Datasheet PDF下载

MPC82L54AP图片预览
型号: MPC82L54AP
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-bit micro-controller]
分类和应用: 微控制器
文件页数/大小: 74 页 / 1587 K
品牌: MEGAWIN [ MEGAWIN TECHNOLOGY CO., LTD ]
 浏览型号MPC82L54AP的Datasheet PDF文件第58页浏览型号MPC82L54AP的Datasheet PDF文件第59页浏览型号MPC82L54AP的Datasheet PDF文件第60页浏览型号MPC82L54AP的Datasheet PDF文件第61页浏览型号MPC82L54AP的Datasheet PDF文件第63页浏览型号MPC82L54AP的Datasheet PDF文件第64页浏览型号MPC82L54AP的Datasheet PDF文件第65页浏览型号MPC82L54AP的Datasheet PDF文件第66页  
Procedures demonstrating ISP function
IFMT
xxxxx011
B
ISPCR
100xx010
B
IFADRH
(page address high byte)
IFADRL
(page address low byte)
SCMD
46h
SCMD
B9h
(CPU progressing will be hold here )
(CPU continues)
/* 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 */
/* trig ISP activity */
Erase a specific flash page
IFMT
xxxxx010
B
ISPCR
100xx010
B
IFADRH
(Address high byte)
IFADRL
(Address low byte)
IFD
(byte date to be written into flash)
SCMD
46h
SCMD
B9h
(CPU progressing will be hold here)
(CPU continues)
/* 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 */
/* prepare data source */
/* trig ISP activity */
Program a byte into flash
IFMT
xxxxx001
B
ISPCR
100xx010
B
/* 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
MPC82x54A Data Sheet
MEGAWIN