ZHCADO3 January 2024 DP83TC812R-Q1 , DP83TC812S-Q1
如果应用中不能轻松访问寄存器,可从 TI 获取 USB-2-MDIO GUI,并可与 MSP430 LaunchPad 搭配使用。GUI 支持读取和写入寄存器以及运行脚本文件。GUI 可与 DP83TC812 和所有其他 TI 以太网 PHY 配合使用。USB-2-MDIO 用户指南和 GUI 可从此处下载。
下面是一个示例脚本,也可以在“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 与 DP83TC812 MDIO 和 MDC 引脚之间直接建立连接。
LaunchPad 引脚 4.1 → PHY 的 MDC 引脚