This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Unable to set registor from hardware point of view

Part Number: AM625

Tool/software:

Hello, 

i want to set below ethernet phy registor to constant 1 (1001)
Registor Address : 0x0172

which is mention in below screenshot



For that i apply below commands

  • For Writtng
    • phytool write eth1/0x0/0xD 0x001F
    • phytool write eth1/0x0/0xE 0x0172
    • phytool write eth1/0x0/0xD 0x401F
    • phytool write eth1/0x0/0xE 0x0009
  • For Reading
    • phytool write eth1/0x0/0xD 0x001F
    • phytool write eth1/0x0/0xE 0x0172
    • phytool write eth1/0x0/0xD 0x401F
    • phytool read eth1/0x0/0xE

 

Using above command i will read successfully whatever i write on register address 0x0172

but enable to detect any changes on gpio pin.