器件型号: DP83TG720S-Q1
您好:
我有问题。 在对扩展寄存器进行读取和写入时、我发现 0xd 不能写入 0x1f、这阻止了我输入其他寄存器地址以进行读取和写入。
如下所示
root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x1froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xe/0x608root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x401froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool read eth2/0x4/0xe0x027broot@j721e-evm:/home/weston#root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x1froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xe/0x60aroot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x401froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool read eth2/0x4/0xe0x027b
和寄存器 0xd 不能写入 0x1f
如下所示
root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x1froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool read eth2/0x4/0xd0x401f
Can you tell me what the reason is and what the problem is with the reading and writing method?