Hi,
I'm using i.MXRT1050 EVKB and trying to run sdk example (lwip_dhcp_bm) for supporting ethernet.
I want to turn off Auto-negotiation and run on fixed speed. Is it possible?
Is there any auto negotiation flag which can be set for this in the code?
Thanks
Hi,
Thanks for your reply.
Actually, in the SDK library, the PHY driver can support configuring speed manually when turning off Auto-negotiation.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) I want to turn off Auto-negotiation and run on a fixed speed. Is it possible?
-- Yes.
2) Is there any auto-negotiation flag that can be set for this in the code?
-- Yes, you can set the phyConfig.autoNeg to false to disable the auto-negotiation function.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
@jeremyzhou Thanks for the reply. After setting this to false, Ho do I set the fixed speed (say I wanna run at 10 Mbs).