STM32F072C8 MDIO MDC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-07 8:05 PM
Hi
I would like to use the STM32F0 to run the MDIO\MDC in STM32F072C8, if can use the GPIO port to simultion the MDIO\MDC to PHY communication or exmaples code can share with us .
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-08 8:52 AM
I'd imagine could implement a GPIO bit-bang implementation, don't think you'd be able to hit 2.5 MHz.
Not sure there will be pre-packaged examples, review the specification, and code your own solution.
https://en.wikipedia.org/wiki/Management_Data_Input/Output
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-08 6:47 PM
Hello Clive
thanks comments, if possible reach to 5MHz for MDIO interface or not?
Is there have code for reference to reduce coding time? thank you
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-08 8:06 PM
For a write only interface you could probably use SPI to generate the signal, and clock that 5 MHz.
Up vote any posts that you find helpful, it shows what's working..
