Resolved! Can I run TCP Server and Client code simultaneously
hello! I've tested the TCP echo server and TCP echo client examples of STM32CubeMX individually and they are working fine. now I want to implement an application where I can use both application simultaneously. So I copied the TCP echo client co...