代码搜索结果

找到约 10,000 项符合 USART 的代码

test_usart.lst

__text_start: __start: 002A E5CF LDI R28,0x5F 002B E0D4 LDI R29,4 002C BFCD OUT 0x3D,R28 002D BFDE OUT 0x3E,R29 002E 51C0 SUBI R28,0x10 002F 40D

test_usart.s

.module test_usart.c .area text(rom, con, rel) .dbfile test_usart.c .dbfunc e DELAY_1MS _DELAY_1MS fV ; i -> R16,R17 .even _DELAY_1MS:: .dbline -1 .dbline 25 ; //*********

test_usart.lis

.module test_usart.c .area text(rom, con, rel) 0000 .dbfile test_usart.c 0000 .dbfunc e DELAY_1MS _DELAY_1MS fV

test_usart.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR FILE test_usart.c FUNC DELAY_1MS 96 fV BLOCK 25 96 DEFREG i 16 i LINE 25 96 LINE 27 96 LINE 28 9C LINE 27 9C LINE 27 A0 BLOCKEND 0 A6 FUNCEND A

test_usart.c

//************************************************* //测试功能:下位机往上位机发送数据 //测试方法:串口调试助手 //测试结果:OK //时钟频率:外部8m //管脚分配: //注意事项: //完成时间:2009.03.15 //**********************************************

test_usart.o

XL H 1 areas D global symbols M test_usart.c S push_gset1 Ref0000 S push_gset3 Ref0000 S mod32u Ref0000 S div32u Ref0000 S push_arg4 Ref0000 S pop_gset1 Ref0000 S pop_gset3 Ref0000 A text si

test_usart.hex

:040000000C942A0032 :14005400CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E67D :14006800F0E010E0E036F10711F00192FBCF0083E4E5F0E03C :14007C00A0E6B0E010E0E435F10721F0C89531960D92F9CFBD :140090000E949401FFC

test_usart._c

//************************************************* //测试功能:下位机往上位机发送数据 //测试方法:串口调试助手 //测试结果:OK //时钟频率:外部8m //管脚分配: //注意事项: //完成时间:2009.03.15 //**********************************************

test_usart.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------