![Samsung S3F80P5X Скачать руководство пользователя страница 227](http://html.mh-extra.com/html/samsung/s3f80p5x/s3f80p5x_user-manual_349401227.webp)
S3F80P5_UM_ REV1.00
RESET
STOP MODE
STOP mode is invoked by executing the instruction ‘STOP’, after setting the stop control register (STOPCON). In
STOP mode, the operation of the CPU and all peripherals is halted. That is, the on-chip main oscillator stops and
the current consumption can be reduced. All system functions stop when the clock "freezes," but data stored in
the internal register file is retained. STOP mode can be released in one of two ways: by a system reset or by an
external interrupt. After releasing from STOP mode, the value of stop control register (STOPCON) is cleared
automatically.
PROGRAMMING TIP – To Enter STOP Mode
This example shows how to enter the stop mode.
ORG
0000H Reset address
•
•
•
JP T,
START
ENTER_STOP:
LD STOPCON,
#0A5H
STOP
NOP
NOP
NOP
RET
ORG
0100H-3
JP T,
START
ORG
0100H
; Reset address
START:
LD
BTCON, #03 ; Clear basic timer counter.
•
•
•
MAIN: NOP
•
•
•
CALL ENTER_STOP ; Enter the STOP mode
•
•
•
LD
BTCON,#02H ; Clear basic timer counter.
JP
T,MAIN
•
•
•
8-11
Содержание S3F80P5X
Страница 10: ......
Страница 14: ......
Страница 19: ...S3F80P5_UM_ REV1 00 PRODUCT OVERVIEW BLOCK DIAGRAM 24 PIN PACKAGE Figure 1 1 Block Diagram 24 pin 1 3 ...
Страница 48: ...ADDRESS SPACE S3F80P5_UM_ REV1 00 NOTES 2 22 ...
Страница 122: ...INTERRUPT STRUCTURE S3F80P5_UM_ REV1 00 NOTES 5 18 ...
Страница 210: ...INSTRUCTION SET S3F80P5_UM_ REV1 00 NOTES 6 88 ...
Страница 216: ...CLOCK AND POWER CIRCUITS S3F80P5_UM_ REV1 00 NOTES 7 6 ...
Страница 266: ...COUNTER A S3F80P5_UM_ REV1 00 NOTES 12 8 ...
Страница 290: ...EMBEDDED FLASH MEMORY INTERFACE S3F80P5_UM_ REV1 00 NOTES 14 18 ...
Страница 316: ...S3F80P5_UM_ REV1 00 ELECTRICAL DATA STOP LED This LED is ON when the evaluation chip S3E80PB is in stop mode 19 5 ...
Страница 321: ...DEVELOPMENT TOOLS S3F80P5_UM_ REV1 00 NOTES 19 10 ...