代码搜索:AD芯片
找到约 10,000 项符合「AD芯片」的源代码
代码结果 10,000
www.eeworm.com/read/285486/8836170
c ad.c
/*流程:
1. 配置A/D 模块:
? 配置模拟/ 数字I/O (通过ANSEL 寄存器)
? 配置参考电压(通过ADCON0 寄存器)
? 选择A/D 输入通道(通过ADCON0 寄存器)
? 选择A/D 转换时钟(通过ADCON1 寄存器)
? 使能A/D 模块(通过ADCON0 寄存器)
2. 需要时,配置A/D 中断:
3. 等待所需的采集时间。
4. 启动转换: 将G
www.eeworm.com/read/285475/8837523
wks ad.wks
www.eeworm.com/read/285475/8837663
paf ad.paf
www.eeworm.com/read/285475/8837754
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="D:\DSPC2000\SEED-DPS2812Kit\03. Examples of Program\01. DSP\DPS2812_I
www.eeworm.com/read/285475/8837770
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
www.eeworm.com/read/285475/8837805
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.01
*******************************************************
www.eeworm.com/read/187193/8844863
h ad.h
#ifndef __AD_H__
#define __AD_H__
//******************************************************
// The A/D converter uses the following six registers.
//************************************************
www.eeworm.com/read/187193/8844906
bak ad.bak
//******************************************************
// Filename : AllSerial.c
// Abstract : This file implements main function.
//
// Device : uPD78F0396
// CreateTime: 2006/11/01
//
www.eeworm.com/read/187193/8844915
c ad.c
//******************************************************
// Filename : AllSerial.c
// Abstract : This file implements main function.
//
// Device : uPD78F0396
// CreateTime: 2006/11/01
//