SN8P2977
8-Bit Micro-Controller with Regulator, PGIA, 24-bit ADC
SONiX TECHNOLOGY CO., LTD
Page 120
Version 1.7
Sleep_Mode:
// Wakeup by P0 level change.
B0BCLR
FLBTENB
; Disable Low battery detect function.
B0BCLR
FAMPENB
; Disable PGIA function.
B0BCLR
FADCENB
; Disable ADC function.
B0BCLR
FAVDDRENB
; Disable AVDDR.
B0BCLR
FLCDPENB
; Disable C-Type LCD charge pump.
B0BCLR
FLCDENB
; Disable LCD display.
B0BCLR
FBGRENB
; Disable Band Gap Voltage.
SleepMode
; System into Sleep mode. (Macro)
Note 1: Please set ADC relative registers first before enable ADC function.
Note 2: Before enable ADC function, please set analog function (regulators, PGIA and ADC) and wait 500us
for all functions stable.
Note 3: In fast ADC conversion application, the third ADC data will available for application.
Note 4: The second ADC will available after ADC channel switched and in condition of ADC not disable
status.
Note 5: For increasing fast ADC conversion accuracy, recommend averaging several times of ADC row
Data for application.