ZHCADI8 December 2023 DP83822H , DP83822HF , DP83822I , DP83822IF , DP83826I
如果应用中不能轻松访问寄存器,可从 TI 获取 USB-2-MDIO GUI,它可与 MSP430 LaunchPad 搭配使用,并可通过 TI 网上商店购买。GUI 支持读取和写入寄存器以及运行脚本文件。它可与 DP83822 和 TI 以太网米6体育平台手机版_好二三四系列中的其他器件搭配使用。USB-2-MDIO 用户指南和 GUI 可从以下位置下载:/tool/cn/usb-2-mdio。
下面是一个示例脚本,也可以在“Help”菜单的 USB-2-MDIO GUI 中找到:
// This is how you make a comment. All scripts must start with 'begin'
begin
// To read a register, all you need to do is put down the 4 digit
// HEX value of the registers (from 0000 to FFFF)
// Example to read registers 0001, 000A, and 0017
0001
000A
0017
// To write a register, all you need to do is put down the 4 digit
// HEX value of the register (from 0000 to FFFF) followed by the
// HEX you desire to configure the register to (from 0000 to FFFF)
// Example to write 2100 to register 0000 and
// Example to write 0110 to register 0016
0000 2100
0016 0110
// You must end the script by adding 'end' once you are finished
end
由 IEEE 802.3 定义的串行管理接口是单主总线。MDC 时钟由总线主控(通常是以太网 MAC)生成。要使用 USB-2-MDIO GUI,必须在 MSP430 LaunchPad 与 DP83822 MDIO 和 MDC 引脚之间直接建立连接。