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

AN2961 参数 Datasheet PDF下载

AN2961图片预览
型号: AN2961
PDF下载: 下载PDF文件 查看货源
内容描述: []
分类和应用:
文件页数/大小: 50 页 / 706 K
品牌: FREESCALE [ Freescale ]
 浏览型号AN2961的Datasheet PDF文件第28页浏览型号AN2961的Datasheet PDF文件第29页浏览型号AN2961的Datasheet PDF文件第30页浏览型号AN2961的Datasheet PDF文件第31页浏览型号AN2961的Datasheet PDF文件第33页浏览型号AN2961的Datasheet PDF文件第34页浏览型号AN2961的Datasheet PDF文件第35页浏览型号AN2961的Datasheet PDF文件第36页  
Echo Driver Configuration  
ECHO_CRYSTAL_FREQUENCY  
Description: This defines the speed (in Hz) of the crystal used by Echo. Typical values at supported RF  
frequencies are:  
315 MHz—17581400  
434 MHz—24190660  
868 MHz—24161390  
Values:  
Integer in the range 0–100000000  
#define ECHO_CRYSTAL_FREQUENCY 24190660 /* Crystal frequency (in Hz) */  
Example:  
11.1.4 Buffering Parameters  
ECHO_MAX_DATA_SIZE  
Description: This defines the maximum number of data bytes that can be transferred. This is used to  
allocate buffer space for both transmitting and receiving messages.  
Values:  
1–127  
#define ECHO_MAX_DATA_SIZE 127 /* Max length of data field in msg */  
Example:  
ECHO_RX_BUF_COUNT  
Description: This defines the number of receive buffers that are allocated to store received messages in.  
Storage space allocated to external receive buffers is:  
(ECHO_MAX_DATA_SIZE+2)*ECHO_RX_BUF_COUNT.  
Values:  
Minimum of 1; maximum limited by size of RAM available.  
#define ECHO_RX_BUF_COUNT 4 /* Number of Rx buffers to allocate */  
Example:  
11.1.5 Miscellaneous  
ECHO_SWITCH_LEVEL  
Description: Specifies the value to place Echo’s SL bit; this sets the active level of SWITCH output pin.  
Values:  
0 = Rx low, Tx high  
1 = Tx low, Rx high  
#define ECHO_SWITCH_LEVEL 0 /* Set active level of SWITCH o/p pin */  
Example:  
Software Drivers for MC33696, Rev. 1  
32  
Freescale Semiconductor  
 复制成功!