代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.hex
:0200000024C01A
:02000400A9C091
:0200080075C0C1
:020012004EC0DE
:02001600AEC07A
:140026000FFF8F3A1001393A1AAB394450BB462561552D29A7
:0F003A002078471422AE340F00000000F0474733
:14004A00CFE5D4E0CD
uart.h
/*==================================================================================================
- Target : mega8
- Crystal : 7.3728Mhz
- Revision : Ver1.00
- Author : cqw
uart.lis
.module uart.c
.area lit(rom, con, rel)
0000 _DefaultConfig433::
0000 0FFF .byte 15,255
0002 8F3A .byte 143,5
uart.prj
[Compiler Options]
Edit1=C:\ICC\include\
Edit2=C:\ICC\lib\
Edit8=C:\mk8\uart\
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=2
Edit9=8192
Edit10=1024
ComboBox2=5
Radio
uart._c
#include
#include "Includes.h"
#include"uart.h"
#define fosc 8000000 //晶振8.0000MHZ
#define baud 4800 //波特率
#define maxdata 20000 //采集的最大数值
#define voltagedata 0x01 //电压伏值 3个字节
#def
uart.lst
__start:
__text_start:
0025 E5CF LDI R28,0x5F
0026 E0D4 LDI R29,4
0027 BFCD OUT 0x3D,R28
0028 BFDE OUT 0x3E,R29
0029 51C0 SUBI R28,0x10
002A 40D
uart.eep
:08000100C75622566156204E3D
:00000001FF
uart.mak
CC = iccavr
CFLAGS = -IC:\ICC\include\ -e -DATMega8 -l -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS)
LFLAGS = -LC:\ICC\lib\ -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -dhw