代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/172177/9721920
lis uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile D:\AVR源程序\IccAVR\UartTest\uart.c
0000 .dbfunc e cpu_init
www.eeworm.com/read/172177/9721922
prj uart.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
www.eeworm.com/read/172177/9721924
_c uart._c
/*****************************************
串行口测试程序
输入数据:无
输出:程序复位后先向串口发送"Hellow Word!",之后每从串口收到一个字符就把它从串口发送出去
作者:蒋剑东
CPU: M16L 晶振:片外8M
修改时间:2004-08-02
*****************************************
www.eeworm.com/read/172177/9721926
lst uart.lst
__start:
__text_start:
0031 E5CF LDI R28,0x5F
0032 E0D4 LDI R29,4
0033 BFCD OUT 0x3D,R28
0034 BFDE OUT 0x3E,R29
0035 51C0 SUBI R28,0x10
0036 40D
www.eeworm.com/read/172177/9721933
mak uart.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bda
www.eeworm.com/read/172177/9721934
c uart.c
/*****************************************
串行口测试程序
输入数据:无
输出:程序复位后先向串口发送"Hellow Word!",之后每从串口收到一个字符就把它从串口发送出去
作者:
CPU: M16L 晶振:片外8M
修改时间:2004-08-02
*****************************************/
www.eeworm.com/read/172177/9721937
cof uart.cof
www.eeworm.com/read/172177/9721940
o uart.o
XL
H 3 areas 3 global symbols
M uart.c
S _puts Ref0000
A text size 28 flags 0
dbfile D:\AVR源程序\IccAVR\UartTest\uart.c
dbfunc e cpu_init 0 fV
dbline FFFFFFFF 0
dbline 12 0
dbline 13 0
dbline
www.eeworm.com/read/172177/9721943
mp uart.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------