代码搜索结果
找到约 10,000 项符合
USART 的代码
usart1.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
usart2.lk
usart2.o
usart1.lk
usart1.o
usart2.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
usart2.c
#include
#include
#define key (PIND&0x04) //定义按键PD2
/*****************函数原型声明************************/
void USART_Init(unsigned int baud);
void USART_Transmit(un
usart1.o
XL
H 3 areas 8 global symbols
M usart1.c
S push_gset2 Ref0000
S pop_gset2 Ref0000
A text size 7A flags 0
dbfile F:\LX\USART\usart1.c
dbfunc e main 0 fV
dbsym l rec 1 c
dbsym r i 14 c
dbline
usart1.c
#include
#define key (PIND&0x04) //定义按键PD2
/*****************函数原型声明************************/
void USART_Init(unsigned int baud);
void USART_Transmit(unsigned char dat);
void de
usart2.hex
:040000000C942A0032
:04002C000C944B00E5
:14005400CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E67D
:14006800F0E010E0E036F10711F00192FBCF0083E4E5F0E03C
:14007C00A0E6B0E010E0E435F10721F0C89531960D92F9CFBD
usart1.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR F:\LX\USART\
FILE usart1.c
FUNC main AA fV
BLOCK 11 AA
DEFLOCAL rec 1 c
DEFREG i 20 c
LINE 11 AA
LINE 12 AA
LINE 13 AE
LINE 14 B0
LINE 15 B
usart1.src
[Files]
usart1.c
[Headers]
[Documents]