• 大小: 113KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: 其他
  • 标签: w5300程序  

资源简介

w5300程序。以太网通信模块,收发数据

资源截图

代码片段和文件信息

#include

#include“Device.h“
#include“Parameters.h“

#include“W5300.h“

/*********************** Delay Subroutine ***********************/
void Delay(unsigned int d)
{
unsigned int ij;

i=timer0_cnt;
do
{
j=timer0_cnt;
if(j>=i)
j=j-i;
else
j=65535-i+j;
}while(j}

/***************************************************************************************
                                    C8051F340 initialization
It initializes IO port Timer UART A/D system and I2C port
***************************************************************************************/
void C8051F340_Initialization(void)
{
PCA0MD&=~0x40;  /* Disable WDT */                   
/*************** System clock *************/
OSCICN=0x83; /* SYSCLK derived

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-11-18 09:58  软件源代码-Keil C\
     文件       98287  2011-11-16 17:30  软件源代码-Keil C\Demo_W5300
     文件       18467  2009-04-06 21:21  软件源代码-Keil C\Demo_W5300.c
     文件       18908  2011-11-16 17:30  软件源代码-Keil C\Demo_W5300.hex
     文件          80  2011-11-16 17:30  软件源代码-Keil C\Demo_W5300.lnp
     文件       46248  2011-11-16 17:30  软件源代码-Keil C\Demo_W5300.LST
     文件       70564  2011-11-16 17:30  软件源代码-Keil C\Demo_W5300.M51
     文件       58985  2011-11-16 17:30  软件源代码-Keil C\Demo_W5300.OBJ
     文件        2329  2011-11-18 09:58  软件源代码-Keil C\Demo_W5300.Opt
     文件         193  2011-11-18 09:58  软件源代码-Keil C\Demo_W5300.plg
     文件        2277  2011-11-16 17:31  软件源代码-Keil C\Demo_W5300.Uv2
     文件        2321  2011-11-16 17:31  软件源代码-Keil C\Demo_W5300_Opt.Bak
     文件        2276  2011-11-16 11:45  软件源代码-Keil C\Demo_W5300_Uv2.Bak
     文件        2114  2009-04-06 20:58  软件源代码-Keil C\Device.h
     文件        1339  2009-04-06 20:55  软件源代码-Keil C\Device1.h
     文件         358  2008-08-17 20:58  软件源代码-Keil C\Parameters.h
     文件        2642  2008-08-09 22:47  软件源代码-Keil C\tools.c
     文件        6905  2011-11-16 17:30  软件源代码-Keil C\tools.LST
     文件        8011  2011-11-16 17:30  软件源代码-Keil C\tools.OBJ
     文件       15236  2009-04-06 20:56  软件源代码-Keil C\W5300.c
     文件       15974  2008-08-04 22:40  软件源代码-Keil C\w5300.h
     文件       33367  2011-11-16 17:30  软件源代码-Keil C\W5300.LST
     文件       46428  2011-11-16 17:30  软件源代码-Keil C\W5300.OBJ

评论

共有 条评论

相关资源