Hello,
We are using the MIMXRT1062 on a custom board to communicate with the network.
Accordingly configured the ethernet port and registers in the firmware to do so. I had the link up and running until few days ago. And in between was working on some RTOS and mBedTls stuff.
Now if I check, the ethernet port does not work ( data read back from PHY Read fails and shows that the link is down ).
Similarly the " PHY_GetAutoNegotiationStatus " and " PHY_GetLinkStatus " as used in the EVK example do not set the link up.
This is happening even when I am using my base code ( similar to the EVK example ) that I had used to verify ethernet earlier.
Wondering if any of the PHY settings/configurations have been changed ? This is a pretty urgent requirement.
Any help will be much appreciated.