2018-05-15 06:38 AM
Hello,
I'm trying to create two TCP servers on the STM32F767ZI microcontroller. I created my first server which is a WEB server (port 80). And now I would like to add a second TCP server (port 502). I created a second thread thinking that it was working and unfortunately, no.
If you can enlighten me on this subject which is for me new.
Init servers
Webserver
Other server
Thank you in advance,
Steven.
#server #tcp #web2018-05-15 06:40 AM
I forgot to say that my two servers works, but not simultaneously.
2018-05-15 08:03 AM
I found how to do it, we need to change the stacksize of a heart, decrease it.