代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/484202/6581503
sct uart.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
www.eeworm.com/read/484202/6581504
axf uart.axf
www.eeworm.com/read/484202/6581507
htm uart.htm
Static Call Graph - [E:\ARM\lpc2148_programs\UART0\uart.axf]
Static Call Graph for
www.eeworm.com/read/484202/6581508
map uart.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
startup.o(STACK) refers (Speci
www.eeworm.com/read/484202/6581509
plg uart.plg
礦ision3 Build Log
Project:
E:\ARM\lpc2148_programs\UART0\uart.uv2
Project File Date: 05/08/2009
Output:
www.eeworm.com/read/484224/6582312
h uart.h
void Init_CLK(void);
void Init_UART0(void)
void Init_UART1(void);
int SetOK(char UART1_TX_BUF[]);
int SetError(char UART1_TX_BUF[]);
int SetPhone(char recv[],char phone[],int nLen);
www.eeworm.com/read/484224/6582313
c uart.c
#include
#include "UART.h"
void Init_CLK(void)
{
unsigned int i;
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
do
www.eeworm.com/read/484224/6582325
h uart.h
void Init_CLK(void);
void Init_UART0(void)
void Init_UART1(void);
www.eeworm.com/read/484224/6582330
c uart.c
#include
#include "UART.h"
void Init_CLK(void)
{
unsigned int i;
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
do
www.eeworm.com/read/483704/6600798