LWIP Socket API, TCP and UDP connection on the same STM32 MCU
Hello,
I am trying to implement TCP and UDP server connection on my STM32F407-Discovery Board. I use Socket API with FreeRTOS.
I am able to run TCP or UDP seperately. Single server or client works fine.
When I combine TCP and UDP server tasks at the same code. None of them work. I can not even PING my STM32 board. I created different two tasks for each TCP and UDP server.
I tried to increase HEAP size of LWIP above 32KB. However, it did not resolved my issue.
Are the any solution to my issue ?
Thank you in advance for your help. Best Regards
