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

HD64F3337YF16 参数 Datasheet PDF下载

HD64F3337YF16图片预览
型号: HD64F3337YF16
PDF下载: 下载PDF文件 查看货源
内容描述: 单片机 [Single-Chip Microcomputer]
分类和应用: 微控制器和处理器外围集成电路
文件页数/大小: 747 页 / 2993 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号HD64F3337YF16的Datasheet PDF文件第457页浏览型号HD64F3337YF16的Datasheet PDF文件第458页浏览型号HD64F3337YF16的Datasheet PDF文件第459页浏览型号HD64F3337YF16的Datasheet PDF文件第460页浏览型号HD64F3337YF16的Datasheet PDF文件第462页浏览型号HD64F3337YF16的Datasheet PDF文件第463页浏览型号HD64F3337YF16的Datasheet PDF文件第464页浏览型号HD64F3337YF16的Datasheet PDF文件第465页  
(11) Cautions on Accessing Flash Memory Control Registers  
1. Flash memory control register access state in each operating mode  
The H8/3334YF has flash memory control registers located at addresses H'FF80 (FLMCR),  
H'FF82 (EBR1), and H'FF83 (EBR2). These registers can only be accessed when 12 V is  
applied to the flash memory program power supply pin, FVPP.  
Table 19.17 shows the area accessed for the above addresses in each mode, when 12 V is and  
is not applied to FVPP.  
Table 19.17 Area Accessed in Each Mode with 12V Applied and Not Applied to FVPP  
Mode 1  
Mode 2  
Mode 3  
12 V applied to FVPP  
register  
Reserved area  
(always H'FF)  
Flash memory control  
register (initial value H'80) (initial value H'80)  
Flash memory control  
12 V not applied to  
FVPP  
External address  
space  
External address space  
Reserved area (always  
H'FF)  
2. When a flash memory control register is accessed in mode 2 (expanded mode with on-chip  
ROM enabled)  
When a flash memory control register is accessed in mode 2, it can be read or written to if  
12 V is being applied to FVPP, but if not, external address space will be accessed. It is therefore  
essential to confirm that 12 V is being applied to the FVPP pin before accessing these registers.  
3. To check for 12 V application/non-application in mode 3 (single-chip mode)  
When address H'FF80 is accessed in mode 3, if 12 V is being applied to FVPP, FLMCR is  
read/written to, and its initial value after reset is H'80. When 12 V is not being applied to FVPP,  
FLMCR is a reserved area that cannot be modified and always reads H'FF. Since bit 7  
(corresponding to the VPP bit) is set to 1 at this time regardless of whether 12 V is applied to  
FVPP, application or release of 12 V to FVPP cannot be determined simply from the 0 or 1 status  
of this bit. A byte data comparison is necessary to check whether 12 V is being applied. The  
relevant coding is shown below.  
.
.
.
LABEL1:  
MOV.B @H'FF80, R1L  
CMP.B #H'FF, R1L  
BEQ  
LABEL1  
.
.
.
Sample program for detection of 12 V application to FVPP (mode 3)  
431  
 复制成功!