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

CC2510F8RSP 参数 Datasheet PDF下载

CC2510F8RSP图片预览
型号: CC2510F8RSP
PDF下载: 下载PDF文件 查看货源
内容描述: 低功耗的SoC (系统级芯片)与MCU,存储器, 2.4 GHz射频收发器和USB控制器 [Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller]
分类和应用: 存储射频控制器
文件页数/大小: 244 页 / 2899 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号CC2510F8RSP的Datasheet PDF文件第122页浏览型号CC2510F8RSP的Datasheet PDF文件第123页浏览型号CC2510F8RSP的Datasheet PDF文件第124页浏览型号CC2510F8RSP的Datasheet PDF文件第125页浏览型号CC2510F8RSP的Datasheet PDF文件第127页浏览型号CC2510F8RSP的Datasheet PDF文件第128页浏览型号CC2510F8RSP的Datasheet PDF文件第129页浏览型号CC2510F8RSP的Datasheet PDF文件第130页  
C2510Fx / CC2511Fx  
// Alignment of entering PM2 to a positive edge on the 32 kHz clock source  
char temp = WORTIME0;  
while(temp == WORTIME0);  
// Wait until a positive 32 kHz edge  
// Enter PM  
PCON |= 0x01;  
// Reset timer and align the entering of PM2 to a positive edge on the 32 kHz  
// clock source  
WORCTRL |= 0x04;  
// Reset Sleep Timer  
char temp = WORTIME0;  
while(temp == WORTIME0);  
temp = WORTIME0;  
// Wait until a positive 32 kHz edge  
while(temp == WORTIME0);  
PCON |= 0x01;  
// Wait until a positive 32 kHz edge  
// Enter PM  
13.8.3 Low Power RC Oscillator and Timing  
13.8.4 Sleep Timer Interrupt  
This section applies to using the low power RC  
oscillator as clock source for the Sleep Timer.  
The Sleep Timer generates the Sleep Timer  
interrupt, ST, when Event 0 occurs. This  
interrupt source can be masked using the  
WORIRQ.EVENT0_MASK interrupt mask bit.  
The interrupt flag bit WORIRQ.EVENT0_FLAG  
will be set when Event 0 occurs.  
The frequency of the low-power RC oscillator,  
which can be used as clock source for the  
Sleep Timer, varies with temperature and  
supply voltage. In order to keep the frequency  
as accurate as possible, the RC oscillator  
should be calibrated whenever possible, which  
is when the high speed crystal oscillator is  
running and the chip is in active mode or PM0.  
When the chip goes to PM1 or PM2, the RC  
oscillator will use the last valid calibration  
result. The frequency of the low power RC  
oscillator is therefore locked to fref / 750.  
13.8.5 Sleep Timer DMA Trigger  
There is one DMA trigger associated with the  
Sleep Timer. This is the DMA trigger ST,  
which is generated when Event 0 occurs.  
13.8.6 Sleep Timer Registers  
This section describes the SFRs associated  
with the Sleep Timer.  
SWRS055D  
Page 126 of 243  
 复制成功!