![Samsung S3F84B8 Скачать руководство пользователя страница 164](http://html.mh-extra.com/html/samsung/s3f84b8/s3f84b8_user-manual_347832164.webp)
S3F84B8_UM_REV 1.00
6 INSTRUCTION SET
6-42
6.3.29 IDLE — IDLE OPERATION
IDLE
Operation
:
The IDLE instruction stops the CPU clock while allowing the system clock oscillation to continue.
Idle mode can be released by an interrupt request (IRQ) or an external reset operation.
In application programs, an IDLE instruction must be immediately followed by at least three NOP
instructions. This ensures an adequate time interval for the clock to stabilize before the next
instruction is executed. If three or more NOP instructions are not used after IDLE instruction,
leakage current could be flown because of the floating state in the internal bus.
Flags
:
No flags are affected.
Format
:
Bytes Cycles
Opcode
(Hex)
Addr Mode
dst src
opc
1 4 6F
–
–
Example
: The
instruction
IDLE
; stops the CPU clock but not the system clock
NOP
NOP
NOP