Hi,
Board - imx rt 1064 evk.
I created free rtos software timer inside timer callback called PHY_GetLinkStatus(ENET, BOARD_ENET0_PHY_ADDRESS, &link); api.
If i put this api in free rtos timer callback giving target error from Register access and stopped debugger.
We want to monitor ethernet link status every one second timer.
Refereed link - Best way to check Ethernet link
Any other way can we monitor ethernet link status every one second ?
Why i am getting target error from Register access from timer callback ?
Thanks & Regards
Vasu
已解决! 转到解答。
Hi Vasu:
Please make sure that you have initialized the enet module before you access the PHY register.
If this issue still exists, could you please let me know how to reproduce your issue on my side?
Regards
Daniel
Hi Vasu:
Please make sure that you have initialized the enet module before you access the PHY register.
If this issue still exists, could you please let me know how to reproduce your issue on my side?
Regards
Daniel