cancel
Showing results for 
Search instead for 
Did you mean: 

can i implement ntp,http,hhtps and mqtt protocol using stm32F413ZHT6 in stm32cubeide

STAHI.1
Associate
 
3 REPLIES 3

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
STAHI.1
Associate

in my project i use stm32F413ZHT6+w5500

mattias norlander
ST Employee

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.