代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.lst
__text_start:
__start:
00CF E5CF LDI R28,0x5F
00D0 E0D2 LDI R29,2
00D1 BFCD OUT P3D,R28
00D2 BFDE OUT P3E,R29
00D3 51C0 SUBI R28,0x10
00D4 40D0
uart.src
uart.c
uart.mak
CC = iccavr
CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W
LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -beeprom:1.512 -fihx_cof
uart.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----RS232通信演示程序(ICCAVR)
作者:詹卫前
1、使用ICCAVR的终端调试窗口,进行通信调试。
2、在AVR的UART工作之前,应当先对IC
uart.lk
uart.o
uart.o
XL
H 3 areas 5 global symbols
M uart.c
S _puts Ref0000
S _getchar Ref0000
S _putchar Ref0000
S _printf Ref0000
A text size 44 flags 0
dbfile D:\ICC-AVR\examples.sl\uart\uart.c
dbfunc s main 0
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)
----------
uart.dbg
VERSION 1.0
CPU AVR
DIR D:\ICC-AVR\examples.sl\uart\
FILE uart.c
FUNC main 1DE fI
DEFREG temp 20 c
LINE 15 1DE
LINE 17 1DE
LINE 18 1E2
LINE 19 1E6
LINE 20 1EC
LINE 21 1F0
LINE 22 1F4
LINE
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\examples.sl\uart\uart.c
.dbfunc s main _main fI
; temp -> R20
.even
_main::
.dbline 15{
; /*************************