| |
IC Induction |
|
Develop & Tool |
|
Application Project |
|
Customer Service |
|
|
|
|
11 LVR
1. Set LVR as 4.0V
; After enabling LVR in IDE, perform the following settings
;Note :The only way to modify the content of control registers located between $30 and $36 is
set P_LVR_Opt,CB_LVR_V40
set P_LVR_Opt,CB_LVR_V40 |
|
2. Set LVR as 2.5V
; After enabling LVR in IDE, perform the following settings
;Note :The only way to modify the content of control registers located between $30 and $36 is
;by double writing access with certain address.
clr P_LVR_Opt,CB_LVR_V40
clr P_LVR_Opt,CB_LVR_V40 |
|