STM32F407 ETH Problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-05 7:22 AM
Hi Everyone,
I cannot choose the speed of the Eth. Pls see the pisture below. The version of the STM32CUBEMX that I downloaded is the latest.
Best regards,
Jason Pls see the picture.
Best regards,
Jason
Labels:
- Labels:
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-05 7:54 AM - edited 2024-06-09 2:08 PM
If you mean 10 or 100 Mbit/s, this is not configured in the Cube. Your program will detect in runtime the result of link negotiation done by the PHY and set the speed accordingly.
Or, if you don't want auto-negotiation, program the PHY for desired speed (10 or 100) and set the ETH speed.
