Hello,
Now i have other problem, when i try open a socket and connect, on FreeRTOS_connect
return the code -116 (pdFREERTOS_ERRNO_ETIMEDOUT
) and after some time return -9 (pdFREERTOS_ERRNO_EBADF
). This occour after i changed the allocation of memory for static mode on FreeRTOS+TCP.