• 大小: 1.57MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-01
  • 语言: 其他
  • 标签: DSP  6713  Cs8900a  uC-TCPIP  

资源简介

DSP工程,使用uC-TCPIP协议栈,实现简单的TCP服务器。 附上网口驱动(Cs8900a)和uC-TCPIP源代码作为参考。 详细见: http://blog.csdn.net/JassFuchang/archive/2011/05/11/6413271

资源截图

代码片段和文件信息

/*
*********************************************************************************************************
*                                              uC/TCP-IP
*                                      The embedded TCP/IP Suite
*
*                          (c) Copyright 2003-2007; Micrium Inc.; Weston FL
*
*               All rights reserved.  Protected by international copyright laws.
*
*               uC/TCP-IP is provided in source form for FREE evaluation for educational
*               use or peaceful research.  If you plan on using uC/TCP-IP in a commercial
*               product you need to contact Micrium to properly license its use in your
*               product.  We provide ALL the source code for your convenience and to help
*               you experience uC/TCP-IP.  The fact that the source code is provided does
*               NOT mean that you can use it without paying a licensing fee.
*
*               Network Interface Card (NIC) port files provided as is for FREE and do
*               NOT require any additional licensing or licensing fee.
*
*               Knowledge of the source code may NOT be used to develop a similar product.
*
*               Please help us continue to provide the embedded community with the finest
*               software available.  Your honesty is greatly appreciated.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*
*                                        NETWORK INTERFACE CARD
*
*                                               CS8900A
*
* Filename      : net_nic.c
* Version       : V1.90
* Programmer(s) : EHS
*********************************************************************************************************
* Note(s)       : (1) Supports the Cirrus CS8900A 10 MBPS Ethernet Controller (MAC + PHY)
*
*                         Cirrus Corporation (Cirrus; http://www.cirrus.com)
*
*                 (2) REQUIREs Ethernet Network Interface layer located in the following network directory :
*
*                         \\IF\Ether\
*
*                              where
*                                          directory path for network protocol suite
*********************************************************************************************************
*/

#define  NET_NIC_MODULE

/*
*********************************************************************************************************
*                                            INCLUDE FILES
*********************************************************************************************************
*/

#include  

/*
*********************************************************************************************************
*                                     

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6139  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm9200.h

     文件     172985  2006-11-13 10:12  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm92000_full.h

     文件       3443  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm9200_dbgu.h

     文件       7525  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm9200_emac.h

     文件      14880  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm9200_gpio.h

     文件       5852  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm9200_mem.h

     文件       7642  2006-11-13 10:12  Micrium\Software\CPU\Atmel\AT91RM9200\at91rm9200_pmc.h

     文件       1390  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\bits.h

     文件        164  2006-04-04 08:54  Micrium\Software\CPU\Atmel\AT91RM9200\reg_AT91RM9200.h

     目录          0  2011-04-25 10:39  Micrium\Software\CPU\Atmel\AT91RM9200

     目录          0  2011-04-25 10:39  Micrium\Software\CPU\Atmel

     目录          0  2011-04-25 10:39  Micrium\Software\CPU

     文件      21386  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\BSP\bsp.c

     文件       5238  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\BSP\bsp.h

     文件      14823  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\BSP\net_bsp.c

     文件       5880  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\BSP\net_bsp.h

     文件       7016  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\BSP\net_isr.c

     目录          0  2011-04-25 10:39  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\BSP

     文件       1768  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\.gdbinit

     文件      52191  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\app.c

     文件      29934  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\app_cfg.h

     文件         56  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\Build.bat

     文件       2959  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\cpu_cfg.h

     文件       1737  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\CSB_ARM_RAM_link.lds

     文件      13240  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\CSB_ARM_RAM_start.s

     目录          0  2011-04-25 10:39  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\Debug

     文件       1434  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\debug-gdb.cmd

     文件       1440  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\debug-gdbtk.cmd

     文件      20069  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\Ex1.mak

     文件      10381  2007-05-15 09:41  Micrium\Software\EvalBoards\Cogent\CSB637\GNU\OS-TCPIP-TTCP\Ex1.vxp

............此处省略304个文件信息

评论

共有 条评论