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

CC2430F32RTC 参数 Datasheet PDF下载

CC2430F32RTC图片预览
型号: CC2430F32RTC
PDF下载: 下载PDF文件 查看货源
内容描述: 真正的系统级芯片解决方案的2.4 GHz IEEE 802.15.4 / ZigBee的 [A True System-on-Chip solution for 2.4 GHz IEEE 802.15.4 / ZigBee]
分类和应用: 电信集成电路
文件页数/大小: 212 页 / 1862 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号CC2430F32RTC的Datasheet PDF文件第70页浏览型号CC2430F32RTC的Datasheet PDF文件第71页浏览型号CC2430F32RTC的Datasheet PDF文件第72页浏览型号CC2430F32RTC的Datasheet PDF文件第73页浏览型号CC2430F32RTC的Datasheet PDF文件第75页浏览型号CC2430F32RTC的Datasheet PDF文件第76页浏览型号CC2430F32RTC的Datasheet PDF文件第77页浏览型号CC2430F32RTC的Datasheet PDF文件第78页  
CC2430  
Peripherals : Flash Controller  
Setup DMA channel:  
SRCADDR=<XDATA location>  
DESTADDRR=FWDATA  
VLEN=0  
LEN=<block size>  
WORDSIZE=byte  
TMODE=single mode  
TRIG=FLASH  
SRCINC=yes  
DESTINC=no  
IRQMASK=yes  
M8=0  
PRIORITY=high  
Setup flash address  
Arm DMA Channel  
Start flash write  
Figure 15: Flash write using DMA  
13.3.2.2  
CPU Flash Write  
The CPU can also write directly to the flash  
when executing program code from RAM  
using Unified CODE memory space. The CPU  
writes data to the Flash Write Data register,  
FWDATA. The flash memory is written each  
time four bytes have been written to FWDATA,  
and FCTL.WRITE bit set to 1. The CPU can  
poll the FCTL.SWBSY status to determine  
when the flash is ready for four more bytes to  
be written to FWDATA. Note that all flash writes  
needs to be four bytes aligned. Also note that  
there exist a timeout periode for writing to one  
flash word, thus writing all four bytes to the  
FWDATA register has to end within 40 µs after  
FCTL.SWBSY went low in repeated writes, or  
after FCTL.WRITE set for first time write. The  
FCTL.BUSY=0 flag will indicate if the time out  
happened or not. If FCTL.BUSY= 0 the write  
ended and one have to start over again by  
enabling the FCTL.WRITE bit. The address is  
set for word to write to, but FWDATA has to be  
updated again with the 4 bytes that casuse the  
time out to happen.  
Performing CPU flash write  
The steps required to start a CPU flash write  
operation are shown in Figure 16 on page 75.  
Note that code must be run from RAM in  
unified CODE memory space.  
CC2430 Data Sheet (rev. 2.1) SWRS036F  
Page 74 of 211  
 复制成功!