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

CC1110FX 参数 Datasheet PDF下载

CC1110FX图片预览
型号: CC1110FX
PDF下载: 下载PDF文件 查看货源
内容描述: 低功耗低于1 GHz的射频系统级芯片(SoC )与MCU,存储器,收发器和USB控制器 [Low-power sub-1 GHz RF System-on-Chip (SoC) with MCU, memory, transceiver, and USB controller]
分类和应用: 存储射频控制器
文件页数/大小: 240 页 / 2823 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号CC1110FX的Datasheet PDF文件第82页浏览型号CC1110FX的Datasheet PDF文件第83页浏览型号CC1110FX的Datasheet PDF文件第84页浏览型号CC1110FX的Datasheet PDF文件第85页浏览型号CC1110FX的Datasheet PDF文件第87页浏览型号CC1110FX的Datasheet PDF文件第88页浏览型号CC1110FX的Datasheet PDF文件第89页浏览型号CC1110FX的Datasheet PDF文件第90页  
CC1110Fx / CC1111Fx  
to flash memory takes place each time two  
bytes have been written to FWDATA, meaning  
that the number of bytes written to flash must  
be a multiple of two.  
When a flash write operation is executed from  
RAM, the CPU continues to execute code from  
the next instruction after initiation of the flash  
write operation (FCTL.WRITE=1).  
0x7FFE  
0x7FFF  
The FCTL.SWBSY bit must be 0 before  
accessing the flash after  
a flash write,  
PAGE 32  
otherwise an access violation occurs. This  
0x7C00  
0x7C01  
.
.
.
means that FCTL.SWBSY must be 0 before  
program execution can continue from  
location in flash memory.  
a
0x0BFE  
0x0800  
0x0BFF  
0x0801  
.
.
.
.
.
.
PAGE 2  
13.3.2.1 DMA Flash Write  
.
.
.
When using the DMA to write to flash, the data  
to be written is stored in the XDATA memory  
space (RAM or flash). A DMA channel should  
be configured to have the location of the stored  
data as source address and the Flash Write  
Data register, FWDATA, as the destination  
address. The DMA trigger event FLASH  
should be selected (TRIG[4:0]=10010).  
Please see section 13.5 for more details  
regarding DMA operation. Thus the Flash  
Controller will trigger a DMA transfer when the  
Flash Write Data register, FWDATA, is ready to  
receive new data.  
0x03FE  
0x0000  
0x03FF  
0x0001  
.
.
.
.
.
.
PAGE 0  
Figure 19: Flash Address (in unified memory  
space)  
When accessed by the Flash Controller, the  
flash memory is word-addressable. Each page  
in flash consists of 512 words, addressed  
through  
FADDRH[0]:FADDRL[7:0].  
FADDRH[5:1] is used to indicate the page  
number. That means that if one wants to write  
to the byte in flash mapped to address  
0x0BFE, FADDRH:FADDRL should be 0x05FF  
(page 2, word 511).  
When the DMA channel is armed, starting a  
flash write by setting FCTL.WRITE to 1 will  
trigger the first DMA transfer.  
Figure 20 shows an example on how a DMA  
channel is configured and how a DMA transfer  
is initiated to write a block of data from a  
location in XDATA to flash memory.  
The CPU will not be able to access the flash,  
e.g. to read program code, while a flash write  
operation is in progress. Therefore the  
program code executing the flash write must  
be executed from RAM, meaning that the  
program code must reside in the area starting  
from address 0xF000 in CODE memory space  
(unified) and not exceed maximum range for  
device in use (F8, F16, or F32). When using the  
DMA to write to flash, the code can be  
executed from within flash memory.  
The DMA channel should be configured to  
operate in single transfer mode, the transfer  
count should be equal the size of the data  
block to be transferred (must be a multiple of  
2), and each transfer should be a byte. Source  
address should be incremented by one for  
each transfer, while the destination address  
should be fixed.  
SWRS033E  
Page 86 of 239  
 复制成功!