Part Number: TDA3XEVM
Hi,
May I know what are the files to be modified in order to change the value of chip configure register in AR8031 ethernet transceiver.
I could not able to find the files.Need help.
Regards,
Anil
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.
Part Number: TDA3XEVM
Hi,
May I know what are the files to be modified in order to change the value of chip configure register in AR8031 ethernet transceiver.
I could not able to find the files.Need help.
Regards,
Anil
Hello Anil,
What is software you are using? Is this VSDK?
With NSP you can use below APIs to access PHY registers.
GMACSW_ioctl( hGMACSW,
GMACSW_IOCTL_MDIO_READ_PHY_REGISTER,
(void *)&cmd, sizeof(MDIO_rdWrphyRegIoctlCmd));
GMACSW_ioctl( hGMACSW,
GMACSW_IOCTL_MDIO_WRITE_DP83867_PHY_INDIRECT_REGISTER,
(void *)&cmd, sizeof(MDIO_rdWrphyRegIoctlCmd));
Hi Prasad,
By changing the mdio configurations in ndk_nsp_hooks.c,we can make it as 100Mbps Is this correct?
Regards,
Anil