Ethernet data link does not work with MIMXRT1062

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Ethernet data link does not work with MIMXRT1062

1,572件の閲覧回数
Sha_G
Contributor I

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.

ラベル(1)
0 件の賞賛
3 返答(返信)

1,532件の閲覧回数
pauricacre
Contributor III

It may be a caching issue depending on your project configuration (ie using external SDRAM). Try disabling/commenting 

SCB_EnableDCache(); and SCB_EnableICache(); in BOARD_ConfigMPU(). This may point you in the right direction. This was another issue I had that was working previously in the demo projects.

 

0 件の賞賛

1,540件の閲覧回数
Sha_G
Contributor I

PHY_AUTONEGO_TIMEOUT_COUNT is set to 100000 in my code.

Stepping through the debugger shows me that the data read from the SMI register ( MMFR ) seems to be different than what is expected - Causing the Auto Nego and Link status to not pass. The ST, OP, Pa, RA amd TA fields are all correct in the MMFR register. Just the DATA looks different than what could make the MDIO_Read to return a correct regValue. 

0 件の賞賛

1,547件の閲覧回数
pauricacre
Contributor III

Have you changed the PHY_AUTONEGO_TIMEOUT_COUNT? Mine seems to stop working when I reduce this value from 100000 to 1000. When no ethernet cable is connected on mine it was stalling my application and this value was the holdup. So I need to come up with another solution. But as soon as I increase this value Ethernet works fine again.

0 件の賞賛