搜索资源列表
目前以太网PHY芯片是通过总线MDC/MDIO
- 目前以太网PHY芯片是通过总线MDC/MDIO,但是基本上是通过MAC芯片直接管理的,本代码实现了通过FPGA管理PHY。即由FPGA完成MII管理,At present, Ethernet PHY chip through the bus MDC/MDIO, but basically through the direct management of MAC chip, the code through the FPGA implementation management PHY. FPGA
emac
- TI 6474 的emac 使用例程,使用88e6122 作为物理芯片,初始化sgmii与mdio,可以向上位机发送数据报文- test code for emac perpheral of dsp tms320c6474,use 88e6122 as phy device and initial sgmii and mdio ,can send ethernet packet to pc
S2E-TI
- 嵌入式串口转以太网控制器,以下简称S2E21,是一款具有高效性能并集成了ARM Cortex-M3微处理器的串行至以太网控制器。该控制器的核心是高度集成的32位Stellaris LM3S6432 ARM Cortex-M3微处理器,具有50MHz性能和96K快速单周期片上闪存及32K SARAM内存,可高效处理网络流量。Stellaris系列微处理器采用LQFP-100 封装,并集成了片上10/100MB以太网MAC和PHY,从而能够最大限度的节省空间。-Embedded Serial to
MAC
- Verilog code for MAC
DM9000EP_Product_v1.0
- DM9000技術文件 ISA to Ethernet MAC Controller with Intergrated 10/100 PHY-DM9000 technical documents ISA to Ethernet MAC Controller with Intergrated 10/100 PHY
tmbslPhyKS8721
- 以太网PHY芯片KS8721驱动,从NXP Trimedia DSP开发包中提取出来的。可以参考。-Ethernet PHY chip KS8721 driver
m-mtip-10_100_1000_ethermac
- 10/100 0M以太网MAC解决方案,是IP核的相关说明,利用ALTERA的FPGA设计,QUARTUS软件为开发平台。-10/100/1000M Ethernet MAC solution is the IP core instructions, using ALTERA' s FPGA design, QUARTUS software development platform.
HP_Pavilion_DV2000_AMD_Series_
- HP Pavilion DV2000 notebook schematics. Contains schematic of Marvel 88E1116 ethernet PHY (hard to find).
evm9200-sch
- Development set EVM9200, based on AT91RM9200 from Atmel Corporation contain popular interfaces Ethernet 100/10, RS232, USB device, USB host, MultimediaCard, and can be useful for embedded systems developers. Development set EVM9200m, EVM9200m analog,
MII
- 以太网MII芯片配置接口的VHDL设计,配置PHY芯片的模块设计-Ethernet MII chip configuration interface VHDL design, configuration PHY chip module design
STM32F4DISCOVERY_Ethernet-Phy
- stm32f407 phy ethernet application
emac_loopback
- TI 公司TMS320DM368 DSP 的以太网MAC控制程序-TI' s TMS320DM368 DSP Ethernet PHY control program
8B10B
- 以太网PHY层中的组成部分 8B10B编码器-Part of the Ethernet PHY layer in 8B10B encoder
STM32F107-LWIP_UDP-client
- 这个是STM32F107+DP83848以太网芯片的UDP客户端程序。-it s the module basic on STM32F107+DP83848 ethernet phy,
5461S-DS09
- 博通10/100/1000M以太网PHY数据手册,很有开发参考的价值。-Broadcom 10/100/1000M Ethernet PHY data sheet is available for reference use.
udp_send1
- 基于FPGA的UDP硬件协议栈, 全部用SystemVerilog写的,不需CPU参与,包括独立的MAC模块。 支持外部phy的配置,支持GMII和RGMII模式。 以下是接口 input clk50, input rst_n, /////////////////////// //interface to user module input [7:0] wr_data, input wr_clk, input wr_en, output
EVB-LAN9252-ADD-ON-REV-C
- Microchip公司的LAN9252是集成了两路以太网PHY的2/3端口EtherCAT从控制器,包括了全双工100BASE-TX收发器和支持100Mbps (100BASE-TX),支持3个Fieldbus存储器管理单元(FMMU)和4个SyncManagers,主要用在马达控制,过程/工厂自动化,通信模块,接口卡,传感器,水和气动阀门系统等.本文介绍了AN9252产品亮点和主要优势, 系统框图和内部框图, 工作模式图和电源连接图,以及评估板EVB-LAN9252-HBI-SPI-SQI-G
PHY_DD6
- 10/100 Base-T Ethernet PHY test for Spartan-6 on microblaze processor.
以太网进阶培训_Part3_更换以太网PHY
- 以太网进阶培训_Part3_更换以太网PHY(Ethernet advanced training _Part3_ replace Ethernet PHY)
STM332-F107lwip
- 本程序是基于STM32F107芯片,DM9161为以太网PHY芯片的Lwip裸板移植,借助于网络调试助手可以实现客户端与服务端之间的通信。其以STM32为服务端,电脑为客户端,STM32默认IP为192.168.0.30,端口为23,调试的时候若电脑开有无线网记得把无线网给关掉,不然调试助手连接不上客户端,IP地址可根据实际需要进行修改,一定要记得使stm32客户端的IP与电脑IP处于同一网段,只有在同一网段才能保证两者之间的通信,代码仅供参考学习,若型号不一样可参考修改进行移植(This pr