Turn off Auto-negotiation and run on fixed speed.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Turn off Auto-negotiation and run on fixed speed.

1,145 Views
ranjay_shandilya
Contributor III

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

Tags (1)
0 Kudos
Reply
3 Replies

1,120 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thanks for your reply.
Actually, in the SDK library, the PHY driver can support configuring speed manually when turning off Auto-negotiation.

jeremyzhou_0-1653536690058.png

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.
-------------------------------------------------------------------------------

 

0 Kudos
Reply

1,139 Views
jeremyzhou
NXP Employee
NXP Employee

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.

jeremyzhou_0-1653356979263.png


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.
-------------------------------------------------------------------------------

0 Kudos
Reply

1,133 Views
ranjay_shandilya
Contributor III

@jeremyzhou Thanks for the reply. After setting this to false, Ho do I set the fixed speed (say I wanna run at 10 Mbs).

0 Kudos
Reply