代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/367697/9736334

d uart.d

.\OutPut\uart.o: APP\UART.C .\OutPut\uart.o: APP\..\arm\config.h .\OutPut\uart.o: APP\..\arm\Includes.h .\OutPut\uart.o: APP\..\arm\..\uCosii\ucos_ii.h .\OutPut\uart.o: APP\..\arm\..\uCosii\..\arm
www.eeworm.com/read/367697/9736348

__i uart.__i

-c --device DARMP -g -O0 --apcs=interwork -I "C:\Keil\ARM\INC\Philips" -o ".\OutPut\uart.o" --omf_browse ".\OutPut\uart.crf" --depend ".\OutPut\uart.d" "APP\UART.C"
www.eeworm.com/read/367697/9736357

o uart.o

www.eeworm.com/read/367697/9736449

h uart.h

extern void UARTxInit(uint8 Int_UARTx,uint32 bps); extern void UARTxSendByte(uint8 Int_UARTx,uint8 data); extern void UARTxSendStr(uint8 Int_UARTx,char *str); extern char UARTx_RecvByte(uint8 I
www.eeworm.com/read/367697/9736452

c uart.c

/**************************************************************************** * 文 件 名:UART.c * 功 能:使用ADC模块的通道0、1进行电压的测量,然后将转换结果从串口输出, 如果同时用到两个串口,先运行UARTxInit(1,uint32 bps), 再运行UARTxInit(0
www.eeworm.com/read/367676/9737403

txt uart.txt

//--------------------------------------------------------------------- //串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 //采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 //定时器初值X=256-SYSCLK*(SMOD
www.eeworm.com/read/367622/9739468

txt uart程序.txt

带有可选回车换行符输出的MEGA162的双UART程序 发送采用查询方式,接收采用中断方式。晶振7.3728M,无分频。 unsigned char uartrbuffer[100]; //uart接受缓存100字节 unsigned char uarttbuffer[50]; //ua
www.eeworm.com/read/367599/9740565

hex uart.hex

:040000000C942A0032 :14005400CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E67D :14006800F0E010E0E036F10711F00192FBCF0083E4E5F0E03C :14007C00A0E6B0E010E0E435F10721F0C89531960D92F9CFBD :140090000E946E00FFC
www.eeworm.com/read/367599/9740568

prj uart.prj

[Compiler Options] Edit1=D:\AVR\icc\include\ Edit2=D:\AVR\icc\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=16384 Edit10=1024 ComboBox2=9 RadioGro
www.eeworm.com/read/367599/9740569

lst uart.lst

__start: __text_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