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

TM7705 参数 Datasheet PDF下载

TM7705图片预览
型号: TM7705
PDF下载: 下载PDF文件 查看货源
内容描述: [16bit模数转换器]
分类和应用: 转换器模数转换器
文件页数/大小: 42 页 / 1157 K
品牌: ETC [ ETC ]
 浏览型号TM7705的Datasheet PDF文件第32页浏览型号TM7705的Datasheet PDF文件第33页浏览型号TM7705的Datasheet PDF文件第34页浏览型号TM7705的Datasheet PDF文件第35页浏览型号TM7705的Datasheet PDF文件第37页浏览型号TM7705的Datasheet PDF文件第38页浏览型号TM7705的Datasheet PDF文件第39页浏览型号TM7705的Datasheet PDF文件第40页  
16 bit 模数转换器  
TM7705  
20 TM7705 8xC51 接口  
四十六、设置 TM7705 程序代码  
16 出了 TM7705 控制器接的用 C 代码的一。  
:  
1. 通信寄存器通道 1 为有通道一个操作为对时寄存器  
操作。  
2. 对时寄存器操作CLK DIV 位,外部外部频率为  
4.9512MHz ,更新率选50Hz。  
3. 通信寄存器通道 1 为有通道一个操作为对寄存器  
操作。  
4. 向设寄存器增益1置为双极、非缓滤波器同  
开始校准。  
5. 查询 DRDY 输出。  
6. 从数寄存器上读。  
7. 5、第 6 ,直到从选定的通道中取定数量的。  
TM7705 68HC11 微处理接口C 语言代码  
16  
/* This program hasreadand write routines for the 68HC11 to interfaceto the  
TM7705 and the sampleprogram setsthe various registersand then reads1000  
samplesfrom one channel.*/  
#include <math.h>  
#include <io6811.h>  
#define NUM_SAMPLES 1000 /* changethe number of data samples*/  
#define MAX_REG_LENGTH 2 /* this saysthat the max length of a register is 2  
bytes*/  
Writetoreg (int);  
Read(int,char);  
char *datapointer = store;  
char store[NUM_SAMPLES*MAX_REG_LENGTH + 30];  
void main()  
©Titan Micro Electronics  
www.titanmec.com  
-36-  
 复制成功!