beautypg.com

Circuit – FUJITSU F2MCTM-16LX User Manual

Page 396

background image

380

CHAPTER 19 LOW VOLTAGE DETECTION/CPU OPERATING DETECTION RESET

19.6

Sample Program for Low Voltage/CPU Operating Detection
Reset Circuit

This section shows the sample program for low voltage/CPU operating detection reset
circuit.

Sample Program for Low Voltage/CPU Operating Detection Reset Circuit

Processing specification

The counter of CPU operating detecting function is cleared.

Coding example

LVRC

EQU

006EH

; Address of low voltage/CPU operating detection reset control register

-------------------------------------Main program-------------------------------------

CSEG

; [CODE SEGMENT]

:

MOV LVRC,#00110101B

:

END