A96G166/A96A166/A96S166 User’s manual 17. Power down operation
17.5 Register map
Table 33. Power-down Operation Register Map
17.6 Register description
PCON (Power Control Register): 87H
NOTES:
1. To enter into IDLE mode, PCON must be set to ‘01H’.
2. To enter into STOP mode, PCON must be set to ‘03H’.
3. The PCON register is automatically cleared by a release signal in STOP/IDLE mode. Three or more
NOP instructions must immediately follow the instruction that make the device enter into STOP/IDLE
mode. Refer to the following examples code.
MOV PCON, #01H ; IDLE mode
NOP
NOP
NOP
.
.
.
MOV PCON, #03H ; STOP mode
NOP
NOP
NOP
.
.
.