代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac_sin.s
.module dac_sin.c
.area text(rom, con, rel)
.dbfile E:\产品\开发板\mega128-board\实验程序\数模转换\正弦波\dac_sin.c
.dbfunc e s_ms _s_ms fV
; t -> R16,R17
.even
_s_ms::
.dbline -1
.dbline
dac_sin.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
dac7512.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMEGA -DATMega128 -l -g -Mavr_enhanced -Wf-use_elpm
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x20000 -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -d
dac7512.hex
:040000000C94460016
:14008C00CFEFD0E1CDBFDEBFCE51D0400AEA08830024E0E036
:1400A000F1E011E0E030F10711F00192FBCF0083ECE8F0E0FD
:1400B400A0E0B1E010E000E00BBFEC38F10721F0C89531963C
:1400C8000D92F9CF0E9
dac7512.lis
.module dac7512.c
.area text(rom, con, rel)
0000 .dbfile E:\产品\开发板\mega128-board\实验程序\数模转换\单电压输出\dac7512.c
0000
dac7512.c
#include
#define uchar unsigned char
#define uint unsigned int
//延时函数
void s_ms(unsigned int t)
{
for(;t>1;t--)
{
}
}
void spi_init()
{
DDRB=0xf7; //端口设置
PO
dac7512.o
XL
H 1 areas 6 global symbols
M dac7512.c
S push_xgset003C Ref0000
S pop_xgset003C Ref0000
A text size 56 flags 0
dbfile E:\产品\开发板\mega128-board\实验程序\数模转换\单电压输出\dac7512.c
dbfunc e s_ms 0 fV
db
dac7512.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\产品\开发板\mega128-board\实验程序\数模转换\单电压输出\
FILE dac7512.c
FUNC s_ms D2 fV
BLOCK 7 D2
DEFREG t 16 i
LINE 7 D2
LINE 8 D2
LINE 9 D4
dac7512.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=0x20000
Edit10=4096
ComboBox2=50
RadioGroup1=0
Edit15=
CheckBox6=0
Ed
dac7512.s
.module dac7512.c
.area text(rom, con, rel)
.dbfile E:\产品\开发板\mega128-board\实验程序\数模转换\单电压输出\dac7512.c
.dbfunc e s_ms _s_ms fV
; t -> R16,R17
.even
_s_ms::
.dbline -1
.dblin