2022-06-27 01:13 AM
I have a nucleo H753 and i want to have 2 listening sockets with mbedtls running on it : one on port 802 and an other on port 443. Currently i can only run one listening socket at a time. I activate mbedtls_threading_alt but it does not help.
My software runs very well on a nucleo h755 with the same parameters, Connections on the port 443 and port 802 work together at the same time. I don’t understand why it doesn’t work on nucleo h753.
Thank you in advance for your help.