搜索资源列表
rt51_i2c_mdio_uart
- 基于51类单片机RTX51多任务系统,通过串口发送控制命令,模拟实现i2c及mdio口功能。(C语言)
目前以太网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
mdio
- MDIO verilog RTL代码,SOC可以通过MDIO接口来访问外部PHY等慢速外设-MDIO verilog RTL code
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
mdio
- cpu与phy通信,让cpu能读写phy芯片,实现通信-cpu communication with phy
sysGpioMdio
- 在vxworks中利用cpu的GPIO管脚来模拟MDIO的操作代码-In vxworks use GPIO pins to simulate MDIO operation code
Dm642_MAC
- DM642中关于EMAC和MDIO以太网通信的例程,未用DSP/BOIS实现网络通信的例程-DM642 EMAC and MDIO on Ethernet communication routines, not using DSP/BOIS routine network communication
SEEDVPM642_net_v3.3
- SEED-VPM642的以太网接口的测试。主要是测试EMAC 与MDIO 的配置及使用,以及如何设置一个PHY设备和CSL 库中关于网络接口部分程序的应用。在此测试过程中,采用自闭环的方式完成的。-SEED-VPM642 Ethernet interface testing. Mainly EMAC and MDIO test configuration and use, and how to set up a PHY devices and CSL library network interf
mdio_slave
- It s VERILOG (not VHDL) code for mdio slave
LPC176x-web
- keil 源文件,包含tcpip协议栈,easyweb sever-This project is migrated from Keil MCB1700 Demo code. It can run at Keil MCB1700 board with LPC17xx. Example functionality: - Clock Settings: - XTAL =
LPC1765_AN10859
- LPC1765 MDIO sample code
MDIO
- 网络PHY88E1111的 寄存器 通讯协议的 verilog描述 能实现 lookback 能读出PHY的资料-The register communication protocol Verilog descr iption of the network PHY88E1111 lookback can read the PHY data
VMD642_net
- 网络 EMAC测试 本例程在 VMD642_net 目录中。 主要示范如何配置和使用 EMAC 和MDIO,如何设置一个 PHY设备,以及 CSL 中关 于网络接口部分程序的应用。 在本例中,采用自闭环的方式,自己向自己循环发送数据。 -Network EMAC test This routine in the VMD642_net directory. The main demonstration of how to configure and u
sub-20
- sub20 ,usb转 i2c ,spi,mdio,rs232,rs485的文档-sub20,usb2 spi,i2c,rs232,rs485,mdio ect
mdio_mdc
- mdio verilog 实现-mdio verilog coding
VMD642_net
- 示范如何配置和使用 EMAC 和MDIO,如何设置一个PHY 设备,以及CSL中关于网络接口部分程序的应用,采用自闭环的方式,自己向自己循环发送数据。-Demonstrate how to configure and use EMAC and MDIO, how to set up a PHY device, and the application of CSL on the network interface of the program, using a self-closed-loop a
mdio_slave_interface
- Management Data Input/Output Interfaces, or MDIO, are specified in the IEEE 802.3 standard. Their primary application is to provide a Serial Management Interface (SMI) to transfer management data between an Ethernet Media Access Controller (MAC)
mdio
- 用VIVADO软件编写的,实现以太网芯片88E1510中的mdio控制模块代码,并且含有VIO仿真文件-Written in VIVADO software, the realization of the Ethernet chip 88 e1510 mdio control module of code, and contains the VIO simulation file
mdio
- mdio的读写操作实例代码,实例代码为操作phy芯片的流程(the code of mdio,including reading and writing the code of mdio)
以太网MDIO接口
- 以太网的mac层与phy芯片之间的mdio接口通信,现已在lattice环境验证通过。