代码搜索:DSP AD采样
找到约 10,000 项符合「DSP AD采样」的源代码
代码结果 10,000
www.eeworm.com/read/19175/822014
c ad0809.c
#include
unsigned char code dispbitcode[]={0xfe,0xfd,0xfb,0xf7,
0xef,0xdf,0xbf,0x7f};
unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,
www.eeworm.com/read/19175/822015
obj ad0809.obj
www.eeworm.com/read/19175/822017
hex ad0809.hex
:03000000020916DC
:0C091600787FE4F6D8FD75811402095DBD
:10080000FEFDFBF7EFDFBF7F3F065B4F666D7D07A9
:100810007F6F0000000001000200000300040000E0
:10082000050006000007000800000900000A000B90
:10083000
www.eeworm.com/read/19175/822018
opt ad0809.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,
www.eeworm.com/read/19175/822027
plg ad0809.plg
礦ision3 Build Log
Project:
D:\My Documents\我的单片机实验\27.ADC0809AD转换器基本应用技术\Keil-H\AD0809.uv2
Project File Date: 08/20/2007
Output:
www.eeworm.com/read/19175/822030
lst ad0809.lst
A51 MACRO ASSEMBLER AD0809 08/29/2007 01:56:48 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN AD0809.OBJ
ASSEMBLER I
www.eeworm.com/read/19175/822037
asm ad0809.asm
CH EQU 30H
DPCNT EQU 31H
DPBUF EQU 33H
GDATA EQU 32H
ST BIT P3.0
OE BIT P3.1
EOC BIT P3.2
ORG 00H
LJMP START
ORG 0BH
LJMP T0X
ORG 30H
START: MOV CH,#0BCH
www.eeworm.com/read/19175/822038