2025-04-17 11:41 PM - edited 2025-04-17 11:46 PM
Currently am Working on STM32H7x series , A'm confused regarding the importance of SPI for Ethernet(LAN9250V/ML) we have to use external bridge for communication. Give some samples codes to implement this perticular Ethernet
Solved! Go to Solution.
2025-04-21 9:53 PM - edited 2025-04-21 10:10 PM
Is This is supported to stm32 controller, because SPI over Ethernet is Microchip product. Actually, what am trying is it is for POC so this is supported or not please confirm.
2025-04-18 12:25 AM - edited 2025-04-18 12:27 AM
@Ranjitha wrote:I'm confused regarding the importance of SPI for Ethernet (LAN9250V/ML)
SPI has nothing to do with Ethernet as such.
The LAN9250V is an Ethernet controller which happens to have an SPI interface:
via: https://www.microchip.com/en-us/product/lan9250
Note that it's a Microchip product - so nothing to do with ST.
@Ranjitha wrote:Give some samples codes to implement this particular Ethernet
See Microchip's Product Page for their product:
https://www.microchip.com/en-us/product/lan9250#Tools%20And%20Software
2025-04-21 9:53 PM - edited 2025-04-21 10:10 PM
Is This is supported to stm32 controller, because SPI over Ethernet is Microchip product. Actually, what am trying is it is for POC so this is supported or not please confirm.
2025-04-21 10:12 PM
please give Some APIs to Achieve this POC
2025-04-22 1:25 AM
Microchip would be the ones to ask for that.
https://ww1.microchip.com/downloads/en/DeviceDoc/LAN9250-Quick-Start-Guide-50002993.pdf
The key thing to remember is that the LAN9250 neither knows nor cares what microcontroller you use - it simply behaves as described in its datasheet.
So any driver code should be portable to an STM32.
Look for support in whatever IP stack you use.
You could also look at previous discussions here:
https://www.google.com/search?q=LAN9250+stm32