代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/443011/7639415
h uart.h
/*******************************************************************************
- Chip : MG24500/55
- Author : RadioPulse Inc, 2007.
- Date : 2007-07-02
- Version : VER 1.0
********
www.eeworm.com/read/443011/7639421
c uart.c
/*******************************************************************************
- Chip : MG24500/55
- Author : RadioPulse Inc, 2007.
- Date : 2007-07-02
- Version : VER 1.0
********
www.eeworm.com/read/442746/7645755
h uart.h
#ifndef UART_H
#define UART_H
/************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fl
www.eeworm.com/read/442746/7645759
c uart.c
/*************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury http://
www.eeworm.com/read/442586/7649168
hex uart.hex
:040000000C9420013B
:14005400950300202020202020202020303030303020202090
:14006800202020202020202020202020202020904040404014
:14007C0040404040404040404040400C0C0C0C0C0C0C0C0C44
:140090000C404040404
www.eeworm.com/read/442586/7649170
lis uart.lis
.module uart.c
.area data(ram, con, rel)
0000 _baud::
0000 .blkb 1
.area idata
0000 2D
www.eeworm.com/read/442586/7649171
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/442586/7649172
_c uart._c
#include
#include
#include
unsigned char baud=45; //baud=9600bps
/*-----------------------------------------------------------
USART_Init :UART初始化函数
www.eeworm.com/read/442586/7649173
lst uart.lst
__start:
__text_start:
0120 E5CF LDI R28,0x5F
0121 E0D4 LDI R29,4
0122 BFCD OUT 0x3D,R28
0123 BFDE OUT 0x3E,R29
0124 51C0 SUBI R28,0x10
0125 40D
www.eeworm.com/read/442586/7649174
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