代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="dac"
ProjectDir="D:\ti28\myprojects\DAC\"
ProjectType=Executable
CPUFamily=TMS320C2
dac.lnp
"main.obj"
TO "dac"
PAGEWIDTH (80)
PAGELENGTH (80)
RAMSIZE(256)
dac.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
dac.plg
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=40.1 xdata=0 code=2818
"dac" - 0 Error(s), 0 Warning(s).
Build target 'ADuC832'
compiling main.c...
linking...
Program Size: d
dac.c
#include
void Init_CLK(void);
void Init_TimerA(void);
//定义正弦表,并用32个抽样值初始化正弦表,不要用"0"抽样
int nSinTable[] = {
255,254,246,234,
219,199,177,153,
128,103,79,57,
37,22,10,2,
1,2
dac.lst
__start:
__text_start:
0043 EFCF LDI R28,0xFF
0044 E0D2 LDI R29,2
0045 BFCD OUT 0x3D,R28
0046 BFDE OUT 0x3E,R29
0047 51C0 SUBI R28,0x10
0048 40D
dac._c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 用PWM实现的DAC转换演示程序 */
/* 外部中断演示程序
dac.o
XL
H 5 areas 10 global symbols
M dac.c
S push_gset1 Ref0000
S _adc_rel Ref0000
S _puts Ref0000
S _uart_init Ref0000
S _getchar Ref0000
S _adc_mux Ref0000
S _putchar Ref0000
S pop_lset Ref000
dac.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------