Create two TCP servers on stm32
Posted on May 15, 2018 at 15:38Hello,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 t...