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

HD6417750SBP200 参数 Datasheet PDF下载

HD6417750SBP200图片预览
型号: HD6417750SBP200
PDF下载: 下载PDF文件 查看货源
内容描述: 的SuperH RISC引擎 [SuperH RISC engine]
分类和应用: 外围集成电路时钟
文件页数/大小: 1039 页 / 6201 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号HD6417750SBP200的Datasheet PDF文件第185页浏览型号HD6417750SBP200的Datasheet PDF文件第186页浏览型号HD6417750SBP200的Datasheet PDF文件第187页浏览型号HD6417750SBP200的Datasheet PDF文件第188页浏览型号HD6417750SBP200的Datasheet PDF文件第190页浏览型号HD6417750SBP200的Datasheet PDF文件第191页浏览型号HD6417750SBP200的Datasheet PDF文件第192页浏览型号HD6417750SBP200的Datasheet PDF文件第193页  
(2) Manual Reset  
Sources:  
SCK2 pin low level and 5(6(7 pin low level  
When a general exception other than a user break occurs while the BL bit is set to 1 in SR  
When the watchdog timer overflows while the WT/,7 bit and RSTS bit are both set to 1 in  
WTCSR. For details, see section 10, Clock Oscillation Circuits.  
Transition address: H'A000 0000  
Transition operations:  
Exception code H'020 is set in EXPEVT, initialization of VBR and SR is performed, and a  
branch is made to PC = H'A000 0000.  
In the initialization processing, the VBR register is set to H'0000 0000, and in SR, the MD,  
RB, and BL bits are set to 1, the FD bit is cleared to 0, and the interrupt mask bits (I3–I0) are  
set to B'1111.  
CPU and on-chip peripheral module initialization is performed. For details, see the register  
descriptions in the relevant sections.  
Manual_reset()  
{
EXPEVT = H'00000020;  
VBR = H'00000000;  
SR.MD = 1;  
SR.RB = 1;  
SR.BL = 1;  
SR.(I0-I3) = B'1111;  
SR.FD = 0;  
Initialize_CPU();  
Initialize_Module(Manual);  
PC = H'A0000000;  
}
Table 5.3 Types of Reset  
Reset State Transition  
Conditions  
Internal States  
On-Chip Peripheral  
Type  
SCK2  
High  
Low  
5(6(7  
Low  
Low  
CPU  
Modules  
Power-on reset  
Manual reset  
Initialized  
Initialized  
See Register  
Configuration in  
each section  
Rev. 6.0, 07/02, page 137 of 986  
 复制成功!