I would like to use plain sockets in my non OS STM32 application. LwIP provides plain sockets. I have used them in ESP32 applications where they work well.LwIP sockets are not an option in CubeMX as far as I can tell. One can manually enable sock...
Thanks for the reply. I'll check with the LwIP group and see what is going on. BTW, really liking CubeMX and the fact that LwIP is part of the toolchain. Saves work not having to get it set up ourselves.
How does one quote just part of a post on this board ? "Today, I checked the code for initialization and that in while(1) loop in main.c against two Cube examples targeted on different boards" Which Cube examples ? Were these examples FreeRTOS ...
This is an old thread but I'll reply to it anyway, in case someone else runs into this problem."However, I'm now stuck on how to get a terminal and send Linux commands to the board. I have a USB to UART adapter and I have now idea how to do it. is it...
LwIP sockets work great in ESP32. Why could/would they not work well in STM32 ? Plain sockets are a great way to connect to an http client's web socket.It's the weekend here. I'll look at your code when I get back to work.