欢迎访问ic37.com |
会员登录 免费注册
发布采购

PFS122-1J16A 参数 Datasheet PDF下载

PFS122-1J16A图片预览
型号: PFS122-1J16A
PDF下载: 下载PDF文件 查看货源
内容描述: [8bit MTP Type MCU with 12-bit R-Type ADC]
分类和应用:
文件页数/大小: 93 页 / 1946 K
品牌: PADAUK [ PADAUK Technology ]
 浏览型号PFS122-1J16A的Datasheet PDF文件第50页浏览型号PFS122-1J16A的Datasheet PDF文件第51页浏览型号PFS122-1J16A的Datasheet PDF文件第52页浏览型号PFS122-1J16A的Datasheet PDF文件第53页浏览型号PFS122-1J16A的Datasheet PDF文件第55页浏览型号PFS122-1J16A的Datasheet PDF文件第56页浏览型号PFS122-1J16A的Datasheet PDF文件第57页浏览型号PFS122-1J16A的Datasheet PDF文件第58页  
PFS122  
8bit MTP MCU with 12-bit R-Type ADC  
5.10.2 Power-Down mode (“stopsys”)  
Power-Down mode is the state of deeply power-saving with turning off all the oscillator modules. By  
using the “stopsys” instruction, this chip will be put on Power-Down mode directly. It is recommend to set  
GPCC.7=0 to disable the comparator before the command stopsys.The following shows the internal  
status of PFS122 detail when “stopsys” command is issued:  
All the oscillator modules are turned off.  
MTP memory is turned off.  
The contents of SRAM and registers remain unchanged.  
Wake-up sources: IO toggle in digital mode. (PxDIER bit is 1)  
Wake-up from input pins can be considered as a continuation of normal execution. To minimize power  
consumption, all the I/O pins should be carefully manipulated before entering power-down mode. The  
reference sample program for power down is shown as below:  
CLKMD  
CLKMD.4  
=
=
0xF4;  
0;  
//  
//  
Change clock from IHRC to ILRC  
disable IHRC  
while (1)  
{
STOPSYS;  
//  
//  
//  
enter power-down  
if (…) break;  
if wakeup happen and check OK, then return to high speed,  
else stay in power-down mode again.  
}
CLKMD  
=
0x34;  
//  
Change clock from ILRC to IHRC/2  
©Copyright 2020, PADAUK Technology Co. Ltd  
Page 54 of 93  
PDK-DS-PFS122-EN_V000-May 28, 2020  
 
 复制成功!