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

59A16U1 参数 Datasheet PDF下载

59A16U1图片预览
型号: 59A16U1
PDF下载: 下载PDF文件 查看货源
内容描述: 带USB功能,内嵌64KB具有ISP功能的闪存和6K + 256B RAM的1T 8051控制器59A16U1 [带USB功能,内嵌 64KB具有 ISP 功能的 Flash和 6K+256B RAM的 1T 8051控制器59A16U1]
分类和应用: 闪存控制器
文件页数/大小: 146 页 / 4146 K
品牌: SYNCMOS [ SYNCMOS TECHNOLOGIES,INC ]
 浏览型号59A16U1的Datasheet PDF文件第33页浏览型号59A16U1的Datasheet PDF文件第34页浏览型号59A16U1的Datasheet PDF文件第35页浏览型号59A16U1的Datasheet PDF文件第36页浏览型号59A16U1的Datasheet PDF文件第38页浏览型号59A16U1的Datasheet PDF文件第39页浏览型号59A16U1的Datasheet PDF文件第40页浏览型号59A16U1的Datasheet PDF文件第41页  
SM59A16U1
8-Bit Micro-controller
64KB with ISP Flash
& 6K+256B RAM embedded
4.10
Interface Control Register( IFCON )
Mnemonic: IFCON
7
6
5
-
CDPR
F32K
Address: 8Fh
0
Reset
ISPE
00H
4
F16K
3
-
2
1
EMEN
CDPR: code protect (Read Only)
F32K: flash size is 32KB+4KB (Read Only)
F16K: flash size is 16KB+4KB (Read Only)
EMEN: Internal 6K SRAM enable.(default is enable)
EMEN = 0, Enable internal 6K RAM and external 58K RAM.
EMEN = 1, Disable internal 6K RAM, Enable external 64K RAM.
ISPE: ISP function enable bit
ISPE = 1, enable ISP function
ISPE = 0, disable ISP function
4.11
Page Select( PAGESEL )
The SM59A16U1 provide two different methods to set Special Function Register (SFR) are as follow:
SFR Method 1 (Indirect Mode): This method is only an SFR page. If you want to use
PWM or USB registers of the Method 2, can be used indirectly addressable setting.
Example: Write a data 0x80h to PWMEN Register in Method 1.
PAGESEL = 0x0h;
// Method 1.
PWMADDR = 0xF5h; // PWMEN indirect address: 0xF5h (Indirect mode)
// (Refer Page1 Table of the Method 2)
PWMDATA = 0x80h; // Write data 0x80h to PWMEN.
SFR Method 2 (Page Mode): This method provides two SFR page to set the registers.
Example: Write a data 0x80h to PWMEN Register in Method 2, Page 1.
PAGESEL = 0x3h;
// Method 2, Page 1 (Page mode)
PWMEN = 0x80h;
SFR Page Mode Table:
Page_mode
0
0
1
1
// Write data 0x80h to PWMEN.
Page_num
0
1
0
1
SFR Select
SFR Method 1
SFR Method 1
SFR Method 2, Page 0
SFR Method 2, Page 1
Address: BEh
0
Reset
Page_mode
00H
Mnemonic: PAGESEL
7
6
5
4
-
3
2
1
Page_num
Page_num: This flag is used only in the SFR method 2.
Specifications subject to change without notice contact your sales representatives for the most recent information.
ISSFD-M071
Ver A
SM59A16U1
04/12/2013
- 37 -