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

CC2511F8RSP 参数 Datasheet PDF下载

CC2511F8RSP图片预览
型号: CC2511F8RSP
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 ]
 浏览型号CC2511F8RSP的Datasheet PDF文件第95页浏览型号CC2511F8RSP的Datasheet PDF文件第96页浏览型号CC2511F8RSP的Datasheet PDF文件第97页浏览型号CC2511F8RSP的Datasheet PDF文件第98页浏览型号CC2511F8RSP的Datasheet PDF文件第100页浏览型号CC2511F8RSP的Datasheet PDF文件第101页浏览型号CC2511F8RSP的Datasheet PDF文件第102页浏览型号CC2511F8RSP的Datasheet PDF文件第103页  
C2510Fx / CC2511Fx  
13.5 DMA Controller  
13.5.1 DMA Operation  
There are five DMA channels available in the  
The CC2510Fx/CC2511Fx includes  
a
direct  
memory access (DMA) controller, which can  
be used to relieve the 8051 CPU core of  
handling data movement operations. Because  
of this, the CC2510Fx/CC2511Fx can achieve high  
overall performance with good power  
efficiency. The DMA controller can move data  
from a peripheral unit such as the ADC or RF  
transceiver to memory with minimum CPU  
intervention.  
DMA controller numbered channel to  
0
channel 4. Each DMA channel can move data  
from one place within XDATA memory space  
to another i.e. between XDATA locations.  
Some CPU-specific SFRs reside inside the  
CPU core and can only be accessed using the  
SFR memory space and can therefore not be  
accessed using DMA. These registers are  
shown in gray in Table 30 on Page 44.  
The DMA controller coordinates all DMA  
transfers, ensuring that DMA requests are  
prioritized appropriately relative to each other  
and CPU memory access. The DMA controller  
contains 5 programmable DMA channels for  
data movement.  
Note: In the following sections, an n in the  
register name represent the channel  
number 0, 1, 2, 3, or 4 if nothing else is  
stated  
The DMA controller controls data movement  
over the entire XDATA memory space. Since  
most of the SFRs are mapped into the XDATA  
memory space these flexible DMA channels  
can be used to unburden the CPU in  
innovative ways, e.g. feed a USART and I2S  
with data from memory, periodically transfer  
samples between ADC and memory, transfer  
data to and from USB FIFOs (CC2511Fx) etc.  
Use of the DMA can also reduce system  
power consumption by keeping the CPU idle  
and not have it to wake up to move data to or  
from a peripheral unit (see Section 13.1.2).  
Note that Section 11.2.3.3 describes which  
SFRs are not mapped into XDATA memory  
space.  
In order to use a DMA channel it must first be  
configured as described in Sections 13.5.2  
and Section 13.5.3.  
Once a DMA channel has been configured it  
must be armed before any transfers are  
allowed to be initiated. A DMA channel is  
armed by setting the appropriate bit DMAARMn  
in the DMA Channel Arm register DMAARM.  
When a DMA channel is armed a transfer will  
begin when the configured DMA trigger event  
occurs. Note that it takes 9 system clocks from  
the arm bit is set until the new configuration is  
loaded. While the new configuration is being  
loaded, the DMA channel will be able to  
accept triggers. This will, however, not be the  
trigger stored in the configuration data that are  
currently loaded, but the trigger last used with  
this channel (after a reset this will be trigger  
number 0, manual trigger using the  
DMAREQ.DMAREQn bit). If n channels are  
armed at the same time, loading the  
configuration takes n x 9 clock cycles. Channel  
1 will first be ready, then channel 2, and finally  
channel 0. It can not be assumed that channel  
1 is ready after 9 clock cycles, channel 2 after  
18 clock cycles, etc. To avoid having the DMA  
channels starting transfers on unwanted  
The main features of the DMA controller are  
as follows:  
Five independent DMA channels  
Three configurable levels of DMA  
channel priority  
31 configurable transfer trigger events  
Independent control of source and  
destination address  
Single, block, and repeated transfer  
modes  
triggers when changing configuration,  
a
dummy configuration should be loaded in-  
between configuration changes, setting TRIG  
to 0. Alternatively, abort the currently armed  
DMA channel before rearming it. There are 31  
possible DMA trigger events, e.g. UART  
transfer, Timer overflow etc. The DMA trigger  
events are listed in Table 51.  
Supports variable transfer length by  
including the length field in the transfer  
data  
Can operate in either word-size or byte-  
size mode  
Figure 25 shows a DMA operation flow chart.  
SWRS055D  
Page 99 of 243