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

AN2961 参数 Datasheet PDF下载

AN2961图片预览
型号: AN2961
PDF下载: 下载PDF文件 查看货源
内容描述: []
分类和应用:
文件页数/大小: 50 页 / 706 K
品牌: FREESCALE [ Freescale ]
 浏览型号AN2961的Datasheet PDF文件第25页浏览型号AN2961的Datasheet PDF文件第26页浏览型号AN2961的Datasheet PDF文件第27页浏览型号AN2961的Datasheet PDF文件第28页浏览型号AN2961的Datasheet PDF文件第30页浏览型号AN2961的Datasheet PDF文件第31页浏览型号AN2961的Datasheet PDF文件第32页浏览型号AN2961的Datasheet PDF文件第33页  
Echo Driver Configuration  
Description: Allows control bank switching in Echo.  
Notes:  
Requires Echo to be reset into configuration mode and thus will abort any transmission or  
reception currently in progress. Status bit Busyis set during the configuration. If the  
required bank is unavailable, status bit Erroris set.  
11 Echo Driver Configuration  
Many of the driver options are statically configured at compile time. These configuration options are  
defined in the Echo.h header file. Using these options it is possible to configure the driver to run on any  
HCS08 MCU.  
The Echo.h header file contains a number of #define configuration options. These are described below:  
11.1 Common Properties for Both Banks  
11.1.1 Required I/O Pins  
ECHO_CONFB  
Description: This defines the I/O pin used to control Echo’s CONFB pin.  
Values:  
Any I/O pin configurable as an output can be used. Use the naming convention specified  
in the CodeWarriorheader file.  
#define ECHO_CONFB PTED_PTED3 /* Define pin used for CONFB */  
Example:  
ECHO_CONFB_DDR  
Description: This defines the data direction bit for the I/O pin used to control Echo’s CONFB pin.  
Values:  
Any I/O pin configurable as an output can be used. Use the naming convention specified  
in the CodeWarrior header file.  
#define ECHO_CONFB_DDR PTEDD_PTEDD3  
Example:  
ECHO_SEB  
Description: This defines the I/O pin used to control Echo’s SEB pin.  
Values:  
Any I/O pin configurable as an output can be used. Use the naming convention specified  
in the CodeWarrior header file.  
#define ECHO_SEB PTED_PTED0 /* Define pin used for SEB */  
Example:  
Software Drivers for MC33696, Rev. 1  
Freescale Semiconductor  
29  
 复制成功!