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

UPD703208GKA-XXX-9EU 参数 Datasheet PDF下载

UPD703208GKA-XXX-9EU图片预览
型号: UPD703208GKA-XXX-9EU
PDF下载: 下载PDF文件 查看货源
内容描述: 32位单芯片微控制器产品 [32-Bit Single-Chip Microcontrollers]
分类和应用: 微控制器
文件页数/大小: 757 页 / 4297 K
品牌: NEC [ NEC ]
 浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第127页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第128页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第129页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第130页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第132页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第133页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第134页浏览型号UPD703208GKA-XXX-9EU的Datasheet PDF文件第135页  
CHAPTER 3 CPU FUNCTIONS  
3.4.7 Special registers  
Special registers are registers that prevent invalid data from being written when an inadvertent program loop  
occurs.  
The V850ES/KF1, V850ES/KG1, and V850ES/KJ1 have the following three special registers.  
Power save control register (PSC)  
Processor clock control register (PCC)  
Watchdog timer mode register (WDTM1)  
Moreover, there is also a command register (PRCMD), which is a protection register for write operations to the  
special registers that prevents the application system from unexpectedly stopping due to an inadvertent program loop.  
Write access to the special registers is performed with a special sequence and illegal store operations are notified to  
the system status register (SYS).  
(1) Setting data to special registers  
Setting data to a special registers is done in the following sequence.  
<1>  
<2>  
<3>  
Prepare the data to be set to the special register in a general-purpose register.  
Write the data prepared in step <1> to the PRCMD register.  
Write the setting data to the special register (using following instructions).  
Store instruction (ST/SST instruction)  
Bit manipulation instruction (SET1/CLR1/NOT1 instruction)  
<4> to <8> Insert NOP instructions (5 instructions)Note  
.
[Description Example] When using PSC register (standby mode setting)  
ST.B r11,PSMR[r0]  
; PSMR register setting (IDLE, STOP mode setting)  
<1>MOV 0x02,r10  
<2>ST.B r10,PRCMD[r0] ; PRCMD register write  
<3>ST.B r10,PSC[r0]  
<4>NOPNote  
<5>NOPNote  
<6>NOPNote  
<7>NOPNote  
; PSC register setting  
; Dummy instruction  
; Dummy instruction  
; Dummy instruction  
; Dummy instruction  
; Dummy instruction  
<8>NOPNote  
(next instruction)  
No special sequence is required to read special registers.  
Note When switching to the IDLE mode or the STOP mode (STP bit of PSC register = 1), 5 NOP instructions  
must be inserted immediately after switching is performed.  
Users Manual U15862EJ3V0UD  
131  
 复制成功!