• 大小: 4KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签:

资源简介

arm7 44b0 与pc机器的通讯 通过串口0 把数据传输到pc 机器上进行显示

资源截图

代码片段和文件信息

#include “stdio.h“
#include  “44b.h“

void Delay(unsigned int i)
{
unsigned int jk;
for(j=0;j {
for(k=0;k<2000;k++);
}
}
//*************************串口寄存器定义完毕***************************************//

//static int whichUart=0;  //标识初始化,使用的是哪一个串口

//**********************************************************************************
//函数功能:串口初始化
//参数:三个,功能如下
//编写日期:2009-3-15
//编写人:
//是否修改:否
//**********************************************************************************
void Uart_Init(int whichuarint mclkint baud)
{//参数 whichuar=选择串口0=串口01=串口1;mclk=时钟;baud=波特率
int i;
if(mclk==0)//如果输入0为使用系统时钟,否则自己输入时钟
{
mclk=MCLK;
}
if(whichuar==0) //串口0初始化
{
rUFCON0=0x0;   //禁止FIFO
rUMCON0=0x0; //不使用自动流控制
rULCON0=0x3;    //正常模式无奇偶校验,1位停止位,

评论

共有 条评论

相关资源