代码搜索:ad原理图
找到约 10,000 项符合「ad原理图」的源代码
代码结果 10,000
www.eeworm.com/read/180416/9308956
mp ad.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/180416/9308959
dbg ad.dbg
VERSION 1.0
CPU AVR
DIR E:\avrc\
FILE disp.c
FUNC main 50 fV
BLOCK 16 50
DEFLOCAL i 1 i
DEFREG j 20 I
LINE 16 50
LINE 19 50
LINE 20 56
LINE 21 5A
LINE 22 5E
LINE 23 62
LINE 24 64
LINE 2
www.eeworm.com/read/376759/9309196
paf ad.paf
www.eeworm.com/read/376759/9309216
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="C:\myprojects\AD\"
ProjectType=Executable
CPUFamily=TMS320C28XX
To
www.eeworm.com/read/376759/9309221
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/376759/9309226
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.03
*******************************************************
www.eeworm.com/read/376759/9309227
wks ad.wks
www.eeworm.com/read/376274/9322231
c ad.c
#include
#include"intrins.h" //调用_nop_;延时函数用
#define ad_con P2 //A/D控制口
#define addata P0 //A/D数据计读入口
#define Disdata P1 //显示数据段码输出口
#define ucha
www.eeworm.com/read/376151/9329291
cmd ad.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM