欢迎访问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文件第71页浏览型号CC2510F8RSP的Datasheet PDF文件第72页浏览型号CC2510F8RSP的Datasheet PDF文件第73页浏览型号CC2510F8RSP的Datasheet PDF文件第74页浏览型号CC2510F8RSP的Datasheet PDF文件第76页浏览型号CC2510F8RSP的Datasheet PDF文件第77页浏览型号CC2510F8RSP的Datasheet PDF文件第78页浏览型号CC2510F8RSP的Datasheet PDF文件第79页  
C2510Fx / CC2511Fx  
from where it entered PM0. A reset, however,  
will take the chip from any of the four power  
modes to active mode, but the code will start  
executing from the start of the program.  
Section 13.8.1 for minimum sleep time when  
using the Sleep Timer.  
13.1.2.5 PM3  
In PM3 the internal voltage regulator and all  
oscillators are turned off.  
13.1.2 Active Mode and Power Modes  
The different operating modes are described in  
detail in the five following sections.  
This power mode is used to achieve the  
operating mode with the lowest power  
consumption. In PM3 all internal circuits that  
are powered from internal voltage regulators  
are turned off.  
13.1.2.1 Active Mode  
This is the full functional mode of operation  
where the CPU, peripherals, and RF  
transceiver are active. The voltage regulator to  
the digital core is on and either the high speed  
RC oscillator or the high speed crystal  
oscillator or both are running together with  
either the Low power RC oscillator or the  
32.768 kHz crystal oscillator.  
Reset (POR, or external) and external I/O port  
interrupts are the only functions that are  
operating in this mode. I/O pins retain the I/O  
mode and output value set before entering  
PM3. A reset or external interrupt condition will  
wake the device and make it enter active  
mode. The content of RAM and registers is  
preserved in this mode. PM3 uses the same  
power down/up sequence as PM2.  
13.1.2.2 PM0  
If the PCON.IDLE bit is set to 1 while in active  
mode, the CPU will be idle (clock gated) until  
any interrupt occur. All other peripherals will  
function as normal while the CPU is halted.  
PM3 is used to achieve ultra low power  
consumption when waiting for an external  
event.  
When entering active mode from PM1, PM2, or  
PM3, the high-speed oscillators, which where  
running when entering PM{1_3}, are started. If  
the high speed crystal oscillator is selected as  
source for the system clock (CLKCON.OSC=0),  
the system clock will use the HS RCOSC as  
clock source until the high speed crystal  
oscillator is stable (SLEEP.XOSC_STB=1).  
13.1.2.3 PM1  
In PM1, the high speed oscillators (high speed  
XOSC and HS RCOSC) are powered down  
thereby halting the CPU and peripherals. The  
digital voltage regulator, the power-on reset,  
external interrupts, the low power RC oscillator  
or the 32.768 kHz crystal oscillator and Sleep  
Timer peripherals are active. I/O pins retain the  
I/O mode and output value set before entering  
PM1. When PM1 is entered, a power down  
sequence is run.  
13.1.3 Power Management Control  
The required power mode is selected by the  
SLEEP.MODE setting. Setting the IDLE bit in  
the PCON SFR after setting the MODE bits,  
makes the CC2511Fx/CC2511Fx enter the  
selected power mode. The following procedure  
must be followed to be able to safely put the  
device into one of the power modes PM{1-3}:  
PM1 is used when the expected time until a  
wakeup event is relatively short since PM1  
uses a fast power down/up sequence.  
13.1.2.4 PM2  
// Pseudo Code  
SLEEP.MODE = PM{1-3}  
NOP();  
PM2 has the second lowest power  
consumption. In PM2, the power-on reset,  
external interrupts, the low power RC oscillator  
or the 32.768 kHz crystal oscillator and Sleep  
Timer peripherals are active. I/O pins retain the  
I/O mode and output value set before entering  
PM2. The content of RAM and most registers  
is preserved in this mode (see Table 31, Table  
32, and Table 33). All other internal circuits are  
powered down. When PM2 is entered, a power  
down sequence is run.  
NOP();  
NOP();  
If (SLEEP_MODE != 0)  
PCON.IDLE = 1;  
An interrupt from port pins or Sleep Timer (not  
PM3), or a power-on reset will wake the device  
and bring it into active mode by resetting the  
MODE bits and clear the IDLE bit. Since an  
interrupt can occur before the device has  
PM2 is typically entered when using the Sleep  
Timer as the wakeup event. Please see  
SWRS055D  
Page 75 of 243  
 
 
 复制成功!