2022-02-20 08:36 AM
2022-02-20 09:18 AM
Does the F413 even have support for Ethernet? Where would that connection come from? Cellular Modem, WiFi?
You can likely find a TCP/IP stack with support of assorted protocols. Commercial offerings likely to have a richer set of examples and support.
2022-02-20 10:25 PM
in my project i use stm32F413ZHT6+w5500
2022-02-25 02:30 AM
Not something that is officially supported in the Cube ecosystem.
w5500 seem to have SPI interface...
I think this setup will imply a lot of work without much support.
But if you are lucky maybe you can google and find some examples that already work well.